Skip to content

Commit 8d6c41d

Browse files
committed
Upgrade Spago to fix build with Node.js 22
1 parent 6cefce9 commit 8d6c41d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/feramhq/transity.git"
3737
},
3838
"dependencies": {
39-
"@eslint/js": "^9.4.0",
39+
"@eslint/js": "^9.5.0",
4040
"@swc/helpers": "^0.5.11",
4141
"@types/eslint__js": "^8.42.3",
4242
"archiver": "^7.0.1",
@@ -53,16 +53,16 @@
5353
"devDependencies": {
5454
"assert": "^2.1.0",
5555
"conventional-changelog-cli": "^5.0.0",
56-
"esbuild": "^0.21.4",
57-
"eslint": "^9.4.0",
56+
"esbuild": "^0.21.5",
57+
"eslint": "^9.5.0",
5858
"eslint-config-javascript": "^3.0.0",
5959
"events": "^3.3.0",
6060
"markdown-toc": "^1.2.0",
6161
"parcel": "^2.12.0",
6262
"process": "^0.11.10",
6363
"purescript": "^0.15.15",
6464
"purs-tidy": "^0.11.0",
65-
"spago": "0.93.30",
65+
"spago": "^0.93.32",
6666
"util": "^0.12.5"
6767
},
6868
"targets": {

0 commit comments

Comments
 (0)