Skip to content

Commit 55b7ebe

Browse files
fix(deps): update all non-major third-party dependencies
1 parent 8c105cb commit 55b7ebe

File tree

4 files changed

+738
-739
lines changed

4 files changed

+738
-739
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@
8484
"i18next-browser-languagedetector": "7.2.0",
8585
"i18next-fs-backend": "2.3.1",
8686
"i18next-http-backend": "2.5.0",
87-
"isbot": "5.1.1",
87+
"isbot": "5.1.2",
8888
"morgan": "1.10.0",
8989
"prom-client": "15.1.0",
90-
"react": "18.3.0-canary-a870b2d54-20240314",
91-
"react-dom": "18.3.0-canary-a870b2d54-20240314",
90+
"react": "18.3.0-next-fecc288b7-20221025",
91+
"react-dom": "18.3.0-next-fecc288b7-20221025",
9292
"react-i18next": "14.1.0",
9393
"recharts": "2.12.3",
9494
"remix-i18next": "6.0.1",
95-
"supabase": "1.148.6",
95+
"supabase": "1.149.4",
9696
"tiny-invariant": "1.3.3"
9797
},
9898
"devDependencies": {
@@ -117,10 +117,10 @@
117117
"@types/express": "4.17.21",
118118
"@types/morgan": "1.9.9",
119119
"@types/node": "20.11.28",
120-
"@types/react": "18.2.66",
120+
"@types/react": "18.2.67",
121121
"@types/react-dom": "18.2.22",
122-
"@typescript-eslint/eslint-plugin": "7.2.0",
123-
"@typescript-eslint/parser": "7.2.0",
122+
"@typescript-eslint/eslint-plugin": "7.3.0",
123+
"@typescript-eslint/parser": "7.3.0",
124124
"@vitejs/plugin-react": "4.2.1",
125125
"@vitest/coverage-v8": "1.4.0",
126126
"@vitest/ui": "1.4.0",
@@ -136,15 +136,15 @@
136136
"eslint-plugin-cypress": "2.15.1",
137137
"eslint-plugin-no-relative-import-paths": "1.5.3",
138138
"eslint-plugin-sonarjs": "0.24.0",
139-
"happy-dom": "13.8.6",
139+
"happy-dom": "13.10.1",
140140
"husky": "9.0.11",
141141
"install": "0.13.0",
142142
"lint-staged": "15.2.2",
143-
"msw": "2.2.3",
143+
"msw": "2.2.7",
144144
"npm-run-all2": "6.1.2",
145-
"postcss": "8.4.35",
145+
"postcss": "8.4.36",
146146
"prettier": "3.2.5",
147-
"rollup-plugin-visualizer": "^5.12.0",
147+
"rollup-plugin-visualizer": "5.12.0",
148148
"start-server-and-test": "2.0.3",
149149
"ts-node": "10.9.2",
150150
"tsc-files": "1.1.4",
@@ -158,14 +158,14 @@
158158
"vitest": "1.4.0",
159159
"vitest-github-actions-reporter": "0.11.1",
160160
"vitest-sonar-reporter": "2.0.0",
161-
"webdriverio": "8.34.0"
161+
"webdriverio": "8.34.1"
162162
},
163163
"engines": {
164164
"node": ">=18"
165165
},
166166
"version": "1.18.0",
167167
"overrides": {
168-
"react": "18.3.0-canary-a870b2d54-20240314",
168+
"react": "18.3.0-next-fecc288b7-20221025",
169169
"react-dom": "18.3.0-canarya870b2d54-20240314"
170170
}
171171
}

0 commit comments

Comments
 (0)