Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 266db21

Browse files
committed
chore: update deps
1 parent 355ea5f commit 266db21

File tree

4 files changed

+1307
-1352
lines changed

4 files changed

+1307
-1352
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: 16.x
27+
node-version: 18.x
2828

2929
- name: Install pnpm
3030
run: npm install -g pnpm@^7
@@ -36,7 +36,7 @@ jobs:
3636
run: npm run test
3737

3838
- name: Upload coverage report
39-
uses: codecov/codecov-action@v2
39+
uses: codecov/codecov-action@v3
4040
with:
4141
fail_ci_if_error: false
4242

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -38,30 +38,30 @@
3838
"prepublishOnly": "npm run test && npm run build"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.19.1",
42-
"@babel/preset-env": "^7.19.1",
43-
"@vue/compiler-sfc": "^3.2.39",
44-
"@vue/test-utils": "^2.0.2",
45-
"@vue/vue3-jest": "^29.1.0",
46-
"babel-jest": "^29.0.3",
47-
"babel-loader": "^8.2.5",
48-
"bootstrap": "^4",
41+
"@babel/core": "^7.20.12",
42+
"@babel/preset-env": "^7.20.2",
43+
"@vue/compiler-sfc": "^3.2.45",
44+
"@vue/test-utils": "^2.2.7",
45+
"@vue/vue3-jest": "^29.2.2",
46+
"babel-jest": "^29.3.1",
47+
"babel-loader": "^9.1.2",
48+
"bootstrap": "^4.6.2",
4949
"cross-env": "^7.0.3",
50-
"css-loader": "^6.7.1",
50+
"css-loader": "^6.7.3",
5151
"file-loader": "^6.2.0",
5252
"html-webpack-plugin": "^5.5.0",
53-
"jest": "^29.0.3",
54-
"jest-environment-jsdom": "^29.0.3",
55-
"mini-css-extract-plugin": "^2.6.1",
53+
"jest": "^29.3.1",
54+
"jest-environment-jsdom": "^29.3.1",
55+
"mini-css-extract-plugin": "^2.7.2",
5656
"mitt": "^3.0.0",
57-
"sass": "~1.55.0",
58-
"sass-loader": "^13.0.2",
57+
"sass": "~1.57.1",
58+
"sass-loader": "^13.2.0",
5959
"style-loader": "^3.3.1",
6060
"svg-url-loader": "^8.0.0",
61-
"vue": "^3.2.39",
62-
"vue-loader": "^17.0.0",
63-
"webpack": "^5.74.0",
64-
"webpack-cli": "^4.10.0",
61+
"vue": "^3.2.45",
62+
"vue-loader": "^17.0.1",
63+
"webpack": "^5.75.0",
64+
"webpack-cli": "^5.0.1",
6565
"webpack-dev-server": "^4.11.1",
6666
"webpack-remove-empty-scripts": "^1.0.1"
6767
},

0 commit comments

Comments
 (0)