Skip to content

Commit 9f3020c

Browse files
committed
chore: upgrade dependencies
1 parent cf429b6 commit 9f3020c

File tree

2 files changed

+698
-652
lines changed

2 files changed

+698
-652
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,28 @@
3838
"react-dom": ">=17"
3939
},
4040
"devDependencies": {
41-
"@commitlint/cli": "^17.4.4",
42-
"@commitlint/config-conventional": "^17.4.4",
43-
"@rollup/plugin-commonjs": "^24.0.1",
41+
"@commitlint/cli": "^17.6.5",
42+
"@commitlint/config-conventional": "^17.6.5",
43+
"@rollup/plugin-commonjs": "^25.0.0",
4444
"@rollup/plugin-json": "^6.0.0",
45-
"@rollup/plugin-node-resolve": "^15.0.1",
45+
"@rollup/plugin-node-resolve": "^15.1.0",
4646
"@testing-library/jest-dom": "^5.16.5",
4747
"@testing-library/react": "^14.0.0",
48-
"@types/jest": "^29.4.0",
49-
"@types/node": "^18.14.1",
50-
"@types/react": "^18.0.28",
51-
"@types/react-dom": "^18.0.11",
52-
"@types/shelljs": "^0.8.11",
53-
"@typescript-eslint/eslint-plugin": "^5.53.0",
54-
"@typescript-eslint/parser": "^5.53.0",
48+
"@types/jest": "^29.5.1",
49+
"@types/node": "^20.2.5",
50+
"@types/react": "^18.2.7",
51+
"@types/react-dom": "^18.2.4",
52+
"@types/shelljs": "^0.8.12",
53+
"@typescript-eslint/eslint-plugin": "^5.59.8",
54+
"@typescript-eslint/parser": "^5.59.8",
5555
"colors": "^1.4.0",
5656
"cross-env": "^7.0.3",
5757
"enquirer": "^2.3.6",
58-
"eslint": "^8.34.0",
59-
"eslint-config-prettier": "^8.6.0",
60-
"eslint-config-standard": "^17.0.0",
58+
"eslint": "^8.41.0",
59+
"eslint-config-prettier": "^8.8.0",
60+
"eslint-config-standard": "^17.1.0",
6161
"eslint-plugin-import": "^2.27.5",
62-
"eslint-plugin-n": "^15.6.1",
62+
"eslint-plugin-n": "^16.0.0",
6363
"eslint-plugin-prettier": "^4.2.1",
6464
"eslint-plugin-promise": "^6.1.1",
6565
"eslint-plugin-react": "^7.32.2",
@@ -68,26 +68,26 @@
6868
"gh-pages": "^5.0.0",
6969
"husky": "^8.0.3",
7070
"identity-obj-proxy": "^3.0.0",
71-
"jest": "^29.4.3",
72-
"jest-environment-jsdom": "^29.4.3",
73-
"lint-staged": "^13.1.2",
74-
"postcss": "^8.4.21",
75-
"prettier": "^2.8.4",
71+
"jest": "^29.5.0",
72+
"jest-environment-jsdom": "^29.5.0",
73+
"lint-staged": "^13.2.2",
74+
"postcss": "^8.4.24",
75+
"prettier": "^2.8.8",
7676
"prompt": "^1.3.0",
7777
"react": "^18.2.0",
7878
"react-dom": "^18.2.0",
79-
"replace-in-file": "^6.3.5",
80-
"rollup": "^3.17.2",
79+
"replace-in-file": "^7.0.1",
80+
"rollup": "^3.23.0",
8181
"rollup-plugin-peer-deps-external": "^2.2.4",
8282
"rollup-plugin-postcss": "^4.0.2",
8383
"rollup-plugin-sourcemaps": "^0.6.3",
8484
"rollup-plugin-terser": "^7.0.2",
8585
"rollup-plugin-typescript2": "^0.34.1",
8686
"shelljs": "^0.8.5",
87-
"ts-jest": "^29.0.5",
87+
"ts-jest": "^29.1.0",
8888
"ts-node": "^10.9.1",
89-
"typedoc": "^0.23.25",
90-
"typescript": "^4.9.5"
89+
"typedoc": "^0.24.7",
90+
"typescript": "^5.0.4"
9191
},
9292
"lint-staged": {
9393
"src/**/*.{ts,tsx}": [

0 commit comments

Comments
 (0)