Skip to content

Commit

Permalink
refactor(deps-dev): remove unused deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Aug 2, 2024
1 parent df60841 commit fd855c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
20 changes: 6 additions & 14 deletions pnpm-lock.yaml

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

3 changes: 1 addition & 2 deletions ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"vue-toast-notification": "^3.1.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/node22": "^22.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.0.3",
"@vitejs/plugin-vue": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion ui/web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": ["@tsconfig/node20/tsconfig.json", "@vue/tsconfig/tsconfig.dom.json"],
"extends": ["@tsconfig/node22/tsconfig.json", "@vue/tsconfig/tsconfig.dom.json"],
"compilerOptions": {
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit fd855c1

Please sign in to comment.