Skip to content

Commit 890ddd3

Browse files
committed
chore: wip
1 parent 1c2c701 commit 890ddd3

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

storage/framework/core/cloud/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@
5959
"@aws-sdk/client-ses": "^3.726.1",
6060
"@aws-sdk/client-sesv2": "^3.726.1",
6161
"@aws-sdk/client-ssm": "^3.726.1",
62+
"@stacksjs/cli": "workspace:*",
6263
"@stacksjs/config": "workspace:*",
64+
"@stacksjs/development": "workspace:*",
6365
"@stacksjs/dns": "workspace:*",
66+
"@stacksjs/env": "workspace:*",
6467
"@stacksjs/logging": "workspace:*",
6568
"@stacksjs/path": "workspace:*",
6669
"@stacksjs/router": "workspace:*",
@@ -71,9 +74,6 @@
7174
"aws-cdk-lib": "^2.175.1",
7275
"aws4fetch": "^1.0.20",
7376
"constructs": "^10.4.2",
74-
"@stacksjs/cli": "workspace:*",
75-
"@stacksjs/development": "workspace:*",
76-
"@stacksjs/env": "workspace:*",
7777
"source-map-support": "^0.5.21"
7878
}
7979
}

storage/framework/core/dns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"devDependencies": {
4646
"@aws-sdk/client-route-53": "^3.726.1",
4747
"@stacksjs/actions": "workspace:*",
48-
"@stacksjs/error-handling": "workspace:*",
4948
"@stacksjs/development": "workspace:*",
49+
"@stacksjs/error-handling": "workspace:*",
5050
"@stacksjs/path": "workspace:*",
5151
"@stacksjs/storage": "workspace:*",
5252
"@stacksjs/strings": "workspace:*",

storage/framework/core/push/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@stacksjs/cli": "workspace:*",
3838
"@stacksjs/config": "workspace:*",
39-
"@stacksjs/error-handling": "workspace:*",
40-
"@stacksjs/development": "workspace:*"
39+
"@stacksjs/development": "workspace:*",
40+
"@stacksjs/error-handling": "workspace:*"
4141
}
4242
}

storage/framework/core/utils/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@
4949
"@stacksjs/arrays": "workspace:*",
5050
"@stacksjs/cli": "workspace:*",
5151
"@stacksjs/config": "workspace:*",
52+
"@stacksjs/development": "workspace:*",
5253
"@stacksjs/lint": "workspace:*",
5354
"@stacksjs/path": "workspace:*",
5455
"@stacksjs/storage": "workspace:*",
5556
"@stacksjs/strings": "workspace:*",
5657
"@stacksjs/types": "workspace:*",
58+
"@types/js-yaml": "^4.0.9",
5759
"@vueuse/core": "^12.4.0",
5860
"@vueuse/head": "^2.0.0",
5961
"@vueuse/math": "^12.4.0",
@@ -70,14 +72,12 @@
7072
"kolorist": "1.8.0",
7173
"macroable": "^7.0.2",
7274
"magic-regexp": "^0.8.0",
75+
"markdown-table": "^3.0.4",
7376
"perfect-debounce": "^1.0.0",
7477
"pretty-bytes": "^6.1.1",
7578
"resize-observer-polyfill": "^1.5.1",
79+
"vue-starport": "^0.4.0",
7680
"vue3-ace-editor": "^2.2.4",
77-
"yaml": "^2.7.0",
78-
"@stacksjs/development": "workspace:*",
79-
"@types/js-yaml": "^4.0.9",
80-
"markdown-table": "^3.0.4",
81-
"vue-starport": "^0.4.0"
81+
"yaml": "^2.7.0"
8282
}
8383
}

0 commit comments

Comments
 (0)