We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163bf60 commit 5ba8b17Copy full SHA for 5ba8b17
package.json
@@ -40,17 +40,17 @@
40
"test": "c8 tsx test/index.test.ts"
41
},
42
"devDependencies": {
43
- "@pilaton/eslint-config-base": "^0.4.2",
+ "@pilaton/eslint-config-base": "^1.3.0",
44
"@rollup/plugin-terser": "^0.4.4",
45
- "@rollup/plugin-typescript": "^11.1.5",
46
- "@types/node": "^20.10.2",
47
- "c8": "^8.0.1",
48
- "eslint": "^8.55.0",
49
- "eslint-define-config": "^2.0.0",
+ "@rollup/plugin-typescript": "^11.1.6",
+ "@types/node": "^20.12.8",
+ "c8": "^9.1.0",
+ "eslint": "^8.57.0",
+ "eslint-define-config": "^2.1.0",
50
"rimraf": "^5.0.5",
51
- "rollup": "^4.6.1",
+ "rollup": "^4.17.2",
52
"tslib": "^2.6.2",
53
- "tsx": "^4.6.2",
54
- "typescript": "^5.3.2"
+ "tsx": "^4.9.3",
+ "typescript": "^5.4.5"
55
}
56
0 commit comments