Skip to content

Commit

Permalink
React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Dec 5, 2024
1 parent 3cfab9f commit d0bdd03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 22 deletions.
Binary file modified bun.lockb
Binary file not shown.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-query": "^5.62.2",
"@tanstack/react-virtual": "3.10.9",
"@tauri-apps/api": "2.1.1",
"@tauri-apps/plugin-dialog": "2.0.1",
Expand All @@ -44,26 +44,25 @@
"lodash-es": "^4.17.21",
"nanoid": "^5.0.9",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-fontawesome": "^1.7.1",
"react-keybinding-component": "^2.2.0",
"react-router-dom": "6.28.0",
"semver": "^7.6.3",
"zustand": "^5.0.1"
"zustand": "^5.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tauri-apps/cli": "2.1.0",
"@types/bun": "^1.1.14",
"@types/lodash": "^4.17.13",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-fontawesome": "^1.6.8",
"@types/semver": "^7.5.8",
"@vitejs/plugin-react": "^4.3.4",
"@welldone-software/why-did-you-render": "^8.0.3",
"autoprefixer": "^10.4.20",
"madge": "^8.0.0",
"postcss": "^8.4.49",
Expand All @@ -73,7 +72,7 @@
"postcss-url": "^10.1.3",
"typescript": "^5.7.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vite-plugin-svgr": "^4.3.0"
}
}
12 changes: 0 additions & 12 deletions src/lib/wdyr.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './lib/wdyr';

/*
|--------------------------------------------------------------------------
| React and Router
Expand Down

0 comments on commit d0bdd03

Please sign in to comment.