Skip to content

Commit

Permalink
Upgrade all packages besides downgrade eslint
Browse files Browse the repository at this point in the history
Downgraded eslint to v6 and then ran
yarn upgrade-interactive --latest --exact and chose all besides eslint
which we need to wait for facebook/create-react-app#8978
to be released to support, b/c root version must be same as workspace version
b/c of yarnpkg/yarn#7807 (comment)
  • Loading branch information
saulshanabrook committed Jul 8, 2020
1 parent 7ca423a commit d07107e
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 42 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -37,15 +37,15 @@
},
"dependencies": {},
"devDependencies": {
"npm-run-all": "4.1.5",
"@jupyterlab/buildutils": "^2.0.0-rc.0",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6.0",
"create-react-app": "3.4.1",
"eslint": "7.0.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.2",
"lerna": "^3.19.0"
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react-hooks": "4.0.6",
"lerna": "^3.19.0",
"npm-run-all": "4.1.5"
}
}
10 changes: 5 additions & 5 deletions packages/dummystore/package.json
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@lumino/algorithm": "^1.2.2",
"@lumino/coreutils": "^1.4.1",
"@lumino/datastore": "^0.8.3",
"@lumino/datastore": "0.10.2",
"@lumino/disposable": "^1.3.3",
"@lumino/messaging": "^1.3.2",
"@lumino/signaling": "^1.3.3"
Expand All @@ -43,11 +43,11 @@
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-typescript": "^4.1.1",
"karma-typescript-es6-transform": "^4.1.1",
"mocha": "^7.1.2",
"karma-typescript": "5.0.3",
"karma-typescript-es6-transform": "5.0.3",
"mocha": "8.0.1",
"rimraf": "^3.0.2",
"typescript": "~3.7.5",
"typescript": "3.9.6",
"webpack": "^4.0.0",
"webpack-cli": "^3.3.10"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/rtc-debugger/package.json
Expand Up @@ -4,14 +4,14 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@lumino/datastore": "^0.9.1",
"@lumino/datastore": "0.10.2",
"@material-ui/core": "*",
"observable-hooks": "3.0.0",
"react": "^16.13.1",
"rtc-node": "*",
"@material-ui/core": "*"
"rtc-node": "*"
},
"devDependencies": {
"@types/react": "^16.9.0",
"typescript": "~3.7.2"
"typescript": "3.9.6"
}
}
10 changes: 5 additions & 5 deletions packages/rtc-jupyter-example/package.json
Expand Up @@ -3,19 +3,19 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@lumino/datastore": "^0.9.1",
"@types/node": "^12.0.0",
"@lumino/datastore": "0.10.2",
"@types/node": "14.0.19",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"observable-hooks": "3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"rtc-debugger": "*",
"rtc-jupyter": "*",
"rtc-node": "*",
"rtc-relay": "*",
"typescript": "~3.7.2",
"rtc-debugger": "*",
"rtc-jupyter": "*"
"typescript": "3.9.6"
},
"scripts": {
"start": "react-scripts start",
Expand Down
10 changes: 5 additions & 5 deletions packages/rtc-jupyter-supernode/package.json
Expand Up @@ -31,18 +31,18 @@
"start": "wait-on tcp:8889 && rtc-jupyter-supernode"
},
"dependencies": {
"@lumino/datastore": "^0.9.1",
"rtc-node": "*",
"@lumino/datastore": "0.10.2",
"rtc-jupyter": "*",
"rtc-node": "*",
"rx-jupyter": "*",
"rxjs": "6.6.0",
"xhr2": "*"
},
"devDependencies": {
"fkill-cli": "6.0.1",
"rimraf": "~3.0.2",
"typescript": "~3.8.3",
"wait-on": "5.0.0",
"fkill-cli": "6.0.1"
"typescript": "3.9.6",
"wait-on": "5.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/rtc-jupyter/package.json
Expand Up @@ -29,13 +29,13 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"rtc-jupyter": "*",
"observable-hooks": "3.0.0",
"rtc-jupyter": "*",
"rxjs": "6.6.0"
},
"devDependencies": {
"rimraf": "~3.0.2",
"typescript": "~3.8.3"
"typescript": "3.9.6"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/rtc-node/package.json
Expand Up @@ -29,17 +29,17 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@lumino/datastore": "^0.9.1",
"@lumino/datastore": "0.10.2",
"@lumino/disposable": "^1.2.0",
"observable-hooks": "3.0.0",
"rxjs": "6.6.0",
"react": "^16.13.1",
"rxjs": "6.6.0",
"socket.io-client": "2.3.0"
},
"devDependencies": {
"@types/socket.io-client": "1.4.32",
"@types/socket.io-client": "1.4.33",
"rimraf": "~3.0.2",
"typescript": "~3.8.3"
"typescript": "3.9.6"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/rtc-relay/package.json
Expand Up @@ -31,15 +31,15 @@
"wait": "wait-on tcp:8888"
},
"dependencies": {
"socket.io": "2.3.0",
"@lumino/datastore": "^0.9.1"
"@lumino/datastore": "0.10.2",
"socket.io": "2.3.0"
},
"devDependencies": {
"@types/socket.io": "2.1.4",
"@types/socket.io": "2.1.8",
"fkill-cli": "6.0.1",
"rimraf": "~3.0.2",
"typescript": "~3.8.3",
"wait-on": "5.0.0",
"fkill-cli": "6.0.1"
"typescript": "3.9.6",
"wait-on": "5.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/rtc-todo-example/package.json
Expand Up @@ -3,18 +3,18 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@lumino/datastore": "^0.9.1",
"@types/node": "^12.0.0",
"@lumino/datastore": "0.10.2",
"@types/node": "14.0.19",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"observable-hooks": "3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"rtc-debugger": "*",
"rtc-node": "*",
"rtc-relay": "*",
"typescript": "~3.7.2",
"rtc-debugger": "*"
"typescript": "3.9.6"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit d07107e

Please sign in to comment.