Skip to content

Commit 5388cb5

Browse files
committed
Version 0.93.44
1 parent 2520670 commit 5388cb5

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

bin/spago.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: spago-bin
33
publish:
4-
version: 0.93.43
4+
version: 0.93.44
55
license: BSD-3-Clause
66
build:
77
strict: true

package-lock.json

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spago",
3-
"version": "0.93.43",
3+
"version": "0.93.44",
44
"license": "BSD-3-Clause",
55
"description": "🍝 PureScript package manager and build tool",
66
"keywords": [
@@ -38,15 +38,15 @@
3838
"better-sqlite3": "^11.8.1",
3939
"env-paths": "^3.0.0",
4040
"fs-extra": "^11.3.0",
41-
"fuse.js": "^7.0.0",
41+
"fuse.js": "^7.1.0",
4242
"glob": "^11.0.1",
4343
"markdown-it": "^14.1.0",
4444
"micromatch": "^4.0.8",
4545
"open": "^10.1.0",
4646
"picomatch": "^4.0.2",
4747
"punycode": "^2.3.1",
4848
"readline-sync": "^1.4.10",
49-
"semver": "^7.6.3",
49+
"semver": "^7.7.1",
5050
"spdx-expression-parse": "^4.0.0",
5151
"ssh2": "^1.16.0",
5252
"supports-color": "^10.0.0",

spago.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: spago
33
publish:
4-
version: 0.93.43
4+
version: 0.93.44
55
license: BSD-3-Clause
66
location:
77
githubOwner: purescript

0 commit comments

Comments
 (0)