Skip to content

Commit

Permalink
fix(deps): more flexible react versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Apr 8, 2024
1 parent a583b90 commit dc73cdb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.2",
"classnames": "^2.3.2"
},
"peerDependencies": {
"react": "16.8",
"react-dom": "16.8"
},
"scripts": {
"start": "react-scripts start",
"build:types": "tsc --emitDeclarationOnly --outDir ./build/types",
Expand Down Expand Up @@ -59,6 +51,14 @@
"/!node_modules\\/@js-temporal/"
]
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.2",
"classnames": "^2.3.2"
},
"peerDependencies": {
"react": "^16.8",
"react-dom": "^16.8"
},
"devDependencies": {
"@cucumber/cucumber": "^8.9.0",
"@dhis2/cli-app-scripts": "^10.2.0",
Expand All @@ -69,13 +69,13 @@
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.65",
"@types/react": "16.8",
"@types/react-dom": "16.8",
"@types/react": "^16.8",
"@types/react-dom": "^16.8",
"@types/testing-library__react": "^10.2.0",
"@types/testing-library__react-hooks": "^4.0.0",
"jest-cucumber": "^3.0.1",
"react": "16.14",
"react-dom": "16.14",
"react": "^16.14",
"react-dom": "^16.14",
"react-scripts": "5.0.1",
"ts-node": "^10.9.1",
"typescript": "4.4"
Expand Down

0 comments on commit dc73cdb

Please sign in to comment.