Skip to content

Commit

Permalink
chore(deps): update deps (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
wattanx authored Dec 8, 2024
1 parent 99a1da5 commit abae578
Show file tree
Hide file tree
Showing 9 changed files with 484 additions and 1,883 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"changelog": "changelogen --release --no-tag --no-commit"
},
"dependencies": {
"@wattanx/pinia-converter": "workspace:*",
"@wattanx/vue-composition-converter": "workspace:*",
"@wattanx/vue-mixins-converter": "workspace:*",
"@wattanx/vue-script-setup-converter": "workspace:*",
"@wattanx/pinia-converter": "workspace:*"
"@wattanx/vue-script-setup-converter": "workspace:*"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.4.26",
Expand Down
4 changes: 2 additions & 2 deletions packages/converter-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"typescript": ">=4.9.4"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/node": "^22.10.1",
"@types/prettier": "^2.6.0",
"@vue/compiler-sfc": "^3.2.45",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"typescript": "4.9.3",
"typescript": "5.7.2",
"unbuild": "^2.0.0",
"vitest": "2.0.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/insert-emits-option/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/cli-progress": "^3.11.0",
"@types/node": "^18.11.9",
"typescript": "^4.9.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vitest": "2.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt-bridge-migration-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.20",
"prettier": "^2.8.3",
"typescript": "^4.9.4",
"typescript": "^5.7.2",
"vitest": "2.0.5"
},
"dependencies": {
"@vue/compiler-sfc": "^3.2.45",
"cli-progress": "^3.11.2",
"colorette": "^2.0.19",
"jscodeshift": "^0.14.0",
"jscodeshift": "17.1.1",
"yargs": "^17.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/pinia-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@wattanx/converter-utils": "*",
"concurrently": "^7.6.0",
"prettier": "^2.7.1",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^4.0.3",
"vitest": "2.1.5"
},
"author": "wattanx",
Expand Down
3 changes: 2 additions & 1 deletion packages/vue-composition-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
"typescript": ">=4.9.4"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/node": "^22.10.1",
"@types/prettier": "^2.6.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vitest": "2.0.5"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/vue-mixins-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
"typescript": ">=4.9.4"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/node": "^22.10.1",
"@types/prettier": "^2.6.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vitest": "2.0.5"
},
Expand Down
1 change: 1 addition & 0 deletions packages/vue-script-setup-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"devDependencies": {
"@types/prettier": "^2.7.1",
"prettier": "^2.7.1",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vitest": "2.0.5"
},
Expand Down
Loading

0 comments on commit abae578

Please sign in to comment.