Skip to content

Commit c9fa3b0

Browse files
authored
Merge pull request #33 from bvandercar-vt/bvandercar/update-deps
update linting and test deps
2 parents 324ae98 + 57be288 commit c9fa3b0

File tree

2 files changed

+1263
-302
lines changed

2 files changed

+1263
-302
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -57,33 +57,33 @@
5757
"@storybook/react-webpack5": "^7.4.0",
5858
"@storybook/testing-library": "0.2.0",
5959
"@storybook/theming": "^7.4.0",
60-
"@testing-library/jest-dom": "6.1.2",
61-
"@testing-library/react": "^14.0.0",
62-
"@testing-library/user-event": "^14.4.3",
63-
"@types/jest": "29.5.4",
64-
"@types/node": "18.8.3",
65-
"@types/react": "18.2.21",
60+
"@testing-library/jest-dom": "^6.5.0",
61+
"@testing-library/react": "^16.0.0",
62+
"@testing-library/user-event": "^14.5.0",
63+
"@types/jest": "29.5.13",
64+
"@types/node": "18.19.50",
65+
"@types/react": "18.3.5",
6666
"@types/react-dom": "18.2.7",
67-
"@typescript-eslint/eslint-plugin": "6.5.0",
68-
"@typescript-eslint/parser": "6.5.0",
67+
"@typescript-eslint/eslint-plugin": "8.5.0",
68+
"@typescript-eslint/parser": "8.5.0",
6969
"babel-eslint": "10.1.0",
7070
"cross-env": "7.0.3",
71-
"eslint": "8.48.0",
72-
"eslint-config-prettier": "9.0.0",
71+
"eslint": "8.57.0",
72+
"eslint-config-prettier": "9.1.0",
7373
"eslint-config-standard": "17.1.0",
7474
"eslint-config-standard-react": "13.0.0",
75-
"eslint-plugin-import": "2.28.1",
76-
"eslint-plugin-jsx-a11y": "^6.6.1",
77-
"eslint-plugin-n": "16.0.2",
75+
"eslint-plugin-import": "2.30.0",
76+
"eslint-plugin-jsx-a11y": "^6.10.0",
77+
"eslint-plugin-n": "^17.10.0",
7878
"eslint-plugin-node": "11.1.0",
79-
"eslint-plugin-prettier": "5.0.0",
80-
"eslint-plugin-promise": "6.1.1",
81-
"eslint-plugin-react": "7.33.2",
79+
"eslint-plugin-prettier": "^5.2.0",
80+
"eslint-plugin-promise": "^7.1.0",
81+
"eslint-plugin-react": "^7.36.0",
8282
"eslint-plugin-standard": "5.0.0",
8383
"gh-pages": "6.0.0",
8484
"microbundle-crl": "0.13.11",
8585
"npm-run-all": "4.1.5",
86-
"prettier": "3.0.3",
86+
"prettier": "3.3.3",
8787
"react": "18.2.0",
8888
"react-dom": "18.2.0",
8989
"react-scripts": "5.0.1",

0 commit comments

Comments
 (0)