Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Dec 6, 2019
1 parent 303520f commit dcaa85f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/apputils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@lumino/signaling": "^1.3.0",
"@lumino/virtualdom": "^1.2.0",
"@lumino/widgets": "^1.9.0",
"@types/react": "~16.8.18",
"@types/react": "~16.9.15",
"react": "~16.8.4",
"react-dom": "~16.8.4",
"sanitize-html": "~1.20.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cells/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react": "~16.8.4"
},
"devDependencies": {
"@types/react": "~16.8.18",
"@types/react": "~16.9.15",
"rimraf": "~2.6.2",
"typedoc": "^0.15.2",
"typescript": "~3.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/json-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-json-tree": "^0.11.0"
},
"devDependencies": {
"@types/react": "~16.8.18",
"@types/react": "~16.9.15",
"@types/react-dom": "^16.8.4",
"@types/react-highlighter": "^0.3.4",
"@types/react-json-tree": "^0.6.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react": "~16.8.4"
},
"devDependencies": {
"@types/react": "~16.8.18",
"@types/react": "~16.9.15",
"rimraf": "~2.6.2",
"typedoc": "^0.15.2",
"typescript": "~3.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/settingeditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-dom": "~16.8.4"
},
"devDependencies": {
"@types/react": "~16.8.18",
"@types/react": "~16.9.15",
"@types/react-dom": "^16.8.4",
"rimraf": "~2.6.2",
"typedoc": "^0.15.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/statusbar-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@lumino/widgets": "^1.9.0"
},
"devDependencies": {
"@types/react": "~16.8.18",
"@types/react": "~16.9.15",
"@types/react-dom": "^16.8.4",
"rimraf": "~2.6.2",
"typedoc": "^0.15.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typestyle": "^2.0.1"
},
"devDependencies": {
"@types/react": "~16.8.18",
"@types/react": "~16.9.15",
"@types/webpack-env": "^1.13.9",
"rimraf": "~2.6.2",
"typedoc": "^0.15.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-dom": "~16.8.4"
},
"devDependencies": {
"@types/react": "~16.8.18",
"@types/react": "~16.9.15",
"@types/react-dom": "^16.8.4",
"rimraf": "~2.6.2",
"typedoc": "^0.15.2",
Expand Down
10 changes: 1 addition & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2064,22 +2064,14 @@
dependencies:
"@types/react" "*"

"@types/react@*":
"@types/react@*", "@types/react@~16.9.15":
version "16.9.15"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.15.tgz#aeabb7a50f96c9e31a16079ada20ede9ed602977"
integrity sha512-WsmM1b6xQn1tG3X2Hx4F3bZwc2E82pJXt5OPs2YJgg71IzvUoKOSSSYOvLXYCg1ttipM+UuA4Lj3sfvqjVxyZw==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@~16.8.18":
version "16.8.25"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.25.tgz#0247613ab58b1b11ba10fed662e1947c5f2bb89c"
integrity sha512-ydAAkLnNTC4oYSxJ3zwK/4QcVmEecACJ4ZdxXITbxz/dhahBSDKY6OQ1uawAW6rE/7kfHccxulYLSAIZVrSq0A==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/sanitize-html@^1.18.3":
version "1.20.2"
resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-1.20.2.tgz#59777f79f015321334e3a9f28882f58c0a0d42b8"
Expand Down

0 comments on commit dcaa85f

Please sign in to comment.