Skip to content
Merged
6 changes: 3 additions & 3 deletions examples/blended-apart/taro-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"@tarojs/react": "3.4.2",
"@tarojs/runtime": "3.4.2",
"@tarojs/taro": "3.4.2",
"react": "^16.10.0",
"react-dom": "^16.10.0"
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@tarojs/mini-runner": "3.4.2",
"@tarojs/plugin-indie": "^0.0.6",
"@tarojs/webpack-runner": "3.4.2",
"@types/react": "^16.0.0",
"@types/react": "^18",
"@types/webpack-env": "^1.13.6",
"babel-preset-taro": "3.4.2",
"eslint": "^6.8.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/blended-basic/taro-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@tarojs/react": "3.4.2",
"@tarojs/runtime": "3.4.2",
"@tarojs/taro": "3.4.2",
"react": "^16.10.0",
"react-dom": "^16.10.0"
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/webpack-env": "^1.13.6",
"@types/react": "^16.0.0",
"@types/react": "^18",
"@tarojs/mini-runner": "3.4.2",
"@babel/core": "^7.8.0",
"@tarojs/webpack-runner": "3.4.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/blended-taro-component/h5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"@tarojs/shared": "3.6.24",
"@tarojs/taro": "3.6.24",
"@tarojs/webpack5-runner": "^3.6.24",
"react": "^16.10.0",
"react-dom": "^16.10.0"
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@babel/core": "^7.8.0",
"@types/react": "^16.0.0",
"@types/react": "^18",
"@types/webpack-env": "^1.13.6",
"babel-preset-taro": "3.6.24",
"eslint": "^8.12.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/blended-taro-component/taro-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@tarojs/shared": "3.6.24",
"@tarojs/taro": "3.6.24",
"@tarojs/webpack5-runner": "^3.6.24",
"react": "^16.10.0",
"react-dom": "^16.10.0"
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@babel/core": "^7.8.0",
"@types/react": "^16.0.0",
"@types/react": "^18",
"@types/webpack-env": "^1.13.6",
"babel-preset-taro": "3.6.24",
"eslint": "^8.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/build-weapp-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/core": "^7.8.0",
"@tarojs/cli": "3.6.24",
"@tarojs/webpack5-runner": "3.6.24",
"@types/react": "^18.0.0",
"@types/react": "^18",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-tabbar-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@babel/core": "^7.8.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
"@tarojs/webpack5-runner": "3.5.0-beta.2",
"@types/react": "^17.0.2",
"@types/react": "^18",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/mini-program-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mini-program-example",
"version": "1.0.0",
"private": true,
"description": "小程序demo",
"description": "小程序 demo",
"templateInfo": {
"name": "default",
"typescript": true,
Expand Down Expand Up @@ -64,7 +64,7 @@
"@babel/core": "^7.8.0",
"@tarojs/cli": "workspace:*",
"@types/webpack-env": "^1.13.6",
"@types/react": "^18.2.0",
"@types/react": "^18",
"webpack": "5.78.0",
"@tarojs/webpack5-runner": "workspace:*",
"babel-preset-taro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/mini-split-chunks-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@tarojs/cli": "../../packages/taro-cli",
"@tarojs/webpack5-runner": "../../packages/taro-webpack5-runner",
"@tarojs/service": "../../packages/taro-service",
"@types/react": "^17.0.2",
"@types/react": "^18",
"@types/webpack-env": "^1.13.6",
"babel-preset-taro": "../../packages/babel-preset-taro",
"eslint": "^6.8.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/new-blended/taro-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"@tarojs/shared": "3.6.12",
"@tarojs/taro": "3.6.12",
"@tarojs/webpack5-runner": "3.6.12",
"react": "^16.10.0",
"react-dom": "^16.10.0"
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@tarojs/plugin-indie": "0.0.8",
"@types/react": "^16.0.0",
"@types/react": "^18",
"@types/webpack-env": "^1.13.6",
"babel-preset-taro": "3.6.12",
"eslint": "^8.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/swiper-effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@tarojs/taro-loader": "4.0.7",
"@tarojs/webpack5-runner": "4.0.7",
"@types/node": "^18",
"@types/react": "^18.0.0",
"@types/react": "^18",
"@types/webpack-env": "^1.13.6",
"babel-preset-taro": "4.0.7",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/taro-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@tarojs/cli": "3.6.23",
"@types/webpack-env": "^1.13.6",
"@tarojs/test-utils-react": "^0.1.1",
"@types/react": "^18.0.0",
"@types/react": "^18",
"webpack": "5.78.0",
"@tarojs/taro-loader": "3.6.23",
"@tarojs/webpack5-runner": "3.6.23",
Expand Down
2 changes: 1 addition & 1 deletion examples/weapp-independent-subpackages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@types/webpack-env": "^1.13.6",
"@types/react": "^17.0.2",
"@types/react": "^18",
"@tarojs/mini-runner": "3.5.10",
"@tarojs/cli": "3.5.10",
"@babel/core": "^7.8.0",
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,17 @@
"@types/node": "^18",
"@types/postcss-import": "^14.0.0",
"@types/postcss-url": "^10.0.0",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/react-reconciler": "^0.28.9",
"@types/resolve": "^1.20.6",
"@types/sass": "1.43.1",
"@types/tapable": "^1",
"@types/webpack": "^4.41.26",
"@types/webpack-dev-server": "^3.11.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-istanbul": "^3.2.2",
"babel-jest": "^29.7.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-preset-power-assert": "3.0.0",
Expand Down Expand Up @@ -147,6 +150,8 @@
"power-assert": "^1.6.1",
"prettier": "^2.7.1",
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.0",
"rollup": "^4.16.4",
"rollup-plugin-node-externals": "^7.1.1",
Expand All @@ -158,7 +163,7 @@
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "~5.4.5",
"vitest": "^1.6.0"
"vitest": "^3.2.2"
},
"pnpm": {
"packageExtensions": {
Expand All @@ -171,7 +176,7 @@
},
"react-native-root-siblings": {
"peerDependencies": {
"react": "18.2.0"
"react": "18.3.1"
},
"peerDependenciesMeta": {
"react": {
Expand Down
4 changes: 1 addition & 3 deletions packages/taro-components-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@
"@tarojs/runtime": "workspace:*",
"@tarojs/shared": "workspace:*",
"@tarojs/taro": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vue": "3.2.47"
},
"peerDependencies": {
"@tarojs/runtime": "workspace:~",
"@tarojs/shared": "workspace:~",
"@tarojs/taro": "workspace:~",
"react": ">=17"
"react": ">=18"
},
"peerDependenciesMeta": {
"react": {
Expand Down
4 changes: 1 addition & 3 deletions packages/taro-components-library-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"@tarojs/components": "workspace:*"
},
"devDependencies": {
"@tarojs/helper": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@tarojs/helper": "workspace:*"
},
"peerDependencies": {
"@tarojs/helper": "workspace:*"
Expand Down
1 change: 0 additions & 1 deletion packages/taro-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@tarojs/runtime": "workspace:*",
"@babel/preset-react": "^7.24.1",
"babel-preset-solid": "^1.8.15",
"react": "^18.2.0",
"solid-js": "^1.8.16"
},
"peerDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/taro-components-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"expo-camera": "~14.1.3",
"expo-module-scripts": "^3.5.1",
"jest-expo": "~50.0.3",
"react": "^18.2.0",
"react-native": "^0.73.1",
"react-native-pager-view": "6.2.3",
"react-native-svg": "14.1.0",
Expand All @@ -65,7 +64,7 @@
"expo": "~50.0.0",
"expo-av": "~13.10.6",
"expo-camera": "~14.1.3",
"react": "^18.2.0",
"react": "^18",
"react-native": "^0.73.1",
"react-native-pager-view": "6.2.3",
"react-native-svg": "14.1.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/taro-framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
"@tarojs/service": "workspace:*",
"@tarojs/taro": "workspace:*",
"webpack-chain": "^6.5.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"vite": "^4.2.0"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/taro-h5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"jest-mock-console": "^1.0.0",
"jest-transform-css": "^6.0.1",
"mock-socket": "^7.1.0",
"react": "^18.2.0",
"swiper": "11.1.15",
"react-test-renderer": "^18.2.0",
"rollup": "^3.29.4",
Expand Down
2 changes: 0 additions & 2 deletions packages/taro-platform-harmony-cpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
"@tarojs/react": "workspace:*",
"@tarojs/runner-utils": "workspace:*",
"@tarojs/service": "workspace:*",
"@types/react": "^18.3.3",
"@types/react-reconciler": "^0.28.8",
"fast-glob": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
5 changes: 0 additions & 5 deletions packages/taro-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
"@tarojs/runtime": "workspace:*",
"react-reconciler": "0.29.0"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-reconciler": "^0.28.8",
"react": "^18.2.0"
},
"peerDependencies": {
"react": "^18"
}
Expand Down
3 changes: 1 addition & 2 deletions packages/taro-rn-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"expo": "~50.0.0",
"expo-file-system": "~16.0.9",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-is": "^18.3.1",
"react-native": "^0.73.1",
"react-native-root-siblings": "^5.0.1",
Expand All @@ -65,7 +64,7 @@
"peerDependencies": {
"babel-preset-taro": "workspace:*",
"expo": "~50.0.0",
"react": "^18.2.0",
"react": "^18",
"react-native": "^0.73.1"
}
}
1 change: 0 additions & 1 deletion packages/taro-rn-supporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@types/lodash": "^4.17.0",
"react": "^18.2.0",
"react-native": "^0.73.1",
"react-native-svg": "~14.1.0"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/taro-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"expo-sensors": "~12.9.1",
"jest-expo": "~50.0.3",
"mock-socket": "^7.1.0",
"react": "^18.2.0",
"react-native": "^0.73.1",
"react-native-device-info": "^14.0.0",
"react-native-image-zoom-viewer": "^3.0.1",
Expand All @@ -96,7 +95,7 @@
"expo-keep-awake": "~12.8.2",
"expo-location": "~16.5.5",
"expo-sensors": "~12.9.1",
"react": "^18.2.0",
"react": "^18",
"react-native": "^0.73.1",
"react-native-device-info": "^14.0.0",
"react-native-image-zoom-viewer": "^3.0.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/taro-router-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@
"query-string": "^9.0.0"
},
"devDependencies": {
"react": "^18.2.0",
"react-native": "^0.73.1",
"react-native-gesture-handler": "~2.14.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "^18",
"react-native": "^0.73.1",
"react-native-gesture-handler": "~2.14.0",
"react-native-safe-area-context": "4.8.2",
Expand Down
1 change: 0 additions & 1 deletion packages/taro-runtime-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@tarojs/shared": "workspace:*"
},
"devDependencies": {
"react": "^18.2.0",
"react-native": "^0.73.1",
"react-native-device-info": "^10.12.0",
"react-native-root-siblings": "^5.0.1"
Expand Down
2 changes: 0 additions & 2 deletions packages/taro-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.2",
"@types/react": "^18.2.79",
"@vue/runtime-core": "^3.4.23",
"lodash": "^4.17.21",
"react": "^18.2.0",
"rollup": "^4.37.0",
"rollup-plugin-ts": "^3.4.5"
}
Expand Down
4 changes: 0 additions & 4 deletions packages/taro-with-weapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,5 @@
"dependencies": {
"@tarojs/runtime": "workspace:*",
"@tarojs/taro": "workspace:*"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
1 change: 0 additions & 1 deletion packages/taro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@tarojs/components": "workspace:*",
"@tarojs/helper": "workspace:*",
"@tarojs/shared": "workspace:*",
"@types/react": "^18.3.1",
"html-webpack-plugin": "^5.6.0",
"postcss": "^8.4.38",
"webpack": "5.91.0",
Expand Down
Loading
Loading