Skip to content

Commit f12c0a2

Browse files
authored
Merge pull request #13 from hildjj/normalize
Normalize package repository
2 parents 605f30f + 67635a7 commit f12c0a2

File tree

2 files changed

+119
-137
lines changed

2 files changed

+119
-137
lines changed

package.json

+10-17
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,22 @@
1717
],
1818
"author": "Joe Hildebrand <[email protected]>",
1919
"license": "MIT",
20-
"repository": "peggyjs/from-mem",
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/peggyjs/from-mem.git"
23+
},
2124
"dependencies": {
22-
"semver": "7.6.2"
25+
"semver": "7.6.3"
2326
},
2427
"devDependencies": {
25-
"@peggyjs/eslint-config": "4.0.1",
26-
"@types/node": "20.14.11",
28+
"@peggyjs/eslint-config": "4.0.3",
29+
"@types/node": "22.0.2",
2730
"@types/semver": "7.5.8",
2831
"c8": "10.1.2",
29-
"eslint": "9.7.0",
30-
"typescript": "5.5.3"
31-
},
32-
"overrides": {
33-
"@typescript-eslint/utils": "8.0.0-alpha.44",
34-
"@typescript-eslint/parser": "8.0.0-alpha.44"
35-
},
36-
"pnpm": {
37-
"overrides": {
38-
"@typescript-eslint/utils": "8.0.0-alpha.44",
39-
"@typescript-eslint/parser": "8.0.0-alpha.44"
40-
}
32+
"eslint": "9.8.0",
33+
"typescript": "5.5.4"
4134
},
42-
"packageManager": "pnpm@9.5.0",
35+
"packageManager": "pnpm@9.6.0",
4336
"engines": {
4437
"node": ">=18"
4538
}

0 commit comments

Comments
 (0)