Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (jd-opensource#3090)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent 095ba8e commit facc5bf
Show file tree
Hide file tree
Showing 4 changed files with 805 additions and 639 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@
"url": "https://github.com/jdf2e/nutui.git"
},
"resolutions": {
"@typescript-eslint/utils": "^8.0.0-alpha.14"
"@typescript-eslint/utils": "^8.0.0-alpha.16"
}
}
6 changes: 3 additions & 3 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
},
"dependencies": {
"@stylistic/eslint-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.14",
"@typescript-eslint/parser": "^8.0.0-alpha.14",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.16",
"@typescript-eslint/parser": "^8.0.0-alpha.16",
"eslint-plugin-vue": "^9.26.0",
"typescript-eslint": "^8.0.0-alpha.14",
"typescript-eslint": "^8.0.0-alpha.16",
"vue-eslint-parser": "^9.4.2",
"@eslint/js": "^9.3.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.24.5",
"@babel/runtime": "^7.24.6",
"@nutui/icons-vue-taro": "^0.0.9",
"@tarojs/components": "3.6.24",
"@tarojs/helper": "3.6.24",
Expand All @@ -39,17 +39,17 @@
"vue": "^3.4.27"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.6",
"@tarojs/cli": "3.6.24",
"@tarojs/webpack5-runner": "3.6.24",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.24",
"css-loader": "^7.1.1",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-taro": "3.6.24",
"style-loader": "^4.0.0",
"stylelint": "^16.5.0",
"stylelint": "^16.6.0",
"typescript": "^5.4.5",
"vue-loader": "^17.4.2",
"webpack": "^5.91.0"
Expand Down
Loading

0 comments on commit facc5bf

Please sign in to comment.