1
0
Fork 0

Bump dependencies, I think

I absolutely plan to scrap this stupid NPM dependency. :-/
This commit is contained in:
Ryan Fox 2022-03-29 21:47:22 -07:00
parent 51b1fa2b17
commit 291e0a8d75
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@
"devDependencies": { "devDependencies": {
"elm": "^0.18.0", "elm": "^0.18.0",
"elm-live": "^2.7.4", "elm-live": "^2.7.4",
"elm-test": "^0.18.3", "elm-test": "^0.18.13",
"gh-pages": "^0.12.0", "gh-pages": "^0.12.0",
"rimraf": "^2.6.1", "rimraf": "^2.6.1",
"uglify-js": "^3.0.1" "uglify-js": "^3.15.3"
} }
} }