Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsn committed Sep 21, 2023
1 parent 3da06c1 commit b80e1c3
Show file tree
Hide file tree
Showing 2 changed files with 881 additions and 596 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,36 +43,36 @@
},
"homepage": "https://github.com/nmsn/utils#readme",
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/lodash-es": "^4.17.8",
"@types/react": "^18.2.15",
"@types/jest": "^29.5.5",
"@types/lodash-es": "^4.17.9",
"@types/react": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"antd": "^5.7.0",
"dumi": "^2.2.1",
"eslint": "^8.45.0",
"antd": "^5.9.2",
"dumi": "^2.2.10",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^14.0.1",
"lodash": "^4.17.21",
"prettier": "3.0.2",
"release-toolbox": "^0.2.0",
"rollup": "^3.27.2",
"rollup": "^3.29.2",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.35.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"dependencies": {
"lodash-es": "^4.17.21"
Expand Down
Loading

1 comment on commit b80e1c3

@vercel
Copy link

@vercel vercel bot commented on b80e1c3 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

utils – ./

utils-git-main-nmsn.vercel.app
utils-nmsn.vercel.app
nmsn-utils.vercel.app

Please sign in to comment.