Skip to content

Commit 0c1405d

Browse files
committed
update deps
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent 6396e50 commit 0c1405d

File tree

5 files changed

+349
-389
lines changed

5 files changed

+349
-389
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@
3434
"watch": "tsc -watch -p ./"
3535
},
3636
"dependencies": {
37-
"@sentry/node": "^5.18.1",
37+
"@sentry/node": "^5.19.1",
3838
"@types/assert": "^1.5.1",
39-
"@types/jest": "^26.0.3",
39+
"@types/jest": "^26.0.4",
4040
"@types/jsdom": "^16.2.3",
41-
"@types/node": "^14.0.14",
41+
"@types/node": "^14.0.22",
4242
"@types/node-fetch": "^2.5.7",
4343
"@types/semver": "^7.3.1",
44-
"@typescript-eslint/eslint-plugin": "^3.4.0",
45-
"@typescript-eslint/parser": "^3.4.0",
44+
"@typescript-eslint/eslint-plugin": "^3.6.0",
45+
"@typescript-eslint/parser": "^3.6.0",
4646
"chokidar": "^3.4.0",
4747
"dotenv": "^8.2.0",
48-
"eslint": "^7.3.1",
48+
"eslint": "^7.4.0",
4949
"git-url-parse": "^11.1.2",
5050
"jest": "^26.1.0",
51-
"jsdom": "^16.2.2",
51+
"jsdom": "^16.3.0",
5252
"node-fetch": "^2.6.0",
5353
"semver": "^7.3.2",
5454
"ts-jest": "^26.1.1",
55-
"typescript": "^3.9.5"
55+
"typescript": "^3.9.6"
5656
},
5757
"devDependencies": {
5858
"eslint-config-prettier": "^6.11.0",

src/channel/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ class Channel implements Channel {
351351

352352
switch (actionType) {
353353
case 'TEST_PASS':
354-
console.log('TEST_PASS', action)
355354
const tutorial = this.context.tutorial.get()
356355
if (!tutorial) {
357356
throw new Error('Error with current tutorial. Tutorial may be missing an id.')

web-app/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"extends": "react-app"
2626
},
2727
"dependencies": {
28-
"@alifd/next": "^1.20.14",
28+
"@alifd/next": "^1.20.18",
2929
"@alifd/theme-4": "^0.3.1",
3030
"@emotion/babel-preset-css-prop": "^10.0.27",
3131
"@emotion/core": "^10.0.28",
32-
"@sentry/browser": "^5.18.1",
32+
"@sentry/browser": "^5.19.1",
3333
"js-yaml": "^3.14.0",
3434
"markdown-it": "^11.0.0",
3535
"markdown-it-emoji": "^1.4.0",
@@ -39,24 +39,24 @@
3939
"react-addons-css-transition-group": "^15.6.2",
4040
"react-dom": "^16.13.1",
4141
"reselect": "^4.0.0",
42-
"xstate": "^4.10.0"
42+
"xstate": "^4.11.0"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.10.3",
45+
"@babel/core": "^7.10.4",
4646
"@storybook/addon-actions": "^5.3.19",
4747
"@storybook/addon-knobs": "^5.3.19",
4848
"@storybook/addon-links": "^5.3.19",
4949
"@storybook/addons": "^5.3.19",
50-
"@storybook/preset-create-react-app": "^3.1.2",
50+
"@storybook/preset-create-react-app": "^3.1.4",
5151
"@storybook/react": "^5.3.19",
5252
"@types/graphql": "^14.5.0",
5353
"@types/highlight.js": "^9.12.4",
54-
"@types/jest": "^26.0.3",
54+
"@types/jest": "^26.0.4",
5555
"@types/js-yaml": "^3.12.5",
5656
"@types/markdown-it": "^10.0.1",
57-
"@types/node": "^14.0.14",
57+
"@types/node": "^14.0.22",
5858
"@types/prismjs": "^1.16.1",
59-
"@types/react": "^16.9.41",
59+
"@types/react": "^16.9.43",
6060
"@types/react-addons-css-transition-group": "^15.0.5",
6161
"@types/react-dom": "^16.9.8",
6262
"babel-loader": "8.1.0",
@@ -68,6 +68,6 @@
6868
"react-app-rewired": "^2.1.6",
6969
"react-scripts": "^3.4.1",
7070
"sass-loader": "^8.0.2",
71-
"typescript": "^3.9.5"
71+
"typescript": "^3.9.6"
7272
}
7373
}

0 commit comments

Comments
 (0)