Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#3004)
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] committed Apr 1, 2024
1 parent 1d49507 commit 7a642c4
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 174 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.24",
"@types/node": "^18.19.26",
"@types/node": "^18.19.28",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.4.0",
Expand All @@ -101,16 +101,16 @@
"fs-extra": "^11.2.0",
"happy-dom": "^14.3.9",
"husky": "^9.0.11",
"inquirer": "^9.2.16",
"inquirer": "^9.2.17",
"lzutf8": "^0.6.3",
"markdown-it": "^14.1.0",
"nano-staged": "^0.8.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.6",
"vite-plugin-vue-devtools": "^7.0.24",
"vite": "^5.2.7",
"vite-plugin-vue-devtools": "^7.0.25",
"vitest": "^1.4.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.21",
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.2.6"
"vite": "^5.2.7"
}
}
4 changes: 2 additions & 2 deletions packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^18.19.26",
"@types/node": "^18.19.28",
"@vitejs/plugin-vue": "^5.0.4",
"rimraf": "^5.0.5",
"vite": "^5.2.6",
"vite": "^5.2.7",
"vue": "^3.4.21"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.6",
"vite": "^5.2.7",
"unplugin-vue-components": "^0.26.0"
}
}
2 changes: 1 addition & 1 deletion packages/nutui-vite-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"unplugin-vue-markdown": "^0.26.0"
},
"devDependencies": {
"@shikijs/markdown-it": "^1.2.1",
"@shikijs/markdown-it": "^1.2.2",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-container": "^2.0.9",
"tsup": "^8.0.2",
Expand Down
Loading

0 comments on commit 7a642c4

Please sign in to comment.