Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#5533)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* Bump BundleWatch limits for new Bootstrap Icons

* Regenerate icon files

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
  • Loading branch information
3 people authored Jul 15, 2020
1 parent 26d5953 commit d52ce0b
Show file tree
Hide file tree
Showing 7 changed files with 23,297 additions and 2,319 deletions.
20 changes: 10 additions & 10 deletions .bundlewatch.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"files": [
{
"path": "./dist/bootstrap-vue-icons.js",
"maxSize": "75 kB"
"maxSize": "105 kB"
},
{
"path": "./dist/bootstrap-vue-icons.min.js",
"maxSize": "70 kB"
"maxSize": "100 kB"
},
{
"path": "./dist/bootstrap-vue-icons.common.js",
"maxSize": "80 kB"
"maxSize": "110 kB"
},
{
"path": "./dist/bootstrap-vue-icons.common.min.js",
"maxSize": "75 kB"
"maxSize": "105 kB"
},
{
"path": "./dist/bootstrap-vue-icons.esm.js",
"maxSize": "80 kB"
"maxSize": "110 kB"
},
{
"path": "./dist/bootstrap-vue-icons.esm.min.js",
"maxSize": "75 kB"
"maxSize": "105 kB"
},
{
"path": "./dist/bootstrap-vue-icons.css",
Expand All @@ -42,19 +42,19 @@
},
{
"path": "./dist/bootstrap-vue.common.js",
"maxSize": "275 kB"
"maxSize": "305 kB"
},
{
"path": "./dist/bootstrap-vue.common.min.js",
"maxSize": "165 kB"
"maxSize": "190 kB"
},
{
"path": "./dist/bootstrap-vue.esm.js",
"maxSize": "270 kB"
"maxSize": "300 kB"
},
{
"path": "./dist/bootstrap-vue.esm.min.js",
"maxSize": "160 kB"
"maxSize": "190 kB"
},
{
"path": "./dist/bootstrap-vue.css",
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,36 +94,36 @@
"vue-functional-data-merge": "^3.1.0"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/standalone": "^7.10.3",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/standalone": "^7.10.5",
"@nuxtjs/google-analytics": "^2.3.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.4.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/jest-dom": "^5.11.1",
"@vue/test-utils": "^1.0.3",
"autoprefixer": "^9.8.4",
"autoprefixer": "^9.8.5",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-plugin-istanbul": "^6.0.0",
"bootstrap-icons": "^1.0.0-alpha4",
"bootstrap-icons": "^1.0.0-alpha5",
"bundlewatch": "^0.2.7",
"clean-css-cli": "^4.3.0",
"codemirror": "^5.55.0",
"codesandbox": "^2.1.16",
"core-js": ">=2.6.5 <3.0.0",
"cross-env": "^7.0.2",
"eslint": "^7.3.1",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
Expand All @@ -138,22 +138,22 @@
"jest": "^26.1.0",
"lint-staged": "^10.2.11",
"loader-utils": "^2.0.0",
"lodash": "^4.17.15",
"marked": "^1.1.0",
"lodash": "^4.17.19",
"marked": "^1.1.1",
"node-sass": "^4.14.1",
"nuxt": "^2.13.1",
"nuxt": "^2.13.3",
"postcss-cli": "^7.1.1",
"prettier": "1.14.3",
"require-context": "^1.1.0",
"rollup": "^2.18.0",
"rollup": "^2.21.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sass-loader": "^9.0.1",
"standard-version": "^8.0.1",
"sass-loader": "^9.0.2",
"standard-version": "^8.0.2",
"terser": "^4.8.0",
"vue": "^2.6.11",
"vue-jest": "^3.0.5",
"vue-jest": "^3.0.6",
"vue-router": "^3.3.4",
"vue-server-renderer": "^2.6.11",
"vue-template-compiler": "^2.6.11"
Expand Down
Loading

1 comment on commit d52ce0b

@vercel
Copy link

@vercel vercel bot commented on d52ce0b Jul 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.