Skip to content

Commit

Permalink
Slim down package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-waarneming-nl committed Oct 7, 2024
1 parent 1d00d31 commit b683c9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,18 @@
"lint": "tsc && eslint 'src/**'"
},
"dependencies": {
"@types/node": "^18.14.0",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/utils": "^8.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "5.1"
"@typescript-eslint/utils": "^8.7.0"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/rule-tester": "^8.7.0",
"eslint": "^9.11.1",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.7.0",
"prettier": "^2.8.4",
"ts-jest": "^29.2.5",
"typescript": "5.1",
"typescript-eslint": "^8.7.0"
},
"packageManager": "[email protected]"
Expand Down
20 changes: 1 addition & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1012,15 +1012,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.14.0":
version: 18.19.54
resolution: "@types/node@npm:18.19.54"
dependencies:
undici-types: ~5.26.4
checksum: d85bacc7430c2913bcd2cf293f312bc1f9108819707ac25b58404185c3b8f9ca9e3e93c396672f457c18e65f5ba86cc8363803f830207c6b7dd14fd74e1455b0
languageName: node
linkType: hard

"@types/stack-utils@npm:^2.0.0":
version: 2.0.3
resolution: "@types/stack-utils@npm:2.0.3"
Expand Down Expand Up @@ -1067,7 +1058,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:8.8.0, @typescript-eslint/parser@npm:^8.7.0":
"@typescript-eslint/parser@npm:8.8.0":
version: 8.8.0
resolution: "@typescript-eslint/parser@npm:8.8.0"
dependencies:
Expand Down Expand Up @@ -2174,9 +2165,7 @@ __metadata:
resolution: "eslint-plugin-observation@workspace:."
dependencies:
"@eslint/js": ^9.11.1
"@types/node": ^18.14.0
"@typescript-eslint/eslint-plugin": ^8.7.0
"@typescript-eslint/parser": ^8.7.0
"@typescript-eslint/rule-tester": ^8.7.0
"@typescript-eslint/utils": ^8.7.0
eslint: ^9.11.1
Expand Down Expand Up @@ -5130,13 +5119,6 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
Expand Down

0 comments on commit b683c9b

Please sign in to comment.