Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 17, 2023
1 parent 386ee02 commit a09949b
Show file tree
Hide file tree
Showing 42 changed files with 1,238 additions and 1,135 deletions.
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
18.12.1
18.13.0
8 changes: 4 additions & 4 deletions .stacks/buddy/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/buddy",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.25.0",
"description": "The Stacks runtime, named Buddy.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -50,8 +50,8 @@
"README.md"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.21.0"
"node": ">=v18.13.0",
"pnpm": ">=7.25.0"
},
"scripts": {
"add": "pnpm buddy add",
Expand Down Expand Up @@ -177,7 +177,7 @@
},
"devDependencies": {
"only-allow": "^1.1.1",
"pnpm": ">=7.21.0",
"pnpm": ">=7.25.0",
"typescript": "^4.9.4"
},
"web-types": "./web-types.json"
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.21.0",
"packageManager": "pnpm@7.25.0",
"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.21.0",
"packageManager": "pnpm@7.25.0",
"description": "Your framework agnostic web component library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions .stacks/core/actions/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/actions",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.25.0",
"description": "The Stacks actions.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -36,8 +36,8 @@
"README.md"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.21.0"
"node": ">=v18.13.0",
"pnpm": ">=7.25.0"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -54,10 +54,10 @@
"@stacksjs/utils": "workspace:*",
"@stacksjs/x-ray": "workspace:*",
"markdown-it": "^13.0.1",
"vue-component-meta": "^1.0.19"
"vue-component-meta": "^1.0.24"
},
"devDependencies": {
"mkdist": "^1.0.0",
"mkdist": "^1.1.0",
"typescript": "^4.9.4"
}
}
8 changes: 4 additions & 4 deletions .stacks/core/arrays/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/arrays",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.25.0",
"description": "The Stacks array utilities.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -35,8 +35,8 @@
"README.md"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.21.0"
"node": ">=v18.13.0",
"pnpm": ">=7.25.0"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -45,7 +45,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"mkdist": "^1.0.0",
"mkdist": "^1.1.0",
"typescript": "^4.9.4"
}
}
10 changes: 5 additions & 5 deletions .stacks/core/auth/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/auth",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.25.0",
"description": "A more simplistic way to authenticate.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -32,8 +32,8 @@
"README.md"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.21.0"
"node": ">=v18.13.0",
"pnpm": ">=7.25.0"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -42,10 +42,10 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vitest": "^0.26.3"
"vitest": "^0.27.2"
},
"devDependencies": {
"mkdist": "^1.0.0",
"mkdist": "^1.1.0",
"typescript": "^4.9.4"
}
}
16 changes: 8 additions & 8 deletions .stacks/core/build/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/build",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.25.0",
"description": "The Stacks framework build tools and configurations.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -34,8 +34,8 @@
"README.md"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.21.0"
"node": ">=v18.13.0",
"pnpm": ">=7.25.0"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -52,13 +52,13 @@
"@vitejs/plugin-vue": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.7.2",
"unbuild": "^1.0.2",
"unbuild": "^1.1.1",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.3",
"vite-plugin-inspect": "^0.7.12",
"vite": "^4.0.4",
"vite-plugin-inspect": "^0.7.14",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-pwa": "^0.14.0",
"vite-plugin-pwa": "^0.14.1",
"vite-plugin-vue-component-preview": "^0.3.4",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vue-markdown": "^0.22.2",
Expand All @@ -68,7 +68,7 @@
"vue-i18n": "^9.2.2"
},
"devDependencies": {
"mkdist": "^1.0.0",
"mkdist": "^1.1.0",
"typescript": "^4.9.4"
}
}
14 changes: 7 additions & 7 deletions .stacks/core/cache/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/cache",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.25.0",
"description": "The Stacks way to test.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -35,8 +35,8 @@
"README.md"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.21.0"
"node": ">=v18.13.0",
"pnpm": ">=7.25.0"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -48,16 +48,16 @@
"@stacksjs/config": "workspace:*",
"memcached": "^2.2.2",
"redis": "^4.5.1",
"vitest": "^0.26.3"
"vitest": "^0.27.2"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.241.0",
"@aws-sdk/client-dynamodb": "^3.245.0",
"memcached": "^2.2.2",
"memjs": "^1.3.0"
},
"devDependencies": {
"mkdist": "^1.0.0",
"mkdist": "^1.1.0",
"typescript": "^4.9.4",
"vitest": "^0.26.3"
"vitest": "^0.27.2"
}
}
8 changes: 4 additions & 4 deletions .stacks/core/cli/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/cli",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.25.0",
"description": "The simple way to create beautiful CLIs.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -40,8 +40,8 @@
"README.md"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.21.0"
"node": ">=v18.13.0",
"pnpm": ">=7.25.0"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -62,6 +62,6 @@
},
"devDependencies": {
"esno": "^0.16.3",
"mkdist": "^1.0.0"
"mkdist": "^1.1.0"
}
}
10 changes: 5 additions & 5 deletions .stacks/core/cloud/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/cloud",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.25.0",
"description": "The Stacks cloud/serverless integration & implementation.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -36,8 +36,8 @@
"README.md"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.21.0"
"node": ">=v18.13.0",
"pnpm": ">=7.25.0"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -46,10 +46,10 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vitest": "^0.26.3"
"vitest": "^0.27.2"
},
"devDependencies": {
"mkdist": "^1.0.0",
"mkdist": "^1.1.0",
"typescript": "^4.9.4"
}
}
8 changes: 4 additions & 4 deletions .stacks/core/collections/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/collections",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.25.0",
"description": "The Stacks collections.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -36,8 +36,8 @@
"README.md"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.21.0"
"node": ">=v18.13.0",
"pnpm": ">=7.25.0"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -49,7 +49,7 @@
"collect.js": "^4.34.3"
},
"devDependencies": {
"mkdist": "^1.0.0",
"mkdist": "^1.1.0",
"typescript": "^4.9.4"
}
}
10 changes: 5 additions & 5 deletions .stacks/core/config/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/config",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.25.0",
"description": "The Stacks configuration.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -31,8 +31,8 @@
"README.md"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.21.0"
"node": ">=v18.13.0",
"pnpm": ">=7.25.0"
},
"scripts": {
"build": "unbuild",
Expand All @@ -44,8 +44,8 @@
"@stacksjs/utils": "workspace:*"
},
"devDependencies": {
"mkdist": "^1.0.0",
"mkdist": "^1.1.0",
"typescript": "^4.9.4",
"unbuild": "^1.0.2"
"unbuild": "^1.1.1"
}
}
8 changes: 4 additions & 4 deletions .stacks/core/dashboard/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/dashboard",
"type": "module",
"version": "0.41.1",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.25.0",
"description": "The Stacks Dashboard.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -36,8 +36,8 @@
"README.md"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.21.0"
"node": ">=v18.13.0",
"pnpm": ">=7.25.0"
},
"scripts": {
"build": "mkdist -d",
Expand All @@ -47,6 +47,6 @@
},
"peerDependencies": {},
"devDependencies": {
"mkdist": "^1.0.0"
"mkdist": "^1.1.0"
}
}

0 comments on commit a09949b

Please sign in to comment.