Skip to content

Commit 9595cd8

Browse files
authored
Merge pull request #938 from zhensherlock/dev
Dev
2 parents 8f2c9a9 + 9d8b0ae commit 9595cd8

5 files changed

Lines changed: 31 additions & 31 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 16
20+
node-version: 20
2121
cache: npm
2222

2323
- name: Install Package

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 16
20+
node-version: 20
2121
cache: npm
2222

2323
- name: Install Package

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 16
25+
node-version: 20
2626
registry-url: https://registry.npmjs.org/
2727
cache: npm
2828

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,30 +73,30 @@
7373
"README.md"
7474
],
7575
"engines": {
76-
"node": ">=16.0.0"
76+
"node": ">=20.0.0"
7777
},
7878
"devDependencies": {
7979
"@babel/core": "^7.25.2",
8080
"@babel/eslint-parser": "^7.25.1",
8181
"@babel/plugin-transform-runtime": "^7.25.4",
8282
"@babel/preset-env": "^7.25.4",
8383
"@babel/preset-typescript": "^7.24.7",
84-
"@commitlint/cli": "^19.4.1",
85-
"@commitlint/config-conventional": "^19.4.1",
84+
"@commitlint/cli": "^19.5.0",
85+
"@commitlint/config-conventional": "^19.5.0",
8686
"@element-plus/icons-vue": "^2.3.1",
8787
"@jest/globals": "^29.7.0",
8888
"@rollup/plugin-babel": "^6.0.4",
89-
"@rollup/plugin-commonjs": "^26.0.1",
89+
"@rollup/plugin-commonjs": "^26.0.3",
9090
"@rollup/plugin-eslint": "^9.0.5",
91-
"@rollup/plugin-node-resolve": "^15.2.3",
91+
"@rollup/plugin-node-resolve": "^15.3.0",
9292
"@rollup/plugin-replace": "^5.0.7",
9393
"@rollup/plugin-strip": "^3.0.4",
9494
"@rollup/plugin-terser": "0.4.4",
9595
"@rollup/plugin-typescript": "^11.1.6",
9696
"@types/jquery": "^3.5.30",
9797
"@types/markdown-it": "^14.1.2",
98-
"@typescript-eslint/parser": "^8.4.0",
99-
"@vue/theme": "^2.2.12",
98+
"@typescript-eslint/parser": "^8.7.0",
99+
"@vue/theme": "^2.3.0",
100100
"autoprefixer": "^10.4.20",
101101
"canvas": "^2.11.2",
102102
"codecov": "^3.8.3",
@@ -106,12 +106,12 @@
106106
"core-js": "^3.38.1",
107107
"cross-fetch": "^4.0.0",
108108
"cssnano": "^7.0.6",
109-
"element-plus": "^2.8.2",
110-
"eslint": "^8.57.0",
109+
"element-plus": "^2.8.3",
110+
"eslint": "^8.57.1",
111111
"eslint-config-airbnb-base": "^15.0.0",
112112
"eslint-config-semistandard": "^17.0.0",
113113
"eslint-plugin-import": "^2.30.0",
114-
"husky": "^9.1.5",
114+
"husky": "^9.1.6",
115115
"jest": "^29.7.0",
116116
"jest-environment-jsdom": "^29.7.0",
117117
"jquery": "^3.7.1",
@@ -120,18 +120,18 @@
120120
"markdown-it": "^14.1.0",
121121
"pinia": "^2.2.2",
122122
"rimraf": "^6.0.1",
123-
"rollup": "^4.21.2",
123+
"rollup": "^4.22.4",
124124
"rollup-plugin-filesize": "^10.0.0",
125125
"rollup-plugin-postcss": "^4.0.2",
126126
"rollup-plugin-sass": "^1.13.2",
127127
"rollup-plugin-visualizer": "^5.12.0",
128128
"rollup-plugin-your-function": "^0.5.3",
129-
"terser": "^5.31.6",
129+
"terser": "^5.33.0",
130130
"ts-jest": "^29.2.5",
131-
"typescript": "^5.5.4",
131+
"typescript": "^5.6.2",
132132
"unplugin-element-plus": "^0.8.0",
133133
"vitepress": "^1.3.4",
134-
"vue": "^3.5.3",
134+
"vue": "^3.5.8",
135135
"whatwg-fetch": "^3.6.20"
136136
}
137137
}

0 commit comments

Comments
 (0)