Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Oct 18, 2024
1 parent 1d32d76 commit 727f3ef
Show file tree
Hide file tree
Showing 10 changed files with 3,024 additions and 1,675 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ coverage
!.yarn/sdks
!.yarn/versions

.nx/cache
.nx/cache
.nx/workspace-data
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"packages/*"
],
"devDependencies": {
"@eslint/js": "^9.0.0",
"eslint": "^9.0.0",
"@eslint/js": "^9.13.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.24.1",
"lerna": "^8.1.2",
"mermaid": "^10.9.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"typescript-eslint": "^7.6.0",
"vitepress": "^1.1.0",
"vue-eslint-parser": "^9.4.2"
"eslint-plugin-vue": "^9.29.0",
"lerna": "^8.1.8",
"mermaid": "^11.3.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"typescript-eslint": "^7.18.0",
"vitepress": "^1.4.1",
"vue-eslint-parser": "^9.4.3"
},
"packageManager": "[email protected]"
}
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
},
"dependencies": {
"@baklavajs/events": "^2.4.4",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/uuid": "^9.0.8",
"@types/jest": "^29.5.13",
"@types/uuid": "^10.0.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typedoc": "^0.26.10",
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@baklavajs/events": "^2.4.4"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"url": "https://github.com/newcat/baklavajs/issues"
},
"devDependencies": {
"typescript": "^5.4.5"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@baklavajs/themes": "^2.4.4"
},
"devDependencies": {
"esbuild": "^0.20.2",
"typescript": "^5.4.5"
"esbuild": "^0.24.0",
"typescript": "^5.6.3"
}
}
8 changes: 4 additions & 4 deletions packages/interface-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@baklavajs/renderer-vue": "^2.4.5"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 10 additions & 10 deletions packages/renderer-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.11",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"@vueuse/core": "^10.9.0",
"rimraf": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"@vueuse/core": "^11.1.0",
"rimraf": "^6.0.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-visualizer": "^5.12.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.74.1",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vue": "^3.4.21",
"vue-tsc": "^2.0.12"
"sass": "^1.80.3",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-dts": "^3.9.1",
"vue": "^3.5.12",
"vue-tsc": "^2.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"devDependencies": {
"@types/sass": "^1.45.0",
"rimraf": "^5.0.5",
"sass": "^1.74.1",
"rimraf": "^6.0.1",
"sass": "^1.80.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 727f3ef

Please sign in to comment.