Skip to content

Commit

Permalink
downgrade react
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Jan 3, 2025
1 parent dbf0445 commit f17230f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
35 changes: 21 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "AGPL-3.0",
"version": "0.4.5",
"scripts": {
"upgrade": "npx npm-check-updates -u -x 'codemirror'",
"upgrade": "npx npm-check-updates -u -x 'codemirror react react-dom'",
"postinstall": "electron-builder install-app-deps",
"postcss:build": "npx postcss src/renderer/main.css -o resources/public/css/main.css --verbose",
"postcss:watch": "npx postcss src/renderer/main.css -o resources/public/css/main.css --verbose -w",
Expand Down Expand Up @@ -104,9 +104,9 @@
"postcss-import": "16.1.0",
"postcss-nested": "7.0.2",
"puppeteer": "23.11.1",
"react": "19.0.0",
"react": "18.3.1",
"react-d3-tree": "3.6.2",
"react-dom": "19.0.0",
"react-dom": "18.3.1",
"react-frame-component": "5.2.7",
"react-resizable-panels": "2.1.7",
"react-svg": "16.2.0",
Expand All @@ -127,7 +127,7 @@
"opentype.js": "1.3.4"
},
"overrides": {
"react": "19.0.0",
"react-dom": "19.0.0"
"react": "18.3.1",
"react-dom": "18.3.1"
}
}

0 comments on commit f17230f

Please sign in to comment.