Skip to content

Update yarn, Node 16.x & deps #555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update deps
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
  • Loading branch information
ShMcK committed Dec 31, 2021
commit 3fb3deae4dd809135606fb3b45cea6e466652c07
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.1.1.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,36 +39,36 @@
"dependencies": {
"@types/vscode": "^1.63.1",
"chokidar": "3.5.2",
"dotenv": "^8.2.0",
"dotenv": "^8.6.0",
"eslint": "7.32.0",
"git-url-parse": "11.6.0",
"jest": "27.3.1",
"jest": "27.4.5",
"node-fetch": "2.6.6",
"semver": "7.3.5",
"ts-jest": "27.0.7",
"typescript": "4.4.4",
"ts-jest": "27.1.2",
"typescript": "4.5.4",
"vscode-extension-telemetry": "0.1.7"
},
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/events": "3.0.0",
"@types/jest": "27.0.3",
"@types/jsdom": "^16.2.13",
"@types/node": "16.11.9",
"@types/jest": "27.4.0",
"@types/jsdom": "^16.2.14",
"@types/node": "16.11.17",
"@types/node-fetch": "2.5.12",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"esbuild": "0.14.0",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"esbuild": "0.14.9",
"eslint-config-prettier": "8.3.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "2.5.0",
"prettier": "2.5.1",
"vscode-test": "^1.6.1"
},
"engines": {
Expand Down
36 changes: 18 additions & 18 deletions web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,48 +28,48 @@
"dependencies": {
"@alifd/next": "1.22.25",
"@emotion/babel-preset-css-prop": "10.0.27",
"@emotion/core": "10.0.35",
"@emotion/core": "10.3.1",
"@xstate/react": "^1.6.3",
"babel-jest": "26.6.3",
"emotion-theming": "10.0.27",
"js-yaml": "4.1.0",
"markdown-it": "12.2.0",
"markdown-it": "12.3.0",
"markdown-it-emoji": "2.0.0",
"prismjs": "1.25.0",
"react": "16.13.1",
"react": "16.14.0",
"react-addons-css-transition-group": "15.6.2",
"react-dom": "16.13.1",
"react-dom": "16.14.0",
"reselect": "^4.1.5",
"use-media": "1.4.0",
"xstate": "^4.26.1"
"xstate": "^4.27.0"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@storybook/addon-actions": "6.4.0",
"@storybook/addon-actions": "6.4.9",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-links": "6.4.0",
"@storybook/addons": "6.4.0",
"@storybook/addon-links": "6.4.9",
"@storybook/addons": "6.4.9",
"@storybook/preset-create-react-app": "3.2.0",
"@storybook/react": "6.4.0",
"@types/git-url-parse": "9.0.1",
"@types/jest": "26.0.23",
"@types/jest": "26.0.24",
"@types/js-yaml": "4.0.5",
"@types/markdown-it": "12.2.3",
"@types/node": "16.11.10",
"@types/prismjs": "1.16.5",
"@types/react": "16.9.49",
"@types/node": "16.11.17",
"@types/prismjs": "1.16.6",
"@types/react": "16.14.21",
"@types/react-addons-css-transition-group": "15.0.5",
"@types/react-dom": "16.9.8",
"babel-loader": "8.2.2",
"@types/react-dom": "16.9.14",
"babel-loader": "8.2.3",
"babel-plugin-import": "1.13.3",
"customize-cra": "1.0.0",
"mini-css-extract-plugin": "0.11.2",
"node-sass": "6.0.1",
"prettier": "2.5.0",
"react-app-rewired": "2.1.8",
"prettier": "2.5.1",
"react-app-rewired": "2.1.11",
"react-scripts": "4.0.3",
"sass-loader": "12.3.0",
"sass-loader": "12.4.0",
"source-map-explorer": "2.5.2",
"typescript": "4.4.4"
"typescript": "4.5.4"
}
}
2 changes: 1 addition & 1 deletion web-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react",
"jsx": "react-jsx",
"sourceMap": true,
"noFallthroughCasesInSwitch": true
},
Expand Down
Loading