Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 7d80e4b

Browse files
authored
feat: package upgrade (#94)
1 parent 0df9977 commit 7d80e4b

File tree

2 files changed

+499
-395
lines changed

2 files changed

+499
-395
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,26 @@
4444
"test.watch": "yarn test --watch"
4545
},
4646
"dependencies": {
47-
"@stoplight/json": "^2.2.2",
47+
"@stoplight/json": "^3.1.0",
4848
"@stoplight/types": "^11.0.0",
4949
"dependency-graph": "~0.8.0",
5050
"fast-memoize": "^2.5.1",
51-
"immer": "^3.1.3",
52-
"lodash": "^4.17",
51+
"immer": "^3.2.0",
52+
"lodash": "^4.17.15",
5353
"urijs": "~1.19.1",
54-
"vscode-uri": "^2.0.2"
54+
"vscode-uri": "^2.0.3"
5555
},
5656
"devDependencies": {
5757
"@stoplight/scripts": "5.x.x",
58-
"@types/jest": "24.x.x",
59-
"@types/lodash": "4.x.x",
58+
"@types/jest": "24.0.18",
59+
"@types/lodash": "4.14.137",
6060
"@types/urijs": "1.x.x",
6161
"benchmark": "2.x.x",
62-
"jest": "24.8.x",
62+
"jest": "24.9.0",
6363
"ts-jest": "24.0.x",
64-
"tslint": "5.18.x",
64+
"tslint": "5.19.0",
6565
"tslint-config-stoplight": "1.3.0",
66-
"typescript": "3.5.2"
66+
"typescript": "3.5.3"
6767
},
6868
"lint-staged": {
6969
"*.{ts,tsx}$": [

0 commit comments

Comments
 (0)