Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2924)
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 19, 2024
1 parent 8e9763f commit e0023ad
Show file tree
Hide file tree
Showing 6 changed files with 620 additions and 610 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,28 +73,28 @@
"@nutui/icons-vue": "^0.1.1",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/touch-emulator": "workspace:^",
"sass": "^1.70.0",
"sass": "^1.71.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@nutui/eslint-config": "workspace:*",
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.21",
"@types/node": "^18.19.15",
"@types/node": "^18.19.17",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/ui": "^1.3.0",
"@vue/test-utils": "^2.4.4",
"autoprefixer": "^10.4.17",
"codesandbox": "^2.2.3",
"eslint": "^8.56.0",
"fs-extra": "^11.2.0",
"happy-dom": "^13.3.8",
"husky": "^9.0.10",
"husky": "^9.0.11",
"inquirer": "^9.2.14",
"lzutf8": "^0.6.3",
"markdown-it": "^14.0.0",
Expand All @@ -103,11 +103,11 @@
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.1",
"vite-plugin-vue-devtools": "^7.0.14",
"vitest": "^1.2.2",
"vite": "^5.1.3",
"vite-plugin-vue-devtools": "^7.0.15",
"vitest": "^1.3.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.18",
"vue": "^3.4.19",
"vue-tsc": "^1.8.27"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-auto-import-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vite": "^5.1.1"
"vite": "^5.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^18.19.15",
"@types/node": "^18.19.17",
"@vitejs/plugin-vue": "^5.0.4",
"rimraf": "^5.0.5",
"vite": "^5.1.1",
"vue": "^3.4.18"
"vite": "^5.1.3",
"vue": "^3.4.19"
},
"dependencies": {
"@vue/repl": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nutui-playground/src/download/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.4.18",
"vue": "^3.4.19",
"@nutui/nutui": "^4.3.0",
"@nutui/touch-emulator": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.1",
"vite": "^5.1.3",
"unplugin-vue-components": "^0.26.0"
}
}
4 changes: 2 additions & 2 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@tarojs/runtime": "3.6.21",
"@tarojs/shared": "3.6.21",
"@tarojs/taro": "3.6.21",
"vue": "^3.4.18"
"vue": "^3.4.19"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand All @@ -51,6 +51,6 @@
"stylelint": "^16.2.1",
"typescript": "^5.3.3",
"vue-loader": "^17.4.2",
"webpack": "^5.90.1"
"webpack": "^5.90.2"
}
}
Loading

0 comments on commit e0023ad

Please sign in to comment.