Merge branch 'master' into dependabot/npm_and_yarn/copyfiles-2.2.0

This commit is contained in:
Manuel Bouza
2020-04-03 08:45:43 +02:00
committed by GitHub
2 changed files with 1485 additions and 1005 deletions

View File

@@ -16,7 +16,7 @@
"test:watch": "node_modules/.bin/jest --watch" "test:watch": "node_modules/.bin/jest --watch"
}, },
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.7.0", "@babel/polyfill": "^7.8.7",
"axios": "^0.19.2", "axios": "^0.19.2",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"date-fns": "^2.11.1", "date-fns": "^2.11.1",
@@ -25,45 +25,45 @@
"mobx": "^5.15.4", "mobx": "^5.15.4",
"mobx-react": "^6.1.8", "mobx-react": "^6.1.8",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"query-string": "^6.9.0", "query-string": "^6.11.1",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-select": "^3.0.4", "react-select": "^3.1.0",
"react-spring": "^8.0.7", "react-spring": "^8.0.7",
"url-pattern": "^1.0.3" "url-pattern": "^1.0.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.7.7", "@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.7.4", "@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5", "@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-env": "^7.7.7", "@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4", "@babel/preset-react": "^7.7.4",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0", "babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0", "babel-plugin-module-resolver": "^4.0.0",
"clean-webpack-plugin": "^3.0.0", "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1", "copy-webpack-plugin": "^5.1.1",
"copyfiles": "^2.2.0", "copyfiles": "^2.2.0",
"css-loader": "^3.4.0", "css-loader": "^3.4.2",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0", "eslint-config-prettier": "^6.10.1",
"eslint-plugin-jest": "^23.8.2", "eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.2", "eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0", "eslint-plugin-react": "^7.19.0",
"file-loader": "^5.0.2", "file-loader": "^6.0.0",
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
"jest": "^24.1.0", "jest": "^25.2.6",
"mini-css-extract-plugin": "^0.9.0", "mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0", "node-sass": "^4.13.1",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"sass-loader": "^8.0.0", "sass-loader": "^8.0.2",
"style-loader": "^1.1.3", "style-loader": "^1.1.3",
"svg-inline-loader": "^0.8.0", "svg-inline-loader": "^0.8.2",
"uuid": "^3.3.2", "uuid": "^3.3.2",
"webpack": "^4.41.5", "webpack": "^4.42.1",
"webpack-cli": "^3.3.10", "webpack-cli": "^3.3.11",
"zip-webpack-plugin": "^3.0.0" "zip-webpack-plugin": "^3.0.0"
} }
} }

2460
yarn.lock

File diff suppressed because it is too large Load Diff