Skip to content

Commit

Permalink
chore(deps): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Jan 1, 2024
1 parent 896b257 commit 9173fa1
Show file tree
Hide file tree
Showing 4 changed files with 785 additions and 1,258 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.21",
"@types/node": "^18.19.4",
"@vitejs/plugin-vue": "^5.0.1",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "^1.1.0",
"@vitest/coverage-v8": "^1.1.1",
"@vitest/ui": "^1.1.1",
"@vue/test-utils": "^2.4.3",
"autoprefixer": "^10.4.16",
"codesandbox": "^2.2.3",
Expand All @@ -103,9 +103,9 @@
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.8.1",
"vitest": "^1.1.0",
"vitest": "^1.1.1",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.2",
"vue": "^3.4.3",
"vue-tsc": "^1.8.27"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"devDependencies": {
"@types/node": "^18.19.4",
"@vitejs/plugin-vue": "^5.0.1",
"@vitejs/plugin-vue": "^5.0.2",
"rimraf": "^5.0.5",
"vite": "^5.0.10",
"vue": "^3.4.2"
"vue": "^3.4.3"
},
"dependencies": {
"@vue/repl": "^3.1.0",
Expand Down
12 changes: 6 additions & 6 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.5",
"@babel/runtime": "^7.23.7",
"@nutui/icons-vue-taro": "^0.0.9",
"@tarojs/components": "3.6.21",
"@tarojs/helper": "3.6.21",
Expand All @@ -35,22 +35,22 @@
"@tarojs/runtime": "3.6.21",
"@tarojs/shared": "3.6.21",
"@tarojs/taro": "3.6.21",
"vue": "^3.4.2"
"vue": "^3.4.3"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.7",
"@tarojs/cli": "3.6.21",
"@tarojs/webpack5-runner": "3.6.21",
"@types/webpack-env": "^1.18.4",
"babel-loader": "^9.1.3",
"babel-preset-taro": "3.6.21",
"css-loader": "^6.8.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-taro": "3.6.21",
"style-loader": "^3.3.3",
"stylelint": "^16.0.1",
"stylelint": "^16.1.0",
"typescript": "^5.3.3",
"vue-loader": "^17.4.1",
"vue-loader": "^17.4.2",
"webpack": "^5.89.0"
}
}
Loading

0 comments on commit 9173fa1

Please sign in to comment.