Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Jun 21, 2022
1 parent 308f09e commit 18baead
Show file tree
Hide file tree
Showing 3 changed files with 1,984 additions and 1,773 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tarojs/components": "3.3.11",
"@tarojs/react": "3.3.11",
"@tarojs/runtime": "3.3.11",
"@tarojs/taro": "3.3.11",
"nervjs": "^1.5.6",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"@tarojs/components": "3.4.12",
"@tarojs/react": "3.4.12",
"@tarojs/runtime": "3.4.12",
"@tarojs/taro": "3.4.12",
"@tarojs/plugin-framework-react": "3.4.12",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-redux": "^7.2.0",
"redux": "^3.7.2",
"redux-actions": "^2.3.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"@tarojs/mini-runner": "3.3.11",
"@tarojs/webpack-runner": "3.3.11",
"@tarojs/mini-runner": "3.4.12",
"@tarojs/webpack-runner": "3.4.12",
"babel-eslint": "^8.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-taro": "3.3.11",
"babel-preset-taro": "3.4.12",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint": "^8.12.0",
"eslint-config-standard-jsx": "^5.0.0",
"eslint-config-taro": "3.3.11",
"eslint-config-taro": "3.4.12",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
Expand Down
3 changes: 2 additions & 1 deletion project.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"setting": {
"urlCheck": true,
"es6": false,
"enhance": false,
"postcss": false,
"minified": false,
"newFeature": true
},
"compileType": "miniprogram",
"condition": {}
}
}
Loading

0 comments on commit 18baead

Please sign in to comment.