We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b170ea5 commit 95e17b9Copy full SHA for 95e17b9
package.json
@@ -48,7 +48,7 @@
48
"dotenv-cli": "^8.0.0",
49
"esbuild": "^0.25.5",
50
"eslint": "^9.30.1",
51
- "neostandard": "^0.12.1",
+ "neostandard": "^0.12.2",
52
"release-it": "^19.0.3",
53
"typescript": "^5.8.3",
54
"vitest": "^3.2.4"
@@ -70,7 +70,8 @@
70
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
71
"safer-buffer": "npm:@nolyfill/safer-buffer@^1",
72
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
73
- "typedarray": "npm:@nolyfill/typedarray@^1"
+ "typedarray": "npm:@nolyfill/typedarray@^1",
74
+ "string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1"
75
}
76
77
0 commit comments