Skip to content

Commit 9b25493

Browse files
committed
Update dev dependencies , with the bundler
1 parent c259bc0 commit 9b25493

File tree

2 files changed

+1475
-787
lines changed

2 files changed

+1475
-787
lines changed

frontend/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@testing-library/dom": "10.0.0",
6060
"@testing-library/jest-dom": "6.4.2",
6161
"@testing-library/user-event": "14.5.2",
62+
"@testing-library/react": "14.3.1",
6263
"@types/eventsource": "1.1.15",
6364
"@types/lossless-json": "1.0.4",
6465
"@types/node": "20.11.17",
@@ -69,38 +70,37 @@
6970
"@types/styled-components": "5.1.34",
7071
"@typescript-eslint/eslint-plugin": "6.21.0",
7172
"@typescript-eslint/parser": "6.21.0",
72-
"vite": "^4.5.2",
73-
"vite-tsconfig-paths": "^4.0.2",
74-
"@vitejs/plugin-react-swc": "^3.0.0",
73+
"vite": "5.2.10",
74+
"vite-tsconfig-paths": "4.3.2",
75+
"vite-plugin-checker": "0.6.4",
76+
"vite-plugin-ejs": "1.7.0",
77+
"@vitejs/plugin-react-swc": "3.6.0",
7578
"dotenv": "16.4.5",
7679
"eslint": "8.57.0",
77-
"eslint-config-airbnb": "^19.0.4",
78-
"eslint-config-airbnb-typescript": "^17.0.0",
79-
"eslint-config-prettier": "^9.0.0",
80-
"eslint-import-resolver-node": "^0.3.6",
81-
"eslint-import-resolver-typescript": "^3.2.7",
82-
"eslint-plugin-import": "^2.26.0",
83-
"eslint-plugin-jest-dom": "^4.0.3",
84-
"eslint-plugin-jsx-a11y": "^6.5.1",
85-
"eslint-plugin-prettier": "^4.0.0",
86-
"eslint-plugin-react": "^7.30.1",
87-
"eslint-plugin-react-hooks": "^4.5.0",
88-
"@testing-library/react": "^14.0.0",
89-
"@types/testing-library__jest-dom": "^5.14.5",
90-
"jest": "^29.4.3",
91-
"jest-watch-typeahead": "^2.2.2",
92-
"jest-environment-jsdom": "^29.4.3",
93-
"jest-sonar-reporter": "^2.0.0",
94-
"jest-styled-components": "^7.1.1",
95-
"prettier": "^2.8.4",
96-
"rimraf": "^4.1.2",
97-
"ts-node": "^10.9.1",
98-
"ts-prune": "^0.10.3",
99-
"typescript": "^4.7.4",
100-
"vite-plugin-checker": "^0.6.4",
101-
"vite-plugin-ejs": "^1.6.4",
102-
"fetch-mock": "^9.11.0",
103-
"whatwg-fetch": "^3.6.2"
80+
"eslint-config-airbnb": "19.0.4",
81+
"eslint-config-airbnb-typescript": "18.0.0",
82+
"eslint-config-prettier": "9.1.0",
83+
"eslint-import-resolver-node": "0.3.9",
84+
"eslint-import-resolver-typescript": "3.6.1",
85+
"eslint-plugin-import": "2.29.1",
86+
"eslint-plugin-jest-dom": "5.4.0",
87+
"eslint-plugin-jsx-a11y": "6.8.0",
88+
"eslint-plugin-prettier": "5.1.3",
89+
"eslint-plugin-react": "7.34.1",
90+
"eslint-plugin-react-hooks": "4.6.0",
91+
"@types/testing-library__jest-dom": "5.14.9",
92+
"jest": "29.7.0",
93+
"jest-watch-typeahead": "2.2.2",
94+
"jest-environment-jsdom": "29.7.0",
95+
"jest-sonar-reporter": "2.0.0",
96+
"jest-styled-components": "7.1.1",
97+
"prettier": "3.2.5",
98+
"rimraf": "5.0.5",
99+
"ts-node": "10.9.2",
100+
"ts-prune": "0.10.3",
101+
"typescript": "5.4.5",
102+
"fetch-mock": "9.11.0",
103+
"whatwg-fetch": "3.6.20"
104104
},
105105
"engines": {
106106
"node": "v18.17.1",

0 commit comments

Comments
 (0)