Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade webpack version #123

Open
wants to merge 1 commit into
base: v3.6-rs
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion harmony/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}{{#if (eq framework "React") }}
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
Expand Down
2 changes: 1 addition & 1 deletion mobx/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}{{#if (eq framework "React") }}
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
Expand Down
2 changes: 1 addition & 1 deletion react-NutUI/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"@tarojs/webpack5-runner": "{{ version }}",
"@tarojs/taro-loader": "{{ version }}",
"webpack": "^5.78.0",{{/if}}
"webpack": "^5.89.0",{{/if}}
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"babel-plugin-import": "^1.13.3",
"babel-preset-taro": "{{ version }}",
Expand Down
2 changes: 1 addition & 1 deletion react-native/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}{{#if (eq framework "React") }}
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
Expand Down
2 changes: 1 addition & 1 deletion redux/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}{{#if (eq framework "React") }}
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
Expand Down
2 changes: 1 addition & 1 deletion taro-hooks/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}{{#if (eq framework "React") }}
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
Expand Down
2 changes: 1 addition & 1 deletion taro-hooks@2x/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}
"babel-plugin-import": "^1.13.3",
Expand Down
2 changes: 1 addition & 1 deletion taro-ui-vue/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}
"@types/webpack-env": "^1.13.6",
Expand Down
2 changes: 1 addition & 1 deletion taro-ui/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}{{#if (eq framework "React") }}
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
Expand Down
2 changes: 1 addition & 1 deletion vue3-NutUI4/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}
"@tarojs/cli": "{{ version }}",
Expand Down
2 changes: 1 addition & 1 deletion vue3-pinia/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}
"@vue/babel-plugin-jsx": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion vuex/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}
"babel-preset-taro": "{{ version }}",
Expand Down
2 changes: 1 addition & 1 deletion wxcloud/client/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}
"@types/webpack-env": "^1.13.6",
Expand Down
2 changes: 1 addition & 1 deletion wxplugin/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@tarojs/mini-runner": "{{ version }}",
"@tarojs/webpack-runner": "{{ version }}",
"webpack": "4.46.0",{{/if}}{{#if (eq compiler "Webpack5") }}
"webpack": "^5.78.0",
"webpack": "^5.89.0",
"@tarojs/taro-loader": "{{ version }}",
"@tarojs/webpack5-runner": "{{ version }}",{{/if}}
"babel-preset-taro": "{{ version }}",{{#if (includes "Vue" "Vue3" s=framework)}}
Expand Down