We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2586738 commit cebd928Copy full SHA for cebd928
2 files changed
package.json
@@ -47,18 +47,18 @@
47
},
48
"homepage": "https://github.com/tsdotnet/array-copy#readme",
49
"devDependencies": {
50
- "@eslint/js": "^9.34.0",
51
- "@rollup/plugin-node-resolve": "^16.0.1",
+ "@eslint/js": "^9.38.0",
+ "@rollup/plugin-node-resolve": "^16.0.3",
52
"@rollup/plugin-typescript": "^12.1.4",
53
- "@types/node": "^24.3.0",
+ "@types/node": "^24.9.1",
54
"@vitest/coverage-v8": "^3.2.4",
55
"cpy-cli": "^6.0.0",
56
- "eslint": "^9.34.0",
+ "eslint": "^9.38.0",
57
"rimraf": "^6.0.1",
58
- "rollup": "^4.49.0",
59
- "typedoc": "^0.28.11",
60
- "typescript": "^5.9.2",
61
- "typescript-eslint": "^8.41.0",
+ "rollup": "^4.52.5",
+ "typedoc": "^0.28.14",
+ "typescript": "^5.9.3",
+ "typescript-eslint": "^8.46.2",
62
"vitest": "^3.2.4"
63
64
"dependencies": {
0 commit comments