Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Update all Yarn dependencies (2021-03-10) (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] authored Mar 11, 2021
1 parent b4559df commit ecc0b83
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 119 deletions.
8 changes: 4 additions & 4 deletions examples/vite-react-faas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"react-dom": "^17.0.0"
},
"devDependencies": {
"@midwayjs/cli": "^1.2.49",
"@midwayjs/cli-plugin-faas": "^1.2.49",
"@midwayjs/fcli-plugin-fc": "^1.2.49",
"@midwayjs/cli": "^1.2.50",
"@midwayjs/cli-plugin-faas": "^1.2.50",
"@midwayjs/fcli-plugin-fc": "^1.2.50",
"@midwayjs/hooks-testing-library": "^2.0.0",
"@midwayjs/serverless-app": "^2.8.9",
"@midwayjs/serverless-fc-trigger": "^2.8.9",
"@midwayjs/vite-plugin-hooks": "^2.0.0",
"@types/jest": "^26.0.20",
"@types/koa-router": "^7.4.1",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.0",
"@types/react-dom": "^17.0.2",
"@vitejs/plugin-react-refresh": "^1.1.0",
"jest": "^26.6.3",
"typescript": "^4.2.3",
Expand Down
6 changes: 3 additions & 3 deletions examples/vite-react-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"react-dom": "^17.0.0"
},
"devDependencies": {
"@midwayjs/cli": "^1.2.49",
"@midwayjs/cli-plugin-build": "^1.2.49",
"@midwayjs/cli": "^1.2.50",
"@midwayjs/cli-plugin-build": "^1.2.50",
"@midwayjs/vite-plugin-hooks": "^2.0.0",
"@types/jest": "^26.0.20",
"@types/koa-router": "^7.4.1",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.0",
"@types/react-dom": "^17.0.2",
"@vitejs/plugin-react-refresh": "^1.1.0",
"jest": "^26.6.3",
"typescript": "^4.2.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-vue-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"vue": "^3.0.5"
},
"devDependencies": {
"@midwayjs/cli": "^1.2.49",
"@midwayjs/cli-plugin-build": "^1.2.49",
"@midwayjs/cli": "^1.2.50",
"@midwayjs/cli-plugin-build": "^1.2.50",
"@midwayjs/vite-plugin-hooks": "^2.0.0",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"publish": "yarn build && lerna publish"
},
"dependencies": {
"@babel/core": "^7.13.8",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.9",
"@babel/preset-env": "^7.13.10",
"@babel/preset-typescript": "^7.13.0",
"@preconstruct/cli": "^2.0.6",
"codecov": "^3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@midwayjs/hooks-core": "^2.0.0",
"@midwayjs/serverless-dev-pack": "^1.2.49",
"@midwayjs/serverless-dev-pack": "^1.2.50",
"vite": "^2.0.4",
"vite-tsconfig-paths": "^2.1.0"
},
Expand Down
Loading

0 comments on commit ecc0b83

Please sign in to comment.