Skip to content

Commit

Permalink
fix: downgrade React to v17.0.2 & fix entrypoint paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed May 24, 2023
1 parent 70787cc commit 5c06d9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/lsd-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@acid-info/lsd-react",
"version": "0.1.0-alpha.4",
"types": "./dist/index.d.ts",
"main": "./dist/lsd-react.js",
"require": "./dist/lsd-react.umd.cjs",
"main": "./dist/lsd-react.mjs",
"require": "./dist/lsd-react.umd.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -18,8 +18,8 @@
"@emotion/styled": "^11.10.5",
"clsx": "^1.2.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use": "^17.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5c06d9b

Please sign in to comment.