Skip to content

Commit 920efe0

Browse files
authored
fix(deps): upgrade dev deps (#80)
1 parent 0351c8b commit 920efe0

File tree

2 files changed

+256
-228
lines changed

2 files changed

+256
-228
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"@codemirror/lang-javascript": "^6.2.1",
2727
"@emotion/react": "11.11.3",
2828
"@emotion/styled": "11.11.0",
29-
"@graasp/apps-query-client": "graasp/graasp-apps-query-client#266-fix-patch-update-immutable-ws",
29+
"@graasp/apps-query-client": "^3.4.4",
3030
"@graasp/sdk": "3.6.0",
3131
"@mui/icons-material": "5.15.10",
3232
"@mui/lab": "5.0.0-alpha.165",
3333
"@mui/material": "5.15.10",
3434
"@mui/x-data-grid": "^6.19.4",
35-
"@sentry/react": "7.100.1",
35+
"@sentry/react": "7.102.0",
3636
"@tanstack/react-query": "^4.36.1",
3737
"@tanstack/react-query-devtools": "^4.36.1",
38-
"@uiw/react-codemirror": "^4.21.21",
38+
"@uiw/react-codemirror": "^4.21.22",
3939
"date-fns": "^3.3.1",
4040
"i18next": "23.9.0",
4141
"lodash.isequal": "^4.5.0",
@@ -46,7 +46,7 @@
4646
"react-dom": "18.2.0",
4747
"react-i18next": "14.0.5",
4848
"react-plotly.js": "^2.6.0",
49-
"react-router-dom": "^6.22.0",
49+
"react-router-dom": "^6.22.1",
5050
"typescript": "5.3.3"
5151
},
5252
"scripts": {
@@ -88,37 +88,37 @@
8888
"@types/react-dom": "18.2.19",
8989
"@types/react-plotly.js": "^2.6.3",
9090
"@types/uuid": "9.0.8",
91-
"@typescript-eslint/eslint-plugin": "6.21.0",
92-
"@typescript-eslint/parser": "6.21.0",
91+
"@typescript-eslint/eslint-plugin": "7.0.2",
92+
"@typescript-eslint/parser": "7.0.2",
9393
"@vitejs/plugin-react": "^4.2.1",
94-
"@vitest/browser": "^1.2.2",
94+
"@vitest/browser": "^1.3.0",
9595
"concurrently": "8.2.2",
9696
"cypress": "13.6.4",
9797
"env-cmd": "10.1.0",
9898
"eslint": "8.56.0",
9999
"eslint-config-airbnb": "19.0.4",
100-
"eslint-config-prettier": "8.10.0",
100+
"eslint-config-prettier": "9.1.0",
101101
"eslint-config-react-app": "7.0.1",
102102
"eslint-import-resolver-typescript": "^3.6.1",
103103
"eslint-plugin-cypress": "2.15.1",
104104
"eslint-plugin-import": "2.29.1",
105105
"eslint-plugin-jsx-a11y": "6.8.0",
106-
"eslint-plugin-prettier": "4.2.1",
106+
"eslint-plugin-prettier": "5.1.3",
107107
"eslint-plugin-react": "^7.33.2",
108108
"eslint-plugin-react-hooks": "4.6.0",
109109
"husky": "9.0.11",
110110
"jsdom": "^24.0.0",
111111
"lodash.clonedeep": "^4.5.0",
112112
"miragejs": "^0.1.48",
113113
"nyc": "15.1.0",
114-
"prettier": "2.8.8",
115-
"pretty-quick": "3.3.1",
114+
"prettier": "3.2.5",
115+
"pretty-quick": "4.0.0",
116116
"stylis-plugin-rtl": "^2.1.1",
117117
"uuid": "^9.0.1",
118-
"vite": "^5.1.1",
118+
"vite": "^5.1.3",
119119
"vite-plugin-checker": "^0.6.4",
120120
"vite-plugin-istanbul": "^5.0.0",
121-
"vitest": "^1.2.2"
121+
"vitest": "^1.3.0"
122122
},
123123
"browserslist": {
124124
"production": [

0 commit comments

Comments
 (0)