Skip to content

Commit 6575d1c

Browse files
committed
chore: update dependencies in package.json and format funding section
1 parent 586652e commit 6575d1c

File tree

3 files changed

+120
-122
lines changed

3 files changed

+120
-122
lines changed

.yarn/install-state.gz

-7.1 KB
Binary file not shown.

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"types"
1818
],
1919
"funding": [
20-
{
21-
"type": "github",
22-
"url": "https://github.com/sponsors/gabriel-logan"
23-
},
24-
{
25-
"type": "buy-me-a-coffee",
26-
"url": "https://buymeacoffee.com/gabriellogan"
27-
}
28-
],
20+
{
21+
"type": "github",
22+
"url": "https://github.com/sponsors/gabriel-logan"
23+
},
24+
{
25+
"type": "buy-me-a-coffee",
26+
"url": "https://buymeacoffee.com/gabriellogan"
27+
}
28+
],
2929
"scripts": {
3030
"test": "jest --verbose",
3131
"test:cov": "jest --coverage",
@@ -85,20 +85,20 @@
8585
"Breno A"
8686
],
8787
"devDependencies": {
88-
"@eslint/js": "^9.19.0",
88+
"@eslint/js": "^9.20.0",
8989
"@types/jest": "^29.5.14",
90-
"@types/node": "^22.13.1",
91-
"eslint": "^9.19.0",
90+
"@types/node": "^22.13.4",
91+
"eslint": "^9.20.1",
9292
"eslint-config-prettier": "^10.0.1",
9393
"eslint-plugin-prettier": "^5.2.3",
9494
"jest": "^29.7.0",
95-
"prettier": "^3.4.2",
95+
"prettier": "^3.5.1",
9696
"ts-jest": "^29.2.5",
9797
"ts-loader": "^9.5.2",
9898
"ts-node": "^10.9.2",
9999
"typescript": "^5.7.3",
100-
"typescript-eslint": "^8.23.0",
101-
"webpack": "^5.97.1",
100+
"typescript-eslint": "^8.24.0",
101+
"webpack": "^5.98.0",
102102
"webpack-cli": "^6.0.1"
103103
},
104104
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)