Skip to content

Commit 3fb3dea

Browse files
committed
update deps
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent 3b47f31 commit 3fb3dea

File tree

6 files changed

+898
-680
lines changed

6 files changed

+898
-680
lines changed

.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
nodeLinker: node-modules
22

3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5+
spec: "@yarnpkg/plugin-interactive-tools"
6+
37
yarnPath: .yarn/releases/yarn-3.1.1.cjs

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,36 +39,36 @@
3939
"dependencies": {
4040
"@types/vscode": "^1.63.1",
4141
"chokidar": "3.5.2",
42-
"dotenv": "^8.2.0",
42+
"dotenv": "^8.6.0",
4343
"eslint": "7.32.0",
4444
"git-url-parse": "11.6.0",
45-
"jest": "27.3.1",
45+
"jest": "27.4.5",
4646
"node-fetch": "2.6.6",
4747
"semver": "7.3.5",
48-
"ts-jest": "27.0.7",
49-
"typescript": "4.4.4",
48+
"ts-jest": "27.1.2",
49+
"typescript": "4.5.4",
5050
"vscode-extension-telemetry": "0.1.7"
5151
},
5252
"devDependencies": {
5353
"@types/assert": "^1.5.6",
5454
"@types/events": "3.0.0",
55-
"@types/jest": "27.0.3",
56-
"@types/jsdom": "^16.2.13",
57-
"@types/node": "16.11.9",
55+
"@types/jest": "27.4.0",
56+
"@types/jsdom": "^16.2.14",
57+
"@types/node": "16.11.17",
5858
"@types/node-fetch": "2.5.12",
5959
"@types/semver": "^7.3.9",
60-
"@typescript-eslint/eslint-plugin": "5.4.0",
61-
"@typescript-eslint/parser": "5.4.0",
62-
"esbuild": "0.14.0",
60+
"@typescript-eslint/eslint-plugin": "5.8.1",
61+
"@typescript-eslint/parser": "5.8.1",
62+
"esbuild": "0.14.9",
6363
"eslint-config-prettier": "8.3.0",
6464
"eslint-config-react-app": "6.0.0",
6565
"eslint-plugin-flowtype": "8.0.3",
6666
"eslint-plugin-import": "2.25.3",
6767
"eslint-plugin-jsx-a11y": "^6.5.1",
6868
"eslint-plugin-prettier": "4.0.0",
69-
"eslint-plugin-react": "7.27.1",
69+
"eslint-plugin-react": "7.28.0",
7070
"eslint-plugin-react-hooks": "^4.3.0",
71-
"prettier": "2.5.0",
71+
"prettier": "2.5.1",
7272
"vscode-test": "^1.6.1"
7373
},
7474
"engines": {

web-app/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,48 +28,48 @@
2828
"dependencies": {
2929
"@alifd/next": "1.22.25",
3030
"@emotion/babel-preset-css-prop": "10.0.27",
31-
"@emotion/core": "10.0.35",
31+
"@emotion/core": "10.3.1",
3232
"@xstate/react": "^1.6.3",
3333
"babel-jest": "26.6.3",
3434
"emotion-theming": "10.0.27",
3535
"js-yaml": "4.1.0",
36-
"markdown-it": "12.2.0",
36+
"markdown-it": "12.3.0",
3737
"markdown-it-emoji": "2.0.0",
3838
"prismjs": "1.25.0",
39-
"react": "16.13.1",
39+
"react": "16.14.0",
4040
"react-addons-css-transition-group": "15.6.2",
41-
"react-dom": "16.13.1",
41+
"react-dom": "16.14.0",
4242
"reselect": "^4.1.5",
4343
"use-media": "1.4.0",
44-
"xstate": "^4.26.1"
44+
"xstate": "^4.27.0"
4545
},
4646
"devDependencies": {
4747
"@babel/core": "7.14.0",
48-
"@storybook/addon-actions": "6.4.0",
48+
"@storybook/addon-actions": "6.4.9",
4949
"@storybook/addon-knobs": "6.4.0",
50-
"@storybook/addon-links": "6.4.0",
51-
"@storybook/addons": "6.4.0",
50+
"@storybook/addon-links": "6.4.9",
51+
"@storybook/addons": "6.4.9",
5252
"@storybook/preset-create-react-app": "3.2.0",
5353
"@storybook/react": "6.4.0",
5454
"@types/git-url-parse": "9.0.1",
55-
"@types/jest": "26.0.23",
55+
"@types/jest": "26.0.24",
5656
"@types/js-yaml": "4.0.5",
5757
"@types/markdown-it": "12.2.3",
58-
"@types/node": "16.11.10",
59-
"@types/prismjs": "1.16.5",
60-
"@types/react": "16.9.49",
58+
"@types/node": "16.11.17",
59+
"@types/prismjs": "1.16.6",
60+
"@types/react": "16.14.21",
6161
"@types/react-addons-css-transition-group": "15.0.5",
62-
"@types/react-dom": "16.9.8",
63-
"babel-loader": "8.2.2",
62+
"@types/react-dom": "16.9.14",
63+
"babel-loader": "8.2.3",
6464
"babel-plugin-import": "1.13.3",
6565
"customize-cra": "1.0.0",
6666
"mini-css-extract-plugin": "0.11.2",
6767
"node-sass": "6.0.1",
68-
"prettier": "2.5.0",
69-
"react-app-rewired": "2.1.8",
68+
"prettier": "2.5.1",
69+
"react-app-rewired": "2.1.11",
7070
"react-scripts": "4.0.3",
71-
"sass-loader": "12.3.0",
71+
"sass-loader": "12.4.0",
7272
"source-map-explorer": "2.5.2",
73-
"typescript": "4.4.4"
73+
"typescript": "4.5.4"
7474
}
7575
}

web-app/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"resolveJsonModule": true,
2525
"isolatedModules": true,
2626
"noEmit": true,
27-
"jsx": "react",
27+
"jsx": "react-jsx",
2828
"sourceMap": true,
2929
"noFallthroughCasesInSwitch": true
3030
},

0 commit comments

Comments
 (0)