We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eaff7b commit a033d2bCopy full SHA for a033d2b
app/client/package.json
@@ -49,7 +49,7 @@
49
"c8": "^7.12.0",
50
"cross-fetch": "^3.1.5",
51
"cypress": "^13.6.1",
52
- "eslint": "^8.26.0",
+ "eslint": "^8.56.0",
53
"eslint-config-airbnb": "^19.0.4",
54
"eslint-config-standard-with-typescript": "^23.0.0",
55
"eslint-plugin-import": "^2.25.2",
@@ -59,7 +59,7 @@
59
"eslint-plugin-react": "^7.31.10",
60
"eslint-plugin-react-hooks": "^4.6.0",
61
"jest": "^29.3.1",
62
- "jsdom": "^21.1.0",
+ "jsdom": "^23.0.1",
63
"msw": "^2.0.11",
64
"nock": "^13.3.0",
65
"postcss": "^8.4.31",
@@ -76,7 +76,9 @@
76
"react-error-overlay": "6.0.9",
77
"get-func-name": "^2.0.1",
78
"@babel/traverse": "^7.23.2",
79
- "vite": "^4.0.5"
+ "vite": "^4.0.5",
80
+ "word-wrap": "^1.2.4",
81
+ "semver": "^7.5.2"
82
},
83
"browserslist": {
84
"production": [
0 commit comments