Skip to content

Commit

Permalink
Bump node package versions in bower.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaunders committed Aug 5, 2023
1 parent 47c426e commit 3e74e18
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"name": "purescript-dotenv",
"license": [
"MIT"
],
"license": ["MIT"],
"repository": {
"type": "git",
"url": "https://github.com/nsaunders/purescript-dotenv.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"ignore": ["**/.*", "node_modules", "bower_components", "output"],
"dependencies": {
"purescript-aff": "^v7.1.0",
"purescript-arrays": "^v7.2.1",
Expand All @@ -29,7 +22,7 @@
"purescript-node-fs": "^v9.1.0",
"purescript-node-os": "^v5.1.0",
"purescript-node-process": "^v11.2.0",
"purescript-node-streams": "^v7.0.0",
"purescript-node-streams": "^v9.0.0",
"purescript-parsing": "^v10.2.0",
"purescript-prelude": "^v6.0.1",
"purescript-refs": "^v6.0.0",
Expand All @@ -41,7 +34,7 @@
},
"resolutions": {
"purescript-node-buffer": "^v9.0.0",
"purescript-node-streams": "^v7.0.0",
"purescript-node-streams": "^v9.0.0",
"purescript-node-child-process": "^v11.0.0",
"purescript-node-fs": "^v9.1.0"
}
Expand Down

0 comments on commit 3e74e18

Please sign in to comment.