Skip to content

Commit

Permalink
React 19 mostly works, except watch
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Dec 6, 2024
1 parent 61985c5 commit 35a7458
Show file tree
Hide file tree
Showing 22 changed files with 542 additions and 514 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"dependencies": {
"@bugsnag/browser": "^8.1.2",
"@bugsnag/plugin-react": "^8.1.1",
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/sortable": "^9.0.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dumbmatter/idb": "^8.0.0",
"@juggle/resize-observer": "^3.4.0",
"@mattiasbuelens/web-streams-adapter": "^0.1.0",
"@tanstack/react-virtual": "^3.10.9",
"@tanstack/react-virtual": "^3.11.0",
"@uiw/color-convert": "^2.3.3",
"@uiw/react-color-editable-input": "^2.3.3",
"@uiw/react-color-editable-input-rgba": "^2.3.3",
Expand All @@ -66,23 +66,23 @@
"facesjs": "^4.2.2",
"fast-deep-equal": "^3.1.3",
"flag-icons": "^7.2.3",
"framer-motion": "^11.13.1",
"framer-motion": "12.0.0-alpha.2",
"html2canvas": "^1.4.1",
"just-clone": "^6.2.0",
"match-sorter": "8.0.0",
"nanoevents": "^9.1.0",
"promise-worker-bi": "^4.1.1",
"react": "^18.3.1",
"react": "^19.0.0",
"react-addons-text-content": "^0.0.4",
"react-bootstrap": "^2.10.6",
"react-confirm": "^0.3.0-7",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-select": "^5.8.3",
"roman-numerals": "^0.3.2",
"s-ago": "^2.2.0",
"streamsaver": "^2.0.6",
"use-local-storage-state": "^19.5.0",
"use-sync-external-store": "^1.2.2",
"use-sync-external-store": "^1.4.0",
"web-streams-polyfill": "^4.0.0",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
Expand Down Expand Up @@ -124,8 +124,8 @@
"@types/karma-rollup-preprocessor": "^7.0.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/roman-numerals": "^0.3.2",
"@types/streamsaver": "^2.0.5",
"@types/stripe-checkout": "^1.0.7",
Expand All @@ -143,7 +143,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks": "^5.1.0",
"fake-indexeddb": "^6.0.0",
"fs-extra": "^11.2.0",
"get-port": "^7.1.0",
Expand All @@ -168,7 +168,7 @@
"mocha": "^11.0.1",
"prettier": "^3.4.2",
"purgecss": "^7.0.2",
"rollup": "^4.28.0",
"rollup": "^4.28.1",
"rollup-plugin-blacklist": "^1.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "1.77.6",
Expand Down
Loading

0 comments on commit 35a7458

Please sign in to comment.