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

Commit 1c6e074

Browse files
marbemacpytlesk4
authored andcommitted
fix: use scripts v5 (#119)
1 parent 733a06c commit 1c6e074

File tree

2 files changed

+680
-565
lines changed

2 files changed

+680
-565
lines changed

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@stoplight/json": "^3.1.2",
4848
"@stoplight/types": "^11.1.1",
4949
"@stoplight/path": "^1.3.0",
50-
"@types/urijs": "1.x.x",
50+
"@types/urijs": "^1.19",
5151
"dependency-graph": "~0.8.0",
5252
"fast-memoize": "^2.5.1",
5353
"immer": "^4.0.1",
@@ -56,15 +56,14 @@
5656
"urijs": "~1.19.1"
5757
},
5858
"devDependencies": {
59-
"@stoplight/scripts": "7.x.x",
60-
"@types/jest": "24.0.18",
61-
"@types/lodash": "4.14.144",
62-
"@types/urijs": "1.x.x",
63-
"benchmark": "2.x.x",
64-
"jest": "24.9.0",
65-
"ts-jest": "24.1.x",
66-
"tslint": "5.20.0",
67-
"tslint-config-stoplight": "1.3.0",
59+
"@stoplight/scripts": "^5",
60+
"@types/jest": "^24.0.18",
61+
"@types/lodash": "^4.14.144",
62+
"benchmark": "^2.1",
63+
"jest": "^24.9",
64+
"ts-jest": "^24.1",
65+
"tslint": "^5.20",
66+
"tslint-config-stoplight": "~1.3",
6867
"typescript": "3.6.4"
6968
},
7069
"lint-staged": {

0 commit comments

Comments
 (0)