Skip to content

Commit 17ff24a

Browse files
authored
feat: bump deps (#48)
1 parent 97b161c commit 17ff24a

File tree

2 files changed

+494
-716
lines changed

2 files changed

+494
-716
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"test.watch": "yarn test --watch"
3636
},
3737
"peerDependencies": {
38-
"@stoplight/markdown-viewer": "3.x.x",
39-
"@stoplight/tree-list": "4.x.x",
40-
"@stoplight/ui-kit": "2.x.x",
41-
"mobx": "5.x.x",
38+
"@stoplight/markdown-viewer": "^3",
39+
"@stoplight/tree-list": "^4",
40+
"@stoplight/ui-kit": "^2",
41+
"mobx": "^5",
4242
"react": ">=16.8",
4343
"react-dom": ">=16.8"
4444
},
4545
"dependencies": {
46-
"@stoplight/json": "3.0.3",
46+
"@stoplight/json": "^3.1.1",
4747
"classnames": "^2.2.6",
4848
"json-schema-merge-allof": "https://github.com/stoplightio/json-schema-merge-allof",
4949
"lodash-es": "^4.17.15",
@@ -81,13 +81,13 @@
8181
"mobx": "^5.13.0",
8282
"react": "16.9.0",
8383
"react-dom": "16.9.0",
84-
"rollup-plugin-commonjs": "^10.0.2",
84+
"rollup-plugin-commonjs": "^10.1.0",
8585
"rollup-plugin-node-resolve": "^5.2.0",
8686
"rollup-plugin-web-worker-loader": "p0lip/rollup-plugin-web-worker-loader",
8787
"ts-jest": "^24.0.2",
8888
"tslint": "^5.19.0",
8989
"tslint-config-stoplight": "^1.2.0",
90-
"typescript": "3.5.3",
90+
"typescript": "3.6.2",
9191
"worker-loader": "^2.0.0"
9292
},
9393
"lint-staged": {

0 commit comments

Comments
 (0)