Skip to content

Commit

Permalink
Merge pull request #182 from gitKrystan/upgrade-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
gitKrystan authored Dec 4, 2023
2 parents 74fb02b + 9095701 commit 9b23dd9
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 93 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.44.8",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/ui": "^0.34.6",
"concurrently": "^8.2.2",
"content-tag": "^1.1.2",
Expand All @@ -76,7 +76,7 @@
"eslint-plugin-vitest": "^0.3.10",
"prettier-plugin-jsdoc": "^1.1.1",
"release-it": "^16.2.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
Expand Down
147 changes: 58 additions & 89 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prettier-plugin-ember-template-tag": "workspace:^"
},
"devDependencies": {
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vite": "^4.5.0"
}
}

0 comments on commit 9b23dd9

Please sign in to comment.