Temporarily revert package.json changes for build to succeed
This commit is contained in:
parent
13f10cf1fa
commit
11e695a1c7
|
|
@ -18,7 +18,7 @@ const createLintingRule = () => ({
|
|||
enforce: 'pre',
|
||||
include: [resolve('src'), resolve('test')],
|
||||
options: {
|
||||
formatter: require('eslint-formatter-friendly'),
|
||||
formatter: require('eslint-friendly-formatter'),
|
||||
emitWarning: !config.dev.showEslintErrorsInOverlay,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -34,7 +34,6 @@
|
|||
"@babel/preset-stage-2": "^7.0.0",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@babel/runtime": "^7.5.4",
|
||||
"@graphql-tools/jest-transform": "^1.2.2",
|
||||
"@graphql-tools/mock": "^8.6.5",
|
||||
"@graphql-tools/schema": "^8.3.7",
|
||||
"@tiptap/core": "^2.0.0-beta.174",
|
||||
|
|
@ -49,16 +48,17 @@
|
|||
"@vue/composition-api": "^1.4.2",
|
||||
"@vue/test-utils": "^1.3.0",
|
||||
"appolo": "^6.0.19",
|
||||
"autoprefixer": "^10.4.12",
|
||||
"autoprefixer": "^7.1.2",
|
||||
"babel-bridge": "^1.12.11",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
||||
"babel-jest": "^25.5.1",
|
||||
"babel-jest": "^24.8.0",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-plugin-syntax-jsx": "^6.18.0",
|
||||
"babel-plugin-transform-vue-jsx": "^3.5.0",
|
||||
"chalk": "^2.0.1",
|
||||
"copy-webpack-plugin": "^10.1.0",
|
||||
"css-loader": "^6.7.1",
|
||||
"css-loader": "^0.28.0",
|
||||
"css-minimizer-webpack-plugin": "^3.4.1",
|
||||
"cy2": "^1.2.1",
|
||||
"cypress": "^10",
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
"debounce": "^1.2.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-standard": "^16.0.3",
|
||||
"eslint-formatter-friendly": "^7.0.0",
|
||||
"eslint-friendly-formatter": "^4.0.1",
|
||||
"eslint-loader": "^4.0.2",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
|
|
@ -80,24 +80,25 @@
|
|||
"graphql-tag": "^2.10.1",
|
||||
"graphql-tools": "^8.2.5",
|
||||
"html-webpack-plugin": "^5.5.0",
|
||||
"jest": "^25.5.4",
|
||||
"jest": "^24.8.0",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"jest-transform-graphql": "^2.1.0",
|
||||
"jest-transform-stub": "^2.0.0",
|
||||
"jest-watch-typeahead": "^2.1.2",
|
||||
"jest-watch-typeahead": "^0.3.1",
|
||||
"lodash": "^4.17.10",
|
||||
"mini-css-extract-plugin": "^2.4.5",
|
||||
"mock-apollo-client": "^1.2.0",
|
||||
"node-sass": "^7.0.3",
|
||||
"node-notifier": "^5.1.2",
|
||||
"node-sass": "^4.13.1",
|
||||
"ora": "^1.2.0",
|
||||
"portfinder": "^1.0.13",
|
||||
"postcss-import": "^15.0.0",
|
||||
"postcss-loader": "^7.0.1",
|
||||
"postcss-url": "^10.1.3",
|
||||
"postcss-import": "^11.0.0",
|
||||
"postcss-loader": "^2.0.8",
|
||||
"postcss-url": "^7.2.1",
|
||||
"rimraf": "^2.6.0",
|
||||
"sass-loader": "^12.6.0",
|
||||
"semver": "^5.3.0",
|
||||
"shelljs": "^0.8.5",
|
||||
"shelljs": "^0.7.6",
|
||||
"survey-vue": "^1.9.2",
|
||||
"ts-loader": "^8.3.0",
|
||||
"typescript": "^4.5.4",
|
||||
|
|
@ -110,7 +111,7 @@
|
|||
"vue": "2.6.14",
|
||||
"vue-analytics": "^5.16.2",
|
||||
"vue-apollo": "^3.1.0",
|
||||
"vue-jest": "^4.0.1",
|
||||
"vue-jest": "^3.0.4",
|
||||
"vue-loader": "^15.9.8",
|
||||
"vue-matomo": "^4.1.0",
|
||||
"vue-router": "^3.5.3",
|
||||
|
|
|
|||
Loading…
Reference in New Issue