Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay committed Apr 16, 2024
1 parent 7b4c1ff commit 968c486
Show file tree
Hide file tree
Showing 19 changed files with 1,478 additions and 1,263 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,36 +25,36 @@
"@linaria/core": "^6.1.0",
"@linaria/react": "^6.1.0",
"@reapit/connect-session": "^4.1.4",
"@reapit/elements": "^4.1.2",
"@reapit/elements": "^4.3.0",
"@reapit/foundations-ts-definitions": "^1.3.56",
"@tanstack/react-query": "^5.28.6",
"@tanstack/react-query": "^5.29.2",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"just-debounce-it": "^3.2.0",
"qs": "^6.12.0",
"qs": "^6.12.1",
"query-string": "9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.1",
"react-hook-form": "^7.51.3",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"yup": "^1.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.28.6",
"@testing-library/dom": "^9.3.4",
"@tanstack/react-query-devtools": "^5.29.2",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/react": "^15.0.2",
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "^8.56.6",
"@types/eslint": "^8.56.9",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react": "^4.2.1",
"@wyw-in-js/vite": "^0.5.0",
"eslint": "^8.57.0",
Expand All @@ -72,10 +72,10 @@
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"vite": "^5.2.2",
"vite": "^5.2.9",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-pwa": "^0.19.5",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
},
Expand Down
Loading

0 comments on commit 968c486

Please sign in to comment.