Skip to content

Commit

Permalink
chore: udpate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Oct 19, 2023
1 parent 73e6af2 commit 4502118
Show file tree
Hide file tree
Showing 7 changed files with 928 additions and 524 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@
"author": "yugasun",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"bumpp": "^7.2.0",
"commitizen": "^4.3.0",
"commitlint-config-cz": "^0.13.3",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.9.2",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^8.7.1",
"execa": "^6.1.0",
Expand All @@ -61,9 +61,9 @@
"picocolors": "^1.0.0",
"prettier": "^2.8.8",
"standard-version": "^9.5.0",
"tsx": "^3.12.7",
"tsx": "^3.14.0",
"typescript": "^4.9.5",
"vite": "^3.2.7",
"vite": "^4.5.0",
"vite-plugin-dts": "^1.7.3"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@ygkit/vite-plugin-qiankun": "workspace:0.0.1",
"@vitejs/plugin-vue": "^3.2.0",
"typescript": "^4.9.5",
"vite": "^3.2.7",
"vite": "^4.5.0",
"vue-tsc": "^0.38.9"
}
}
2 changes: 1 addition & 1 deletion packages/subapp2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.9.5",
"vite": "^3.2.7"
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/subapp3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"svelte-preprocess": "^4.10.7",
"tslib": "^2.6.0",
"typescript": "^4.9.5",
"vite": "^3.2.7"
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/subapp4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@ygkit/vite-plugin-qiankun": "workspace:0.0.1",
"@vitejs/plugin-vue": "^3.2.0",
"typescript": "^4.9.5",
"vite": "^3.2.7",
"vite": "^4.5.0",
"vue-tsc": "^0.38.9"
}
}
Loading

0 comments on commit 4502118

Please sign in to comment.