Skip to content

Commit

Permalink
chore: upgrade core dependencies (#391)
Browse files Browse the repository at this point in the history
* chore: upgrade tanstack router

* chore: upgrade react-compiler

* style: eslint ignores for the react-compiler

* chore: upgrade vite
  • Loading branch information
SeanCassiere authored Jul 27, 2024
1 parent 4b94040 commit 6fa1e40
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 76 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"@tanstack/query-broadcast-client-experimental": "^5.51.1",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query-devtools": "^5.51.1",
"@tanstack/react-router": "^1.45.4",
"@tanstack/react-router": "^1.45.11",
"@tanstack/react-table": "^8.19.3",
"@tanstack/react-virtual": "^3.8.3",
"@tanstack/router-devtools": "^1.45.4",
"@tanstack/router-devtools": "^1.45.11",
"@ts-rest/core": "^3.46.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand Down Expand Up @@ -82,17 +82,17 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/router-plugin": "^1.45.3",
"@tanstack/router-plugin": "^1.45.8",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625",
"babel-plugin-react-compiler": "0.0.0-experimental-334f00b-20240725",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-compiler": "0.0.0-experimental-0998c1e-20240625",
"eslint-plugin-react-compiler": "0.0.0-experimental-9ed098e-20240725",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.8.0",
"postcss": "^8.4.39",
Expand All @@ -103,6 +103,6 @@
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.4"
"vite": "^5.3.5"
}
}
Loading

0 comments on commit 6fa1e40

Please sign in to comment.