Skip to content

Commit

Permalink
Upgrade Spago to fix build with Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jun 15, 2024
1 parent 6cefce9 commit 8d6c41d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/feramhq/transity.git"
},
"dependencies": {
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.5.0",
"@swc/helpers": "^0.5.11",
"@types/eslint__js": "^8.42.3",
"archiver": "^7.0.1",
Expand All @@ -53,16 +53,16 @@
"devDependencies": {
"assert": "^2.1.0",
"conventional-changelog-cli": "^5.0.0",
"esbuild": "^0.21.4",
"eslint": "^9.4.0",
"esbuild": "^0.21.5",
"eslint": "^9.5.0",
"eslint-config-javascript": "^3.0.0",
"events": "^3.3.0",
"markdown-toc": "^1.2.0",
"parcel": "^2.12.0",
"process": "^0.11.10",
"purescript": "^0.15.15",
"purs-tidy": "^0.11.0",
"spago": "0.93.30",
"spago": "^0.93.32",
"util": "^0.12.5"
},
"targets": {
Expand Down

0 comments on commit 8d6c41d

Please sign in to comment.