We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e013cd6 commit 986bf11Copy full SHA for 986bf11
1 file changed
package.json
@@ -61,8 +61,8 @@
61
"@rollup/plugin-node-resolve": "^15.2.3",
62
"@rollup/plugin-terser": "^0.4.4",
63
"@rollup/plugin-typescript": "^11.1.6",
64
- "@typescript-eslint/eslint-plugin": "^7.2.0",
65
- "@typescript-eslint/parser": "^7.2.0",
+ "@typescript-eslint/eslint-plugin": "^7.4.0",
+ "@typescript-eslint/parser": "^7.4.0",
66
"chai": "^5.1.0",
67
"eslint": "^8.57.0",
68
"eslint-config-prettier": "^9.1.0",
@@ -72,10 +72,10 @@
72
"tsdoc": "^0.0.4",
73
"tslib": "^2.6.2",
74
"typedoc": "^0.25.12",
75
- "typescript": "^5.4.2"
+ "typescript": "^5.4.3"
76
},
77
"dependencies": {
78
- "ky": "^1.2.2",
+ "ky": "^1.2.3",
79
"lru-cache": "^10.2.0"
80
81
"files": [
0 commit comments