Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@boringnode/bus": "^0.9.0",
"@poppinss/utils": "^6.10.1",
"@poppinss/utils": "^7.1.0",
"emittery": "^1.2.1",
"matchit": "^1.1.0"
},
Expand Down
34 changes: 33 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ __metadata:
"@boringnode/bus": "npm:^0.9.0"
"@japa/assert": "npm:^4.2.0"
"@japa/runner": "npm:^5.3.0"
"@poppinss/utils": "npm:^6.10.1"
"@poppinss/utils": "npm:^7.1.0"
"@swc/core": "npm:^1.15.24"
"@types/node": "npm:^20.16.10"
c8: "npm:^10.1.3"
Expand Down Expand Up @@ -1241,6 +1241,18 @@ __metadata:
languageName: node
linkType: hard

"@poppinss/string@npm:^1.7.2":
version: 1.7.2
resolution: "@poppinss/string@npm:1.7.2"
dependencies:
"@types/pluralize": "npm:^0.0.33"
case-anything: "npm:^3.1.2"
pluralize: "npm:^8.0.0"
slugify: "npm:^1.6.9"
checksum: 10c0/cb564770558abd15a1874826e719eefd86332c4db3090a673c50d95e8898e9b6b03c90109f4f920f857e5e570c5db0dbaeaf3bc81c930e9803369fbf0dacfd7a
languageName: node
linkType: hard

"@poppinss/types@npm:^1.2.1":
version: 1.2.1
resolution: "@poppinss/types@npm:1.2.1"
Expand Down Expand Up @@ -1275,6 +1287,19 @@ __metadata:
languageName: node
linkType: hard

"@poppinss/utils@npm:^7.1.0":
version: 7.1.0
resolution: "@poppinss/utils@npm:7.1.0"
dependencies:
"@poppinss/exception": "npm:^1.2.3"
"@poppinss/object-builder": "npm:^1.1.0"
"@poppinss/string": "npm:^1.7.2"
"@poppinss/types": "npm:^1.2.1"
flattie: "npm:^1.1.1"
checksum: 10c0/0671605952c3786e7565c33941ad2741f7d761415a75cf96e525521c09ca82b5ee11c44d5610f9dc08fd0f2412ef8794a1cb16d82e51512b0c3de7a8790bc213
languageName: node
linkType: hard

"@rollup/rollup-android-arm-eabi@npm:4.34.8":
version: 4.34.8
resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.8"
Expand Down Expand Up @@ -5080,6 +5105,13 @@ __metadata:
languageName: node
linkType: hard

"slugify@npm:^1.6.9":
version: 1.6.9
resolution: "slugify@npm:1.6.9"
checksum: 10c0/8473c566ae00c5db26bfbf6182a4a9478ab3c912a9c926e1fdb410736a77228bfca4fdc5c755b46fafa7d2d9900de482fd7a9bd5e5c91128c4743c2c072d88da
languageName: node
linkType: hard

"smart-buffer@npm:^4.2.0":
version: 4.2.0
resolution: "smart-buffer@npm:4.2.0"
Expand Down
Loading