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 Oct 6, 2022
1 parent b5e3c54 commit f366f00
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 217 deletions.
2 changes: 1 addition & 1 deletion .stacks/artisan/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "artisan-init",
"type": "module",
"version": "0.33.5",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.13.2",
"description": "Artisan core.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/components/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/command-palette-vue",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.13.2",
"description": "Your Vue component library description",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/functions/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/command-palette-fx",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.13.2",
"description": "Your function library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
20 changes: 10 additions & 10 deletions .stacks/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/framework",
"type": "module",
"version": "0.33.5",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.13.2",
"description": "The Stacks framework core.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -53,7 +53,7 @@
],
"engines": {
"node": ">=v16.17.1",
"pnpm": ">=7.12.2"
"pnpm": ">=7.13.2"
},
"scripts": {
"preinstall": "only-allow pnpm",
Expand Down Expand Up @@ -99,22 +99,22 @@
"@iconify-json/heroicons-solid": "^1.1.5",
"@jsdevtools/ez-spawn": "^3.0.4",
"@julr/unocss-preset-forms": "^0.0.2",
"@ow3/eslint-config": "^0.29.1",
"@ow3/eslint-config": "^0.30.0",
"@rollup/pluginutils": "^4.2.1",
"@types/bcrypt": "^5.0.0",
"@types/crypto-js": "^4.1.1",
"@types/fs-extra": "^9.0.13",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.7.23",
"@types/prompts": "^2.0.14",
"@types/prompts": "^2.4.1",
"@unocss/preset-icons": "^0.45.26",
"@unocss/transformer-compile-class": "^0.45.26",
"@unocss/vite": "^0.45.26",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitest/coverage-istanbul": "^0.23.4",
"@vueuse/core": "^9.3.0",
"artisan-init": "workspace:*",
"bcrypt": "^5.0.1",
"bcrypt": "^5.1.0",
"bumpp": "^8.2.1",
"cac": "^6.7.14",
"change-case": "^4.1.2",
Expand Down Expand Up @@ -145,10 +145,10 @@
"unbuild": "^0.8.11",
"unocss": "^0.45.26",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.4",
"vite-plugin-inspect": "^0.7.4",
"vitepress": "1.0.0-alpha.17",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.6",
"vite-plugin-inspect": "^0.7.5",
"vitepress": "1.0.0-alpha.19",
"vitest": "^0.23.4",
"vue": "^3.2.40",
"vue-tsc": "^0.40.13"
Expand Down
2 changes: 1 addition & 1 deletion .stacks/web-components/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/command-palette-elements",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.13.2",
"description": "Your framework agnostic web component library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/command-palette",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.13.2",
"description": "The easy way to build your command palette.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"engines": {
"node": ">=v16.17.1",
"pnpm": ">=7.12.2"
"pnpm": ">=7.13.2"
},
"scripts": {
"artisan": "jiti .stacks/artisan/src/index.ts",
Expand Down Expand Up @@ -85,6 +85,6 @@
"@stacksjs/framework": "workspace:*"
},
"devDependencies": {
"@headlessui/vue": "^1.7.2"
"@headlessui/vue": "^1.7.3"
}
}

0 comments on commit f366f00

Please sign in to comment.