Skip to content

Commit

Permalink
fix: update react version
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Oct 9, 2024
1 parent 59f2860 commit 59e4e9a
Show file tree
Hide file tree
Showing 42 changed files with 180 additions and 179 deletions.
185 changes: 93 additions & 92 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/apps/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"private": true,
"main": "src/index.tsx",
"dependencies": {
"react": "^18.2.0",
"react": "^18.3.1",
"react-ck": "*",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"@react-ck/typescript-config": "^1.0.0",
"@types/react": "^18.2.48",
"@types/react": "^18.3.11",
"typescript": "^5.0.4"
}
}
8 changes: 4 additions & 4 deletions packages/apps/parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"build": "parcel build ./index.html --no-cache --cache-dir ./cache"
},
"dependencies": {
"react": "^18.2.0",
"react": "^18.3.1",
"@react-ck/common-app": "*",
"react-dom": "^18.2.0"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.11.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"parcel": "^2.8.3",
"typescript": "^5.0.4"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/apps/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"build": "vite build"
},
"dependencies": {
"react": "^18.2.0",
"react": "^18.3.1",
"@react-ck/common-app": "*",
"react-dom": "^18.2.0"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitejs/plugin-react-refresh": "*",
"@originjs/vite-plugin-commonjs": "*",
"vite": "^5.0.12",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"typescript": "^5.0.4"
}
}
8 changes: 4 additions & 4 deletions packages/apps/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"build": "NODE_ENV=production webpack"
},
"dependencies": {
"react": "^18.2.0",
"react": "^18.3.1",
"@react-ck/common-app": "*",
"react-dom": "^18.2.0"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"parcel": "^2.8.3",
"typescript": "^5.0.4",
"html-webpack-plugin": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/_provisional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@react-ck/babel-config": "*",
"@react-ck/typescript-config": "*",
"@react-ck/webpack-config": "*",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/button": "^1.8.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"dependencies": {
"@react-ck/collapse": "^1.1.20",
"@react-ck/list": "^1.2.27",
"@react-ck/theme": "^1.10.1"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/components/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/button": "^1.8.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/scss-utils": "^1.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/container": "^1.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/react-utils": "^1.3.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/react-utils": "^1.3.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/chip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/scss-utils": "^1.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/collapse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/components/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/responsive": "^1.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/data-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/icon": "^3.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/scss-utils": "^1.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/empty-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/react-utils": "^1.3.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/form-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/scss-utils": "^1.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/responsive": "^1.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33",
"@types/react": "^18.3.11",
"bunyan": "^1.8.15",
"bunyan-format": "^0.2.1"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/react-utils": "^1.3.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/form-field": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/scss-utils": "^1.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/button": "^1.8.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/scss-utils": "^1.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/button": "^1.8.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@react-ck/jest-config": "^1.0.0",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/theme": "^1.10.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/responsive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"devDependencies": {
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/scss-utils": "^1.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@react-ck/manager": "^1.3.5",
"@react-ck/typescript-config": "^1.0.0",
"@react-ck/webpack-config": "^1.0.0",
"@types/react": "^18.2.33"
"@types/react": "^18.3.11"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/empty-state": "^1.2.7",
Expand Down
Loading

0 comments on commit 59e4e9a

Please sign in to comment.