Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zhensherlock committed Sep 25, 2024
1 parent 59e57e6 commit 83283ba
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@
"@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 83283ba

Please sign in to comment.