Skip to content

Commit

Permalink
chore: update dependency (#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Oct 16, 2023
1 parent 0cbb357 commit 3dfc7a8
Show file tree
Hide file tree
Showing 6 changed files with 2,162 additions and 2,285 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,40 +74,40 @@
"@nutui/icons-vue": "^0.1.1",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/touch-emulator": "workspace:^",
"sass": "^1.66.1",
"vue-router": "^4.2.4"
"sass": "^1.69.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@nutui/eslint-config": "workspace:*",
"@tarojs/taro": "3.6.14",
"@types/node": "^18.17.14",
"@vitejs/plugin-vue": "^4.3.4",
"@types/node": "^18.18.5",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/coverage-v8": "^0.34.3",
"@vitest/ui": "^0.34.3",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"codesandbox": "^2.2.3",
"eslint": "^8.48.0",
"eslint": "^8.51.0",
"fs-extra": "^11.1.1",
"highlight.js": "^11.8.0",
"highlight.js": "^11.9.0",
"husky": "^8.0.3",
"inquirer": "^9.2.10",
"lint-staged": "^15.0.0",
"inquirer": "^9.2.11",
"lint-staged": "^15.0.1",
"lzutf8": "^0.6.3",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"markdown-it-container": "^3.0.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-markdown": "^0.24.3",
"vite": "^4.4.9",
"vitest": "^0.34.3",
"vite": "^4.4.11",
"vitest": "^0.34.6",
"vue": "^3.3.4",
"vue-tsc": "^1.8.8"
"vue-tsc": "1.8.15"
},
"engines": {
"pnpm": ">= 8.0.0"
Expand Down
10 changes: 5 additions & 5 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": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"vue-eslint-parser": "^9.3.1",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.17.0"
"eslint-plugin-vue": "^9.17.0",
"vue-eslint-parser": "^9.3.2"
},
"devDependencies": {
"eslint": "^8.48.0"
"eslint": "^8.51.0"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.44.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"serve": "vite preview"
},
"devDependencies": {
"rimraf": "^5.0.1",
"@types/node": "^18.17.1",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9",
"@types/node": "^18.18.5",
"@vitejs/plugin-vue": "^4.4.0",
"rimraf": "^5.0.5",
"vite": "^4.4.11",
"vue": "^3.3.4"
},
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.22.11",
"@babel/runtime": "^7.23.2",
"@nutui/icons-vue-taro": "^0.0.9",
"@tarojs/components": "3.6.14",
"@tarojs/helper": "3.6.14",
Expand All @@ -54,22 +54,22 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/core": "^7.23.2",
"@tarojs/cli": "3.6.14",
"@tarojs/webpack5-runner": "3.6.14",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@types/webpack-env": "^1.18.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.14",
"css-loader": "^6.8.1",
"eslint": "^8.48.0",
"eslint": "^8.51.0",
"eslint-config-taro": "3.6.14",
"eslint-plugin-vue": "^9.17.0",
"style-loader": "^3.3.3",
"stylelint": "^15.10.3",
"typescript": "^5.2.2",
"vue-loader": "^17.2.2",
"webpack": "^5.88.2"
"vue-loader": "^17.3.0",
"webpack": "^5.89.0"
}
}
Loading

0 comments on commit 3dfc7a8

Please sign in to comment.