generated from stacksjs/stacks
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
aca5dbe
commit 4770e82
Showing
43 changed files
with
1,216 additions
and
666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/buddy", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks runtime, named Buddy.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -51,7 +51,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"buddy": "esno ./src/cli.ts", | ||
|
@@ -172,7 +172,7 @@ | |
}, | ||
"devDependencies": { | ||
"only-allow": "^1.1.1", | ||
"pnpm": ">=7.18.1", | ||
"pnpm": ">=7.18.2", | ||
"typescript": "^4.9.4" | ||
}, | ||
"config": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "hello-world-vue", | ||
"type": "module", | ||
"version": "", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "Your Vue component library description", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "hello-world-elements", | ||
"type": "module", | ||
"version": "", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "Your framework agnostic web component library description.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/actions", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks actions.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -37,7 +37,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
@@ -54,7 +54,7 @@ | |
"@stacksjs/utils": "workspace:*", | ||
"@stacksjs/x-ray": "workspace:*", | ||
"markdown-it": "^13.0.1", | ||
"vue-component-meta": "^1.0.11" | ||
"vue-component-meta": "^1.0.16" | ||
}, | ||
"devDependencies": { | ||
"mkdist": "^1.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/arrays", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks array utilities.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -36,7 +36,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/auth", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "A more simplistic way to authenticate.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -33,7 +33,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
@@ -42,7 +42,7 @@ | |
"typecheck": "tsc --noEmit" | ||
}, | ||
"peerDependencies": { | ||
"vitest": "^0.25.6" | ||
"vitest": "^0.26.1" | ||
}, | ||
"devDependencies": { | ||
"mkdist": "^1.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/build", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks framework build tools and configurations.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -35,7 +35,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
@@ -53,16 +53,16 @@ | |
"markdown-it-link-attributes": "^4.0.1", | ||
"markdown-it-shiki": "^0.7.2", | ||
"unbuild": "^1.0.2", | ||
"unplugin-auto-import": "^0.12.0", | ||
"unplugin-vue-components": "^0.22.11", | ||
"unplugin-auto-import": "^0.12.1", | ||
"unplugin-vue-components": "^0.22.12", | ||
"vite": "^3.2.5", | ||
"vite-plugin-inspect": "^0.7.9", | ||
"vite-plugin-pages": "^0.27.1", | ||
"vite-plugin-pwa": "^0.13.3", | ||
"vite-plugin-vue-component-preview": "^0.3.3", | ||
"vite-plugin-inspect": "^0.7.11", | ||
"vite-plugin-pages": "^0.28.0", | ||
"vite-plugin-pwa": "^0.14.0", | ||
"vite-plugin-vue-component-preview": "^0.3.4", | ||
"vite-plugin-vue-layouts": "^0.7.0", | ||
"vite-plugin-vue-markdown": "^0.22.1", | ||
"vite-ssg": "^0.22.0", | ||
"vite-ssg": "^0.22.1", | ||
"vite-ssg-sitemap": "^0.4.3", | ||
"vue-docgen-web-types": "^0.1.8", | ||
"vue-i18n": "^9.2.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/cache", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks way to test.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -36,7 +36,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
@@ -48,16 +48,16 @@ | |
"@stacksjs/config": "workspace:*", | ||
"memcached": "^2.2.2", | ||
"redis": "^4.5.1", | ||
"vitest": "^0.25.6" | ||
"vitest": "^0.26.1" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-dynamodb": "^3.226.0", | ||
"@aws-sdk/client-dynamodb": "^3.235.0", | ||
"memcached": "^2.2.2", | ||
"memjs": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"mkdist": "^1.0.0", | ||
"typescript": "^4.9.4", | ||
"vitest": "^0.25.6" | ||
"vitest": "^0.26.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/cli", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The simple way to create beautiful CLIs.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -41,7 +41,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/cloud", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks cloud/serverless integration & implementation.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -37,7 +37,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
@@ -46,7 +46,7 @@ | |
"typecheck": "tsc --noEmit" | ||
}, | ||
"peerDependencies": { | ||
"vitest": "^0.25.6" | ||
"vitest": "^0.26.1" | ||
}, | ||
"devDependencies": { | ||
"mkdist": "^1.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/collections", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks collections.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -37,7 +37,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/config", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks configuration.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -32,7 +32,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/dashboard", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks Dashboard.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -37,7 +37,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/database", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks database integration.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -39,7 +39,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
@@ -48,9 +48,9 @@ | |
"typecheck": "tsc --noEmit" | ||
}, | ||
"peerDependencies": { | ||
"@prisma/client": "^4.7.1", | ||
"@prisma/client": "^4.8.0", | ||
"@stacksjs/utils": "workspace:*", | ||
"vitest": "^0.25.6" | ||
"vitest": "^0.26.1" | ||
}, | ||
"devDependencies": { | ||
"mkdist": "^1.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/datetime", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks datetime helpers.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -36,7 +36,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/desktop", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks Desktop engine.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -34,7 +34,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
@@ -43,7 +43,7 @@ | |
"typecheck": "tsc --noEmit" | ||
}, | ||
"peerDependencies": { | ||
"vitest": "^0.25.6" | ||
"vitest": "^0.26.1" | ||
}, | ||
"devDependencies": { | ||
"mkdist": "^1.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@stacksjs/docs", | ||
"type": "module", | ||
"version": "0.41.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "The Stacks way to document.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
|
@@ -34,7 +34,7 @@ | |
], | ||
"engines": { | ||
"node": ">=v18.12.1", | ||
"pnpm": ">=7.18.1" | ||
"pnpm": ">=7.18.2" | ||
}, | ||
"scripts": { | ||
"build": "mkdist -d", | ||
|
@@ -43,7 +43,7 @@ | |
"typecheck": "tsc --noEmit" | ||
}, | ||
"peerDependencies": { | ||
"vitepress": "1.0.0-alpha.30" | ||
"vitepress": "1.0.0-alpha.33" | ||
}, | ||
"devDependencies": { | ||
"mkdist": "^1.0.0", | ||
|
Oops, something went wrong.