Skip to content

Commit c63ef14

Browse files
committedApr 13, 2020
update package versions
Signed-off-by: argemiront <argemiront@gmail.com>
·
v0.19.40.4.0
1 parent 2c497e7 commit c63ef14

File tree

3 files changed

+359
-36
lines changed

3 files changed

+359
-36
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"vscode-test": "^1.3.0"
5959
},
6060
"engines": {
61-
"vscode": "^1.40.0"
61+
"vscode": "^1.44.0"
6262
},
6363
"activationEvents": [
6464
"onCommand:coderoad.start"

‎web-app/package-lock.json

Lines changed: 355 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎web-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"xstate": "^4.8.0"
4242
},
4343
"devDependencies": {
44-
"@babel/core": "^7.5.4",
44+
"@babel/core": "^7.9.0",
4545
"@storybook/addon-actions": "^5.3.18",
4646
"@storybook/addon-knobs": "^5.3.18",
4747
"@storybook/addon-links": "^5.3.18",
@@ -58,8 +58,8 @@
5858
"@types/react-dom": "^16.9.6",
5959
"@typescript-eslint/eslint-plugin": "^2.27.0",
6060
"@typescript-eslint/parser": "^2.27.0",
61-
"babel-loader": "8.0.5",
62-
"babel-plugin-import": "^1.12.1",
61+
"babel-loader": "8.1.0",
62+
"babel-plugin-import": "^1.13.0",
6363
"customize-cra": "^0.9.1",
6464
"eslint": "^6.8.0",
6565
"eslint-config-prettier": "^6.10.1",

0 commit comments

Comments
 (0)
Please sign in to comment.