Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Feb 8, 2024
1 parent 435e6b7 commit 5e6224d
Show file tree
Hide file tree
Showing 8 changed files with 609 additions and 1,101 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.19.2",
"lerna": "^8.0.1",
"mermaid": "^10.6.1",
"prettier": "^3.1.1",
"prettier-eslint": "^16.2.0",
"eslint-plugin-vue": "^9.21.1",
"lerna": "^8.1.2",
"mermaid": "^10.8.0",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"rimraf": "^5.0.5",
"typedoc": "^0.25.6",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"vitepress": "^1.0.0-rc.32",
"vue-eslint-parser": "^9.3.2"
"vitepress": "^1.0.0-rc.42",
"vue-eslint-parser": "^9.4.2"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/uuid": "^9.0.7",
"@types/jest": "^29.5.12",
"@types/uuid": "^9.0.8",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.6",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@baklavajs/events": "^2.3.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@baklavajs/themes": "^2.3.0"
},
"devDependencies": {
"esbuild": "^0.19.11",
"esbuild": "^0.20.0",
"typescript": "^5.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/interface-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@baklavajs/renderer-vue": "^2.3.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/renderer-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.11",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/compiler-sfc": "^3.4.3",
"@vueuse/core": "^10.7.1",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.16",
"@vueuse/core": "^10.7.2",
"rimraf": "^5.0.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-visualizer": "^5.12.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.69.6",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0",
"vue": "^3.4.3",
"vite": "^5.1.0",
"vite-plugin-dts": "^3.7.2",
"vue": "^3.4.16",
"vue-tsc": "^1.8.27"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@types/sass": "^1.45.0",
"rimraf": "^5.0.5",
"sass": "^1.69.6",
"sass": "^1.70.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit 5e6224d

Please sign in to comment.