Skip to content

Commit

Permalink
chore: update react version
Browse files Browse the repository at this point in the history
- Fix ts errors
  • Loading branch information
steven11329 committed Jul 20, 2023
1 parent 7a966c5 commit 203eb04
Show file tree
Hide file tree
Showing 24 changed files with 281 additions and 281 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beeinventor/dasiot-react-component-lib",
"version": "1.8.2",
"version": "1.8.3",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand All @@ -17,8 +17,7 @@
"build-storybook": "storybook build -o docs",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"lint": "eslint \"src/**/*.ts\" \"src/**/*.tsx\" --fix",
"clean": "rimraf lib",
"build": "npm run clean && rollup -c"
"build": "rollup -c"
},
"browserslist": {
"production": [
Expand All @@ -43,8 +42,8 @@
"@mui/icons-material": "^5.0.3",
"@mui/material": "^5.0.3",
"@mui/styles": "^5.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
Expand Down Expand Up @@ -83,14 +82,15 @@
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^2.56.3",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"storybook": "^7.0.24",
"tslib": "^2.6.0",
"typescript": "^4.9.5",
"vite": "^4.3.9"
},
Expand Down
Loading

0 comments on commit 203eb04

Please sign in to comment.