Skip to content

Commit

Permalink
Update more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Jun 20, 2024
1 parent 66a7844 commit a7aa65e
Show file tree
Hide file tree
Showing 7 changed files with 347 additions and 196 deletions.
10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"wordcloud": "^1.2.2"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@rushstack/eslint-patch": "^1.1.4",
"@tsconfig/node18": "^2.0.1",
"@types/bootstrap": "^5.2.6",
"@types/luxon": "^3.2.0",
"@types/node": "^18.16.10",
"@tsconfig/node20": "^20.1.4",
"@types/bootstrap": "^5.2.10",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.6",
"@unhead/vue": "^1.1.26",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion client/tsconfig.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"@tsconfig/node18/tsconfig.json",
"@tsconfig/node20/tsconfig.json",
"@vue/tsconfig/tsconfig.json"
],
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/dompurify": "^3.0.0",
"@types/jsdom": "^21.1.1",
"@types/marked": "^5.0.0",
"@types/node": "^18.16.10",
"@types/node": "^20.14.6",
"@types/node-fetch": "^2.6.2",
"@types/pako": "^2.0.0",
"@types/sha.js": "^2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"module": "NodeNext",
"module": "Node16",
"target": "es2016",
"moduleResolution": "NodeNext",
"moduleResolution": "Node16",
"esModuleInterop": true,
"incremental": true,
"composite": true,
Expand Down
Loading

0 comments on commit a7aa65e

Please sign in to comment.