Skip to content

Commit

Permalink
chore(pkg): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Aug 25, 2022
1 parent f940f7f commit a8a3243
Show file tree
Hide file tree
Showing 3 changed files with 686 additions and 432 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@antfu/eslint-config": "^0.26.1",
"@nuxt/types": "^2.15.8",
"bumpp": "^8.2.1",
"eslint": "^8.19.0",
"eslint": "^8.22.0",
"typescript": "^4.7.4",
"vite": "^2.9.14",
"vitest": "^0.18.0",
"vite": "^3.0.9",
"vitest": "^0.22.1",
"webpack": "^4"
},
"version": "2.2.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt-webpack-optimisations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"webpack": "*"
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.4",
"@nuxt/kit": "^3.0.0-rc.8",
"consola": "^2.15.3",
"esbuild-loader": "^2.19.0",
"speed-measure-webpack-plugin": "^1.5.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.1.7",
"@nuxt/schema": "3.0.0-rc.4",
"@nuxt/schema": "^3.0.0-rc.8",
"@nuxt/types": "^2.15.8",
"@types/speed-measure-webpack-plugin": "^1.3.4"
}
Expand Down
Loading

0 comments on commit a8a3243

Please sign in to comment.