Skip to content

Commit

Permalink
dependencies - moved react out
Browse files Browse the repository at this point in the history
  • Loading branch information
brianvoe committed Mar 3, 2024
1 parent 41470ed commit d9ba6f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
20 changes: 14 additions & 6 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
"build:frameworks": "npm run build --workspaces",
"test": "jest"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@rollup/plugin-babel": "^6.0.4",
Expand Down Expand Up @@ -87,6 +83,8 @@
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.1.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.9.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down

0 comments on commit d9ba6f7

Please sign in to comment.