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 Nov 21, 2022
1 parent b943508 commit 3fc6577
Show file tree
Hide file tree
Showing 7 changed files with 189 additions and 185 deletions.
4 changes: 2 additions & 2 deletions .stacks/artisan/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "artisan-init",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@7.17.0",
"description": "Artisan core.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.0"
"pnpm": ">=7.17.0"
},
"scripts": {
"artisan": "pnpm run dev && node cli.mjs",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/functions/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/hello-world-fx",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@7.17.0",
"description": "Your function library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
16 changes: 8 additions & 8 deletions .stacks/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/framework",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@7.17.0",
"description": "The Stacks framework core.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -55,7 +55,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.0"
"pnpm": ">=7.17.0"
},
"scripts": {
"preinstall": "only-allow pnpm",
Expand Down Expand Up @@ -103,7 +103,7 @@
"@iconify-json/heroicons-solid": "^1.1.5",
"@jsdevtools/ez-spawn": "^3.0.4",
"@julr/unocss-preset-forms": "^0.0.2",
"@ow3/eslint-config": "^0.33.10",
"@ow3/eslint-config": "^0.33.11",
"@rollup/pluginutils": "^5.0.2",
"@types/bcryptjs": "^2.4.2",
"@types/crypto-js": "^4.1.1",
Expand Down Expand Up @@ -132,14 +132,14 @@
"cz-git": "^1.3.12",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"esno": "^0.16.3",
"events": "^3.3.0",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"giget": "^0.1.7",
"jiti": "^1.16.0",
"js-base64": "^3.7.2",
"js-base64": "^3.7.3",
"lint-staged": "^13.0.3",
"local-pkg": "^0.4.2",
"minimatch": "^5.1.0",
Expand All @@ -148,13 +148,13 @@
"pathe": "^0.3.9",
"rimraf": "^3.0.2",
"simple-git-hooks": "^2.8.1",
"typescript": "^4.8.4",
"typescript": "^4.9.3",
"unbuild": "^0.9.4",
"unocss": "^0.46.5",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.3",
"vite-plugin-inspect": "^0.7.8",
"vite": "^3.2.4",
"vite-plugin-inspect": "^0.7.9",
"vitepress": "1.0.0-alpha.29",
"vitest": "^0.25.2",
"vue": "^3.2.45",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/vue-components/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/hello-world-vue",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@7.17.0",
"description": "Your Vue component library description",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/web-components/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/hello-world-elements",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@7.17.0",
"description": "Your framework agnostic web component library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/calendar",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@7.17.0",
"description": "Develop modern framework-agnostic web apps & libraries, faster.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.0"
"pnpm": ">=7.17.0"
},
"scripts": {
"artisan": "jiti .stacks/artisan/src/index.ts",
Expand Down

0 comments on commit 3fc6577

Please sign in to comment.