Skip to content

Commit

Permalink
Merge branch 'v4' into feat-calendar-card
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Jan 14, 2024
2 parents 8bd2921 + 61daab5 commit 982c8e4
Show file tree
Hide file tree
Showing 8 changed files with 796 additions and 807 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,21 @@
"@nutui/icons-vue": "^0.1.1",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/touch-emulator": "workspace:^",
"sass": "^1.69.6",
"sass": "^1.69.7",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@nutui/eslint-config": "workspace:*",
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.21",
"@types/node": "^18.19.4",
"@vitejs/plugin-vue": "^5.0.2",
"@types/node": "^18.19.6",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.1.1",
"@vitest/ui": "^1.1.1",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/ui": "^1.1.3",
"@vue/test-utils": "^2.4.3",
"autoprefixer": "^10.4.16",
"codesandbox": "^2.2.3",
Expand All @@ -101,11 +101,11 @@
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-vue-devtools": "^7.0.2",
"vitest": "^1.1.1",
"vite": "^5.0.11",
"vite-plugin-vue-devtools": "^7.0.8",
"vitest": "^1.1.3",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.3",
"vue": "^3.4.11",
"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.0.10"
"vite": "^5.0.11"
}
}
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,11 +24,11 @@
"url": "https://github.com/jdf2e/nutui/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.19.2",
"vue-eslint-parser": "^9.3.2"
"eslint-plugin-vue": "^9.20.0",
"vue-eslint-parser": "^9.4.0"
},
"devDependencies": {
"eslint": "^8.56.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^18.19.4",
"@vitejs/plugin-vue": "^5.0.2",
"@types/node": "^18.19.6",
"@vitejs/plugin-vue": "^5.0.3",
"rimraf": "^5.0.5",
"vite": "^5.0.10",
"vue": "^3.4.3"
"vite": "^5.0.11",
"vue": "^3.4.11"
},
"dependencies": {
"@vue/repl": "^3.1.0",
"@vue/repl": "^3.3.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@nutui/icons-vue-taro": "^0.0.9",
"@tarojs/components": "3.6.21",
"@tarojs/helper": "3.6.21",
Expand All @@ -35,7 +35,7 @@
"@tarojs/runtime": "3.6.21",
"@tarojs/shared": "3.6.21",
"@tarojs/taro": "3.6.21",
"vue": "^3.4.3"
"vue": "^3.4.11"
},
"devDependencies": {
"@babel/core": "^7.23.7",
Expand All @@ -44,10 +44,10 @@
"@types/webpack-env": "^1.18.4",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.21",
"css-loader": "^6.8.1",
"css-loader": "^6.9.0",
"eslint": "^8.56.0",
"eslint-config-taro": "3.6.21",
"style-loader": "^3.3.3",
"style-loader": "^3.3.4",
"stylelint": "^16.1.0",
"typescript": "^5.3.3",
"vue-loader": "^17.4.2",
Expand Down
Loading

0 comments on commit 982c8e4

Please sign in to comment.