Skip to content

Commit

Permalink
Update dependencies (#2046)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix deprecated use of require.requireActual

See storybookjs/storybook#10631

* Update test snapshots

* Fix use of deprecated @vue/test-utils methods
  • Loading branch information
nicksellen authored and tiltec committed May 9, 2020
1 parent 1b4fac7 commit 45c9da6
Show file tree
Hide file tree
Showing 16 changed files with 1,740 additions and 1,465 deletions.
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -43,7 +43,7 @@
"build-docs": "gitbook install docs && gitbook build docs docs-dist"
},
"dependencies": {
"@quasar/extras": "^1.3.3",
"@quasar/extras": "^1.7.0",
"@sentry/browser": "^5.10.2",
"@sentry/integrations": "^5.10.2",
"axios": "^0.19.0",
Expand All @@ -61,16 +61,16 @@
"markdown-it": "10.0.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-link-attributes": "^3.0.0",
"quasar": "1.9.15",
"quasar": "1.10.5",
"reconnecting-websocket": "^4.4.0",
"twemoji": "^12.1.4",
"twemoji": "^12.1.6",
"vue": "2.6.11",
"vue-croppa": "^1.3.8",
"vue-i18n": "^8.15.1",
"vue-i18n": "^8.17.4",
"vue-router": "^3.1.3",
"vue2-leaflet": "2.5.2",
"vuelidate": "^0.7.4",
"vuex": "3.2.0",
"vuex": "3.3.0",
"vuex-connect": "^2.0.1",
"vuex-persistedstate": "^3.0.1",
"vuex-router-sync": "^5.0.0"
Expand All @@ -79,21 +79,21 @@
"@babel/preset-env": "7.9.5"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/preset-env": "7.9.5",
"@octokit/rest": "^17.0.0",
"@babel/core": "^7.9.6",
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@babel/preset-env": "7.9.6",
"@octokit/rest": "^17.7.0",
"@sentry/cli": "^1.49.0",
"@storybook/addon-actions": "5.3.18",
"@storybook/addon-links": "5.3.18",
"@storybook/vue": "5.3.18",
"@types/jest": "^25.1.3",
"@vue/test-utils": "1.0.0-beta.33",
"@vue/test-utils": "1.0.0",
"autoprefixer": "^9.7.3",
"axios-mock-adapter": "^1.17.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"babel-jest": "^26.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-transform-imports": "2.0.0",
Expand All @@ -108,7 +108,7 @@
"dotenv": "^8.2.0",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^4.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
Expand All @@ -120,16 +120,16 @@
"gitbook-cli": "^2.3.2",
"glob": "^7.1.6",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-plugin": "4.2.0",
"html-webpack-plugin": "4.3.0",
"http-proxy-middleware": "^1.0.1",
"jest": "^25.1.0",
"jest": "^26.0.1",
"jest-canvas-mock": "^2.2.0",
"jest-environment-jsdom-fifteen": "^1.0.2",
"jest-junit": "^10.0.0",
"jest-serializer-vue": "^2.0.2",
"json-loader": "^0.5.7",
"jstoxml": "^1.6.0",
"keep-a-changelog": "^0.10.0",
"jstoxml": "^1.6.6",
"keep-a-changelog": "^0.10.1",
"koa-connect": "^2.0.1",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
Expand All @@ -138,22 +138,22 @@
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-html": "^0.36.0",
"postcss-loader": "^3.0.0",
"postcss-styl": "^0.6.1",
"postcss-styl": "^0.7.1",
"postcss-syntax": "^0.36.2",
"preload-webpack-plugin": "3.0.0-beta.3",
"puppeteer": "^3.0.1",
"puppeteer": "^3.0.2",
"raf": "^3.4.0",
"shx": "^0.3.2",
"style-loader": "^1.0.1",
"style-loader": "^1.2.1",
"stylelint": "^13.2.0",
"stylelint-config-recess-order": "^2.0.3",
"stylelint-webpack-plugin": "^1.1.2",
"stylelint-webpack-plugin": "^2.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^2.3.0",
"terser-webpack-plugin": "^3.0.0",
"url-loader": "^4.1.0",
"vue-jest": "^3.0.5",
"vue-loader": "^15.9.0",
"vue-loader": "^15.9.2",
"vue-server-renderer": "2.6.11",
"vue-template-compiler": "2.6.11",
"webpack": "^4.41.2",
Expand Down
2 changes: 1 addition & 1 deletion src/__mocks__/vue.js
@@ -1,4 +1,4 @@
const vue = require.requireActual('vue')
const vue = jest.requireActual('vue')
vue.config.productionTip = false
vue.config.devtools = false
module.exports = vue

0 comments on commit 45c9da6

Please sign in to comment.