Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Flower-F committed Dec 6, 2024
1 parent 503086d commit 53e3764
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"typecheck": "tsc"
},
"dependencies": {
"react": "^19.0.0-rc.1",
"react-dom": "^19.0.0-rc.1",
"react-router-dom": "^7.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.2",
"react-use": "^17.5.1"
},
"devDependencies": {
Expand All @@ -30,28 +30,28 @@
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-6fc168f-20241025",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"commitlint": "^19.5.0",
"eslint": "^8.57.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-6fc168f-20241025",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"happy-dom": "^15.7.4",
"happy-dom": "^15.11.7",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.14",
"terser": "^5.36.0",
"tailwindcss": "^3.4.16",
"terser": "^5.37.0",
"typescript": "^5.7.2",
"vite": "6.0.1",
"vitest": "2.1.6"
"vite": "6.0.3",
"vitest": "2.1.8"
}
}

0 comments on commit 53e3764

Please sign in to comment.