Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tzuyi0817 committed Oct 30, 2023
1 parent 20af9e1 commit eec4bfd
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 250 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
"vue": "^3.3.4",
"vue-i18n": "9.5.0",
"vue-i18n": "9.6.1",
"vue-router": "^4.2.4"
},
"devDependencies": {
Expand All @@ -40,12 +40,12 @@
"cssnano": "^6.0.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-playwright": "^0.17.0",
"eslint-plugin-playwright": "^0.18.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-testing-library": "^6.0.0",
"eslint-plugin-vue": "^9.15.1",
"jsdom": "^22.1.0",
"msw": "^1.2.2",
"msw": "^2.0.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.0",
Expand Down Expand Up @@ -73,8 +73,8 @@
]
},
"optionalDependencies": {
"@commitlint/cli": "^17.7.0",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.0"
}
Expand Down
Loading

0 comments on commit eec4bfd

Please sign in to comment.