Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Dec 26, 2023
1 parent ae1d05a commit 2a51949
Show file tree
Hide file tree
Showing 10 changed files with 1,620 additions and 979 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ coverage
!.yarn/releases
!.yarn/sdks
!.yarn/versions

.nx/cache
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.18.1",
"lerna": "^7.4.2",
"mermaid": "^10.6.0",
"prettier": "^3.0.3",
"prettier-eslint": "^16.1.2",
"eslint-plugin-vue": "^9.19.2",
"lerna": "^8.0.1",
"mermaid": "^10.6.1",
"prettier": "^3.1.1",
"prettier-eslint": "^16.2.0",
"rimraf": "^5.0.5",
"typedoc": "^0.25.3",
"typescript": "^5.2.2",
"vitepress": "^1.0.0-rc.24",
"typedoc": "^0.25.4",
"typescript": "^5.3.3",
"vitepress": "^1.0.0-rc.32",
"vue-eslint-parser": "^9.3.2"
},
"packageManager": "[email protected]"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.7",
"@types/uuid": "^9.0.6",
"@types/jest": "^29.5.11",
"@types/uuid": "^9.0.7",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@baklavajs/events": "^2.1.1"
},
"devDependencies": {
"@types/jest": "^29.5.7",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.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.2.2"
"typescript": "^5.3.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.2.0"
},
"devDependencies": {
"esbuild": "^0.19.5",
"typescript": "^5.2.2"
"esbuild": "^0.19.10",
"typescript": "^5.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/interface-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@baklavajs/renderer-vue": "^2.2.1"
},
"devDependencies": {
"@types/jest": "^29.5.7",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.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 @@ -34,20 +34,20 @@
"@baklavajs/events": "^2.1.1"
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.9",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.7",
"@vueuse/core": "^10.5.0",
"@types/resize-observer-browser": "^0.1.11",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/compiler-sfc": "^3.3.13",
"@vueuse/core": "^10.7.0",
"rimraf": "^5.0.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-visualizer": "^5.9.2",
"rollup-plugin-visualizer": "^5.11.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vue": "^3.3.7",
"vue-tsc": "^1.8.22"
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0",
"vue": "^3.3.13",
"vue-tsc": "^1.8.26"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/sass": "^1.45.0",
"rimraf": "^5.0.5",
"sass": "^1.69.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 2a51949

Please sign in to comment.