Skip to content

Commit b499a4e

Browse files
authored
Bump dependencies (#7)
1 parent 75f81c9 commit b499a4e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

bower.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"purescript-prelude": "^2.3.0",
20-
"purescript-media-types": "^2.0.0",
21-
"purescript-dom": "^3.7.0"
22-
},
23-
"devDependencies": {}
19+
"purescript-prelude": "^3.0.0",
20+
"purescript-media-types": "^3.0.0",
21+
"purescript-dom": "^4.0.0"
22+
}
2423
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"build": "pulp build -- --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"pulp": "^10.0.0",
9-
"purescript-psa": "^0.4.0",
10-
"purescript": "^0.10.5",
8+
"pulp": "^11.0.0",
9+
"purescript-psa": "^0.5.1",
10+
"purescript": "^0.11.1",
1111
"rimraf": "^2.5.4"
1212
}
1313
}

0 commit comments

Comments
 (0)