Skip to content

Commit

Permalink
Upgrade to react 19, add titles, add duplicate files util (#1154)
Browse files Browse the repository at this point in the history
* Upgrade to react 19, add titles

* Add duplicate files util
  • Loading branch information
harshithmohan authored Dec 9, 2024
1 parent c435a22 commit ae2bb00
Show file tree
Hide file tree
Showing 43 changed files with 1,690 additions and 1,501 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"lodash": "^4.17.21",
"monaco-editor": "^0.52.0",
"pretty-bytes": "^6.1.1",
"react": "^18.3.1",
"react": "^19.0.0",
"react-animate-height": "^3.2.3",
"react-avatar-editor": "^13.0.2",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-grid-layout": "^1.5.0",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
Expand All @@ -60,9 +60,9 @@
"@types/format-thousands": "^2.0.3",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react": "^19.0.1",
"@types/react-avatar-editor": "^13.0.3",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^19.0.1",
"@types/react-grid-layout": "^1.3.5",
"@types/react-modal": "^3.16.3",
"@types/react-redux": "^7.1.34",
Expand Down Expand Up @@ -95,7 +95,7 @@
"tailwindcss": "^3.4.16",
"tailwindcss-text-fill-stroke": "2.0.0-beta.1",
"typescript": "5.6.3",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vite-plugin-webpackchunkname": "^1.0.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit ae2bb00

Please sign in to comment.