Skip to content

Commit

Permalink
Merge pull request #938 from zhensherlock/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
zhensherlock authored Sep 25, 2024
2 parents 8f2c9a9 + 9d8b0ae commit 9595cd8
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: npm

- name: Install Package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: npm

- name: Install Package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
cache: npm

Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,30 +73,30 @@
"README.md"
],
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@element-plus/icons-vue": "^2.3.1",
"@jest/globals": "^29.7.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-commonjs": "^26.0.3",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jquery": "^3.5.30",
"@types/markdown-it": "^14.1.2",
"@typescript-eslint/parser": "^8.4.0",
"@vue/theme": "^2.2.12",
"@typescript-eslint/parser": "^8.7.0",
"@vue/theme": "^2.3.0",
"autoprefixer": "^10.4.20",
"canvas": "^2.11.2",
"codecov": "^3.8.3",
Expand All @@ -106,12 +106,12 @@
"core-js": "^3.38.1",
"cross-fetch": "^4.0.0",
"cssnano": "^7.0.6",
"element-plus": "^2.8.2",
"eslint": "^8.57.0",
"element-plus": "^2.8.3",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-plugin-import": "^2.30.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jquery": "^3.7.1",
Expand All @@ -120,18 +120,18 @@
"markdown-it": "^14.1.0",
"pinia": "^2.2.2",
"rimraf": "^6.0.1",
"rollup": "^4.21.2",
"rollup": "^4.22.4",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sass": "^1.13.2",
"rollup-plugin-visualizer": "^5.12.0",
"rollup-plugin-your-function": "^0.5.3",
"terser": "^5.31.6",
"terser": "^5.33.0",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unplugin-element-plus": "^0.8.0",
"vitepress": "^1.3.4",
"vue": "^3.5.3",
"vue": "^3.5.8",
"whatwg-fetch": "^3.6.20"
}
}

0 comments on commit 9595cd8

Please sign in to comment.