Skip to content

Commit

Permalink
chore: upgrading deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed May 3, 2021
1 parent 868beb8 commit 7232073
Show file tree
Hide file tree
Showing 3 changed files with 1,117 additions and 559 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2 align='center'><samp>nuxt-build-optimisations</samp></h2>

<p align="center">
<a href="https://github.com/loonpwn/nuxt-build-optimisations/actions"><img src="https://github.com/loonpwn/nuxt-build-optimisations/workflows/ci/badge.svg" alt="builder"></a>
<a href="https://github.com/harlan-zw/nuxt-build-optimisations/actions"><img src="https://github.com/harlan-zw/nuxt-build-optimisations/workflows/ci/badge.svg" alt="builder"></a>
<a href="https://npmjs.com/package/nuxt-build-optimisations"><img src="https://img.shields.io/npm/v/nuxt-build-optimisations.svg" alt="npm package"></a>
</p>

Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
"test": "yarn lint && jest --verbose"
},
"dependencies": {
"esbuild-loader": "^2.10.0",
"esbuild-loader": "^2.12.0",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
"speed-measure-webpack-plugin": "^1.4.2",
"semver": "^7.3.5",
"speed-measure-webpack-plugin": "^1.5.0",
"upath": "^2.0.1"
},
"devDependencies": {
"@babel/preset-env": "7.13.10",
"@babel/preset-env": "7.14.0",
"@babel/preset-typescript": "7.13.0",
"@nuxt/content": "^1.14.0",
"@nuxt/image": "^0.4.1",
"@nuxt/test-utils": "0.2.0",
"@nuxt/types": "2.15.3",
"@nuxt/image": "^0.4.8",
"@nuxt/test-utils": "0.2.2",
"@nuxt/types": "2.15.4",
"@nuxt/typescript-build": "2.1.0",
"@nuxt/typescript-runtime": "2.1.0",
"@nuxtjs/auth": "^4.9.1",
Expand All @@ -57,25 +57,25 @@
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^4.0.1",
"@nuxtjs/tailwindcss": "^4.0.3",
"@nuxtjs/vuetify": "^1.11.3",
"@types/jest": "latest",
"@types/loader-utils": "latest",
"@types/jest": "26.0.23",
"@types/loader-utils": "2.0.2",
"@types/lodash": "latest",
"@types/rimraf": "^3.0.0",
"@types/semver": "latest",
"@types/speed-measure-webpack-plugin": "^1.3.1",
"@types/semver": "7.3.5",
"@types/speed-measure-webpack-plugin": "^1.3.3",
"bootstrap-vue": "^2.21.2",
"cheerio": "^1.0.0-rc.5",
"cheerio": "^1.0.0-rc.6",
"dotenv-cli": "^4.0.0",
"element-ui": "^2.15.1",
"eslint": "7.22.0",
"eslint-webpack-plugin": "^2.5.2",
"eslint": "7.25.0",
"eslint-webpack-plugin": "^2.5.4",
"jest": "latest",
"loader-utils": "latest",
"nuxt-edge": "2.16.0-26932357.0a988668",
"release-it": "^14.4.1",
"siroc": "0.8.0",
"standard-version": "9.1.1"
"nuxt-edge": "2.16.0-27000017.8e2cad5a",
"release-it": "^14.6.1",
"siroc": "0.9.2",
"standard-version": "9.2.0"
}
}
Loading

0 comments on commit 7232073

Please sign in to comment.