Run yarn upgrade

This commit is contained in:
Carlos Martín 2019-02-04 12:22:01 +01:00
parent 6a8ae174e9
commit 3cf37190c2
2 changed files with 2296 additions and 1180 deletions

View File

@ -21,11 +21,11 @@
"dependencies": { "dependencies": {
"react": "^16.3.2", "react": "^16.3.2",
"react-dom": "^16.3.2", "react-dom": "^16.3.2",
"react-scripts-ts": "2.16.0", "react-scripts-ts": "2.16.0",
"vscode": "^1.1.17" "vscode": "^1.1.17"
}, },
"scripts": { "scripts": {
"vscode:prepublish": "react-scripts-ts build && tsc -p tsconfig.extension.json", "vscode:prepublish": "react-scripts-ts build && tsc -p tsconfig.extension.json",
"postinstall": "node ./node_modules/vscode/bin/install", "postinstall": "node ./node_modules/vscode/bin/install",
"start": "react-scripts-ts start", "start": "react-scripts-ts start",
"build": "react-scripts-ts build && tsc -p tsconfig.extension.json", "build": "react-scripts-ts build && tsc -p tsconfig.extension.json",
@ -34,9 +34,9 @@
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^22.2.3", "@types/jest": "^22.2.3",
"@types/node": "^10.1.2", "@types/node": "^10.1.2",
"typescript": "^2.8.3",
"@types/react": "^16.3.14", "@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5" "@types/react-dom": "^16.0.5",
"typescript": "^2.8.3"
} }
} }

3464
yarn.lock

File diff suppressed because it is too large Load Diff