Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 1, 2022
1 parent b66403d commit 20fcaf8
Show file tree
Hide file tree
Showing 45 changed files with 1,068 additions and 1,190 deletions.
6 changes: 3 additions & 3 deletions .stacks/buddy/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/buddy",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks runtime, named Buddy.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"buddy": "esno ./src/cli.ts",
Expand Down Expand Up @@ -172,7 +172,7 @@
},
"devDependencies": {
"only-allow": "^1.1.1",
"pnpm": ">=7.16.1",
"pnpm": ">=7.17.1",
"typescript": "^4.9.3"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion .stacks/components/vue/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "hello-world-vue",
"type": "module",
"version": "",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "Your Vue component library description",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/components/web/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "hello-world-elements",
"type": "module",
"version": "",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "Your framework agnostic web component library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions .stacks/core/actions/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/actions",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks actions.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -54,7 +54,7 @@
"@stacksjs/utils": "workspace:*",
"@stacksjs/x-ray": "workspace:*",
"markdown-it": "^13.0.1",
"vue-component-meta": "^1.0.9"
"vue-component-meta": "^1.0.10"
},
"devDependencies": {
"mkdist": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions .stacks/core/arrays/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/arrays",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks array utilities.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand Down
6 changes: 3 additions & 3 deletions .stacks/core/auth/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/auth",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "A more simplistic way to authenticate.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -42,7 +42,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vitest": "^0.25.2"
"vitest": "^0.25.3"
},
"devDependencies": {
"mkdist": "^1.0.0",
Expand Down
14 changes: 7 additions & 7 deletions .stacks/core/build/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/build",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks framework build tools and configurations.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -51,18 +51,18 @@
"@stacksjs/utils": "workspace:*",
"@vitejs/plugin-vue": "^3.2.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.6.1",
"markdown-it-shiki": "^0.7.2",
"unbuild": "^1.0.1",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.2.4",
"vite-plugin-inspect": "^0.7.8",
"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-vue-layouts": "^0.7.0",
"vite-plugin-vue-markdown": "^0.22.1",
"vite-ssg": "^0.21.2",
"vite-ssg": "^0.22.0",
"vite-ssg-sitemap": "^0.4.3",
"vue-docgen-web-types": "^0.1.8",
"vue-i18n": "^9.2.2"
Expand Down
12 changes: 6 additions & 6 deletions .stacks/core/cache/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/cache",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks way to test.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -47,17 +47,17 @@
"peerDependencies": {
"@stacksjs/config": "workspace:*",
"memcached": "^2.2.2",
"redis": "^4.5.0",
"vitest": "^0.25.2"
"redis": "^4.5.1",
"vitest": "^0.25.3"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.212.0",
"@aws-sdk/client-dynamodb": "^3.218.0",
"memcached": "^2.2.2",
"memjs": "^1.3.0"
},
"devDependencies": {
"mkdist": "^1.0.0",
"typescript": "^4.9.3",
"vitest": "^0.25.2"
"vitest": "^0.25.3"
}
}
4 changes: 2 additions & 2 deletions .stacks/core/cli/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/cli",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The simple way to create beautiful CLIs.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand Down
6 changes: 3 additions & 3 deletions .stacks/core/cloud/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/cloud",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks cloud/serverless integration & implementation.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -46,7 +46,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vitest": "^0.25.2"
"vitest": "^0.25.3"
},
"devDependencies": {
"mkdist": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions .stacks/core/collections/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/collections",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks collections.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand Down
4 changes: 2 additions & 2 deletions .stacks/core/config/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/config",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks configuration.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "unbuild",
Expand Down
4 changes: 2 additions & 2 deletions .stacks/core/dashboard/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/dashboard",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks Dashboard.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand Down
8 changes: 4 additions & 4 deletions .stacks/core/database/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/database",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks database integration.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -48,9 +48,9 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@prisma/client": "^4.6.1",
"@prisma/client": "^4.7.0",
"@stacksjs/utils": "workspace:*",
"vitest": "^0.25.2"
"vitest": "^0.25.3"
},
"devDependencies": {
"mkdist": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions .stacks/core/datetime/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/datetime",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks datetime helpers.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand Down
6 changes: 3 additions & 3 deletions .stacks/core/desktop/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/desktop",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks Desktop engine.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -43,7 +43,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vitest": "^0.25.2"
"vitest": "^0.25.3"
},
"devDependencies": {
"mkdist": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions .stacks/core/docs/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/docs",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.17.1",
"description": "The Stacks way to document.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.1"
"pnpm": ">=7.17.1"
},
"scripts": {
"build": "mkdist -d",
Expand Down

0 comments on commit 20fcaf8

Please sign in to comment.