Skip to content

Commit

Permalink
Bump NPM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Dec 9, 2024
1 parent d7c157a commit 527a341
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 506 deletions.
25 changes: 16 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,34 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist/*"],
"files": [
"dist/*"
],
"dependencies": {
"easter-date": "0.0.19",
"easter-date": "0.0.20",
"luxon": "^3.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.9",
"ava": "^6.1.2",
"np": "^10.0.7",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
"@types/node": "^22.10.1",
"ava": "^6.2.0",
"np": "^10.1.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"ava": {
"timeout": "1m",
"extensions": {
"ts": "module"
},
"files": ["test/*"],
"files": [
"test/*"
],
"workerThreads": false,
"nodeArguments": ["--experimental-json-modules", "--no-warnings"]
"nodeArguments": [
"--experimental-json-modules",
"--no-warnings"
]
}
}
Loading

0 comments on commit 527a341

Please sign in to comment.