Update webpack and cypress.

This commit is contained in:
Paulo Gustavo Veiga 2022-09-11 12:50:34 -07:00
parent b5f47ee41d
commit 34b2e100d6
7 changed files with 916 additions and 53 deletions

View File

@ -1,7 +1,7 @@
version: '3'
services:
e2e:
image: cypress/included:10.2.0
image: cypress/included:10.7.0
container_name: wisemapping-integration-tests
entrypoint: '/bin/sh -c "yarn install && yarn bootstrap && yarn build && yarn test:integration"'
working_dir: /e2e

View File

@ -1,7 +1,7 @@
version: '3'
services:
e2e:
image: cypress/included:10.2.0
image: cypress/included:10.7.0
container_name: wisemapping-integration-tests
entrypoint: '/bin/sh -c "yarn bootstrap && yarn build && yarn test:integration"'
working_dir: /e2e

View File

@ -21,7 +21,7 @@
},
"private": false,
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",

View File

@ -16,8 +16,8 @@
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@formatjs/cli": "^4.8.1",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",

View File

@ -41,7 +41,7 @@
"xml-formatter": "^2.6.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.16.5",
"@babel/register": "^7.16.0",

View File

@ -27,7 +27,7 @@
"test": "yarn test:integration"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/core": "^7.18.13",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",

955
yarn.lock

File diff suppressed because it is too large Load Diff