Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#3009)
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 Apr 7, 2024
1 parent c36bc88 commit 169973a
Show file tree
Hide file tree
Showing 7 changed files with 685 additions and 733 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@
"@nutui/icons-vue": "^0.1.1",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/touch-emulator": "workspace:^",
"sass": "^1.72.0",
"sass": "^1.74.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@eslint/config-inspector": "^0.2.1",
"@eslint/config-inspector": "^0.4.1",
"@eslint/eslintrc": "^3.0.2",
"@nutui/eslint-config": "workspace:*",
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.24",
"@types/node": "^20.12.2",
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.4.0",
Expand All @@ -97,9 +97,9 @@
"autoprefixer": "^10.4.19",
"codesandbox": "^2.2.3",
"eslint": "^8.57.0",
"eslint-config-flat-gitignore": "^0.1.3",
"eslint-config-flat-gitignore": "^0.1.5",
"fs-extra": "^11.2.0",
"happy-dom": "^14.3.10",
"happy-dom": "^14.7.0",
"husky": "^9.0.11",
"inquirer": "^9.2.17",
"lzutf8": "^0.6.3",
Expand All @@ -109,7 +109,7 @@
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.7",
"vite": "^5.2.8",
"vite-plugin-vue-devtools": "^7.0.25",
"vitest": "^1.4.0",
"vitest-canvas-mock": "^0.3.3",
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.7"
"vite": "^5.2.8"
}
}
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": "^20.12.2",
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^5.0.4",
"rimraf": "^5.0.5",
"vite": "^5.2.7",
"vite": "^5.2.8",
"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.7",
"vite": "^5.2.8",
"unplugin-vue-components": "^0.26.0"
}
}
6 changes: 3 additions & 3 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.1",
"@babel/runtime": "^7.24.4",
"@nutui/icons-vue-taro": "^0.0.9",
"@tarojs/components": "3.6.24",
"@tarojs/helper": "3.6.24",
Expand All @@ -39,13 +39,13 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@tarojs/cli": "3.6.24",
"@tarojs/webpack5-runner": "3.6.24",
"@types/webpack-env": "^1.18.4",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.24",
"css-loader": "^6.10.0",
"css-loader": "^6.11.0",
"eslint": "^8.57.0",
"eslint-config-taro": "3.6.24",
"style-loader": "^3.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/nutui-vite-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"unplugin-vue-markdown": "^0.26.0"
},
"devDependencies": {
"@shikijs/markdown-it": "^1.2.3",
"@shikijs/markdown-it": "^1.2.4",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-container": "^2.0.9",
"@types/markdown-it-container": "^2.0.10",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
Expand Down
Loading

0 comments on commit 169973a

Please sign in to comment.