Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2917)
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 Feb 5, 2024
1 parent e12cde8 commit 6f3d32f
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 326 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.21",
"@types/node": "^18.19.10",
"@types/node": "^18.19.14",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.2.2",
Expand All @@ -93,18 +93,18 @@
"codesandbox": "^2.2.3",
"eslint": "^8.56.0",
"fs-extra": "^11.2.0",
"happy-dom": "^13.3.1",
"husky": "^9.0.6",
"inquirer": "^9.2.13",
"happy-dom": "^13.3.8",
"husky": "^9.0.10",
"inquirer": "^9.2.14",
"lzutf8": "^0.6.3",
"markdown-it": "^14.0.0",
"nano-staged": "^0.8.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.12",
"vite-plugin-vue-devtools": "^7.0.13",
"vite-plugin-vue-devtools": "^7.0.14",
"vitest": "^1.2.2",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.15",
Expand Down
6 changes: 3 additions & 3 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"url": "https://github.com/jdf2e/nutui/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-vue": "^9.21.1",
"vue-eslint-parser": "^9.4.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^18.19.10",
"@types/node": "^18.19.14",
"@vitejs/plugin-vue": "^5.0.3",
"rimraf": "^5.0.5",
"vite": "^5.0.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-prettier-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"linguist-languages": "^7.27.0",
"prettier": "^3.2.4"
"prettier": "^3.2.5"
},
"keywords": [],
"author": "jdf2e",
Expand Down
6 changes: 3 additions & 3 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"@types/webpack-env": "^1.18.4",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.21",
"css-loader": "^6.9.1",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
"eslint-config-taro": "3.6.21",
"style-loader": "^3.3.4",
"stylelint": "^16.2.0",
"stylelint": "^16.2.1",
"typescript": "^5.3.3",
"vue-loader": "^17.4.2",
"webpack": "^5.90.0"
"webpack": "^5.90.1"
}
}
2 changes: 1 addition & 1 deletion packages/nutui-vite-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"highlight.js": "^11.9.0",
"lzutf8": "^0.6.3",
"markdown-it-container": "^4.0.0",
"unplugin-vue-markdown": "^0.25.2"
"unplugin-vue-markdown": "^0.26.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand Down
Loading

0 comments on commit 6f3d32f

Please sign in to comment.