Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
freeshineit committed Mar 8, 2024
1 parent 715b832 commit a680666
Show file tree
Hide file tree
Showing 2 changed files with 1,025 additions and 671 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-typescript-lib-starter",
"version": "0.5.7",
"version": "0.5.8",
"description": "start rollup typescript develop javascript lib",
"main": "dist/index.js",
"amd": "dist/index.amd.js",
Expand Down Expand Up @@ -46,8 +46,8 @@
},
"homepage": "https://github.com/qqxs/rollup-typescript-lib-starter#readme",
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand All @@ -58,20 +58,20 @@
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/pluginutils": "^5.1.0",
"@skax/camel": "^0.2.5",
"@swc/core": "^1.4.1",
"@swc/core": "^1.4.6",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "^8.56.2",
"@types/eslint": "^8.56.5",
"@types/jest": "^29.5.12",
"@types/mime": "^3.0.4",
"@types/node": "^20.11.19",
"autoprefixer": "^10.4.17",
"@types/node": "^20.11.25",
"autoprefixer": "^10.4.18",
"cross-env": "^7.0.3",
"cssnano": "^6.0.3",
"cssnano": "^6.1.0",
"dayjs": "^1.11.10",
"eslint": "^8.56.0",
"eslint-config-xx": "^1.8.0-alpha.1",
"eslint": "^8.57.0",
"eslint-config-xx": "^1.9.0",
"gulp": "^4.0.2",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
Expand All @@ -83,18 +83,18 @@
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"rimraf": "^5.0.5",
"rollup": "^4.12.0",
"rollup": "^4.12.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^2.0.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.0",
"sass": "^1.71.1",
"through2": "^4.0.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.8",
"typedoc": "^0.25.11",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit a680666

Please sign in to comment.