Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2932)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* test(steps): update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: eiinu <[email protected]>
  • Loading branch information
renovate[bot] and eiinu authored Feb 26, 2024
1 parent 9ae90be commit ece631a
Show file tree
Hide file tree
Showing 8 changed files with 485 additions and 464 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@nutui/icons-vue": "^0.1.1",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/touch-emulator": "workspace:^",
"sass": "^1.71.0",
"vue-router": "^4.2.5"
"sass": "^1.71.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
Expand All @@ -83,31 +83,31 @@
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.21",
"@types/node": "^18.19.17",
"@types/node": "^18.19.18",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/ui": "^1.3.0",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"@vue/test-utils": "^2.4.4",
"autoprefixer": "^10.4.17",
"codesandbox": "^2.2.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"happy-dom": "^13.3.8",
"happy-dom": "^13.6.0",
"husky": "^9.0.11",
"inquirer": "^9.2.14",
"inquirer": "^9.2.15",
"lzutf8": "^0.6.3",
"markdown-it": "^14.0.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.1.3",
"vite": "^5.1.4",
"vite-plugin-vue-devtools": "^7.0.15",
"vitest": "^1.3.0",
"vitest": "^1.3.1",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.19",
"vue": "^3.4.20",
"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.3"
"vite": "^5.1.4"
}
}
8 changes: 4 additions & 4 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"url": "https://github.com/jdf2e/nutui/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vue": "^9.22.0",
"vue-eslint-parser": "^9.4.2"
},
"devDependencies": {
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.44.0"
Expand Down
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.17",
"@types/node": "^18.19.18",
"@vitejs/plugin-vue": "^5.0.4",
"rimraf": "^5.0.5",
"vite": "^5.1.3",
"vue": "^3.4.19"
"vite": "^5.1.4",
"vue": "^3.4.20"
},
"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.19",
"vue": "^3.4.20",
"@nutui/nutui": "^4.3.0",
"@nutui/touch-emulator": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.3",
"vite": "^5.1.4",
"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 @@ -35,7 +35,7 @@
"@tarojs/runtime": "3.6.21",
"@tarojs/shared": "3.6.21",
"@tarojs/taro": "3.6.21",
"vue": "^3.4.19"
"vue": "^3.4.20"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand All @@ -45,12 +45,12 @@
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.21",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-taro": "3.6.21",
"style-loader": "^3.3.4",
"stylelint": "^16.2.1",
"typescript": "^5.3.3",
"vue-loader": "^17.4.2",
"webpack": "^5.90.2"
"webpack": "^5.90.3"
}
}
Loading

0 comments on commit ece631a

Please sign in to comment.