Upgrade dependencies

This commit is contained in:
Stéphan Kochen
2020-08-29 10:25:56 +02:00
parent 2b47f35eba
commit 0abccd0d90
6 changed files with 177 additions and 984 deletions
+55
View File
File diff suppressed because one or more lines are too long
-86
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1 +1 @@
yarnPath: ".yarn/releases/yarn-berry.js" yarnPath: .yarn/releases/yarn-2.2.0.cjs
-1
View File
@@ -8,7 +8,6 @@ const { RawSource } = require(`webpack-sources`);
const IS_PROD = process.argv[2] === `-p`; const IS_PROD = process.argv[2] === `-p`;
const EXTERNALS = [ const EXTERNALS = [
`@yarnpkg/cli`,
`@yarnpkg/core`, `@yarnpkg/core`,
`@yarnpkg/fslib`, `@yarnpkg/fslib`,
`@yarnpkg/plugin-pnp`, `@yarnpkg/plugin-pnp`,
+5 -6
View File
@@ -8,15 +8,14 @@
"@babel/plugin-proposal-decorators": "^7.10.5", "@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/preset-typescript": "^7.10.4", "@babel/preset-typescript": "^7.10.4",
"@types/node": "12", "@types/node": "12",
"@yarnpkg/cli": "^2.1.1", "@yarnpkg/core": "^2.2.0",
"@yarnpkg/core": "^2.1.1", "@yarnpkg/fslib": "^2.2.0",
"@yarnpkg/fslib": "^2.1.0", "@yarnpkg/plugin-pnp": "^2.2.0",
"@yarnpkg/plugin-pnp": "^2.1.0",
"babel-loader": "^8.1.0", "babel-loader": "^8.1.0",
"clipanion": "^2.4.4", "clipanion": "^2.4.4",
"prettier": "^2.0.5", "prettier": "2.0.5",
"raw-loader": "^4.0.1", "raw-loader": "^4.0.1",
"typescript": "^4.0.2", "typescript": "4.0.2",
"webpack": "next", "webpack": "next",
"webpack-sources": "^1.4.3" "webpack-sources": "^1.4.3"
}, },
+116 -890
View File
File diff suppressed because it is too large Load Diff