Skip to content

Commit 5f72c42

Browse files
committed
Update bower deps
1 parent 589d1a2 commit 5f72c42

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"purescript-console": "^4.2.0"
2828
},
2929
"devDependencies": {
30-
"purescript-affjax": "^7.0.0",
30+
"purescript-affjax": "^7.0.2",
3131
"purescript-argonaut-core": "^4.0.1",
32-
"purescript-argonaut-codecs": "^5.1.1",
33-
"purescript-datetime": "^4.1.0",
32+
"purescript-argonaut-codecs": "^5.1.2",
33+
"purescript-datetime": "^4.1.1",
3434
"purescript-now": "^4.0.0",
3535
"purescript-psci-support": "^4.0.0",
3636
"purescript-routing": "^8.0.0"

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"ps": "bower install && pulp build -I examples",
1717
"prod": "parcel build index.html",
1818
"start": "parcel index.html",
19-
"watch": "parcel watch index.html"
19+
"watch": "parcel watch index.html",
20+
"bower-update-all": "npx bower-update-all"
2021
},
2122
"dependencies": {
2223
"react": "^16.7.0",

0 commit comments

Comments
 (0)