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

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 9, 2021
1 parent 030327b commit 490d522
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 73 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"eslint": "^7.23.0",
"execa": "^5.0.0",
"jest": "^26.6.3",
"jiti": "^1.6.4",
"jiti": "^1.9.1",
"lerna": "^4.0.0",
"mkdist": "^0.1.3",
"mkdist": "^0.1.5",
"pretty-bytes": "^5.6.0",
"rimraf": "^3.0.2",
"rollup": "^2.44.0",
"rollup": "^2.45.0",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-esbuild": "^3.0.2",
"standard-version": "^9.1.1",
"standard-version": "^9.2.0",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
}
}
6 changes: 3 additions & 3 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"defu": "^3.2.2",
"dotenv": "^8.2.0",
"hash-sum": "^2.0.0",
"jiti": "^1.6.4",
"jiti": "^1.9.1",
"rc9": "^1.2.0",
"scule": "^0.1.1",
"std-env": "^2.3.0",
"ufo": "^0.6.10",
"ufo": "^0.6.11",
"unctx": "^0.0.3",
"untyped": "^0.2.4",
"untyped": "^0.2.5",
"upath": "^2.0.1"
},
"build": {
Expand Down
8 changes: 4 additions & 4 deletions packages/nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@
"hookable": "^4.4.1",
"http-proxy": "^1.18.1",
"is-primitive": "^3.0.1",
"jiti": "^1.6.4",
"jiti": "^1.9.1",
"listhen": "^0.2.3",
"mime": "^2.5.2",
"node-fetch": "^2.6.1",
"ohmyfetch": "^0.2.0",
"ora": "^5.4.0",
"pretty-bytes": "^5.6.0",
"rollup": "^2.44.0",
"rollup": "^2.45.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"serve-placeholder": "^1.2.3",
"serve-static": "^1.14.1",
"std-env": "^2.3.0",
"table": "^6.0.9",
"ufo": "^0.6.10",
"ufo": "^0.6.11",
"upath": "^2.0.1",
"vue": "3.0.11",
"vue-bundle-renderer": "^0.2.3",
Expand All @@ -91,7 +91,7 @@
"@types/fs-extra": "^9.0.10",
"@types/globby": "^9.1.0",
"@types/http-proxy": "^1.17.5",
"@types/node-fetch": "^2.5.9",
"@types/node-fetch": "^2.5.10",
"@types/serve-static": "^1.13.9"
}
}
2 changes: 1 addition & 1 deletion packages/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lodash": "^4.17.21",
"nuxt-cli": "^0.1.1",
"scule": "^0.1.1",
"ufo": "^0.6.10",
"ufo": "^0.6.11",
"upath": "^2.0.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
]
},
"dependencies": {
"@babel/core": "^7.13.14",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
"@babel/core": "^7.13.15",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
"@nuxt/kit": "^0.2.0",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/compiler-sfc": "^3.0.11",
Expand All @@ -48,19 +48,19 @@
"hash-sum": "^2.0.0",
"lodash": "^4.17.21",
"memfs": "^3.2.2",
"mini-css-extract-plugin": "^1.4.0",
"mini-css-extract-plugin": "^1.4.1",
"pify": "^5.0.0",
"postcss": "^8.2.9",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^5.2.0",
"style-resources-loader": "^1.4.1",
"time-fix-plugin": "^2.0.7",
"ufo": "^0.6.10",
"ufo": "^0.6.11",
"url-loader": "^4.1.1",
"vue": "3.0.11",
"vue-loader": "^16.2.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.30.0",
"webpack": "^5.31.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-hot-middleware": "^2.25.0",
Expand Down
Loading

0 comments on commit 490d522

Please sign in to comment.