Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery committed Apr 3, 2024
1 parent a247378 commit 32c82c8
Show file tree
Hide file tree
Showing 6 changed files with 369 additions and 320 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/browser": "^1.4.0",
"@vitest/ui": "^1.4.0",
"vite": "^5.2.4",
"vite": "^5.2.8",
"vitest": "^1.4.0",
"vue": "^3.4.21",
"webdriverio": "^8.35.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/darkroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"@vitest/ui": "^1.4.0",
"rimraf": "^5.0.5",
"typescript": "^5.4.3",
"vite": "^5.2.4",
"vite-plugin-dts": "^3.7.3",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vitest": "^1.4.0",
"webdriverio": "^8.35.1"
},
"optionalDependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@types/node": "^20.11.30",
"@types/node": "^20.12.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.9.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/safelight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"devDependencies": {
"@babel/types": "^7.24.0",
"@iconify-json/ph": "^1.1.11",
"@tsconfig/node20": "^20.1.2",
"@tsconfig/node20": "^20.1.4",
"@types/dom-webcodecs": "^0.1.11",
"@types/fuzzysearch": "^1.0.2",
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.30",
"@types/node": "^20.12.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
Expand All @@ -65,24 +65,24 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-vue": "^9.23.0",
"eslint-plugin-vue": "^9.24.0",
"lightningcss": "^1.24.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"prettier-plugin-tailwindcss": "^0.5.13",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.72.0",
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"ts-node-dev": "^2.0.0",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"typescript-eslint": "^7.3.1",
"typescript-eslint": "^7.5.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-turbo-console": "^1.5.0",
"unplugin-turbo-console": "^1.5.1",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.8.5",
"vite": "^5.2.4",
"vite": "^5.2.8",
"vite-plugin-mkcert": "^1.17.5",
"vue-tsc": "^2.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@tsconfig/node20": "^20.1.4",
"@types/luxon": "^3.4.2",
"@types/uuid": "^9.0.8",
"@vue/tsconfig": "^0.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"vue": "3.4.21"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/node": "^20.12.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"jsdom": "^24.0.0",
"typescript": "^5.4.3",
"vite": "^5.2.4",
"vite": "^5.2.8",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
}
Expand Down
Loading

0 comments on commit 32c82c8

Please sign in to comment.