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 b943508 commit 03e43ff
Show file tree
Hide file tree
Showing 7 changed files with 475 additions and 514 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.1",
"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.1"
},
"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.1",
"description": "Your function library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
52 changes: 26 additions & 26 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.1",
"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.1"
},
"scripts": {
"preinstall": "only-allow pnpm",
Expand Down Expand Up @@ -98,27 +98,27 @@
"key:generate": "pnpm artisan key:generate"
},
"dependencies": {
"@babel/types": "^7.20.2",
"@iconify-json/heroicons-outline": "^1.1.4",
"@iconify-json/heroicons-solid": "^1.1.5",
"@babel/types": "^7.20.5",
"@iconify-json/heroicons-outline": "^1.1.5",
"@iconify-json/heroicons-solid": "^1.1.6",
"@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",
"@types/fs-extra": "^9.0.13",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.11.9",
"@types/node": "^18.11.10",
"@types/prompts": "^2.4.1",
"@unocss/preset-icons": "^0.46.5",
"@unocss/transformer-compile-class": "^0.46.5",
"@unocss/vite": "^0.46.5",
"@unocss/preset-icons": "^0.47.4",
"@unocss/transformer-compile-class": "^0.47.4",
"@unocss/vite": "^0.47.4",
"@vitejs/plugin-vue": "^3.2.0",
"@vitest/coverage-istanbul": "^0.25.2",
"@vueuse/core": "^9.5.0",
"@vueuse/math": "^9.5.0",
"@vueuse/shared": "^9.5.0",
"@vitest/coverage-istanbul": "^0.25.3",
"@vueuse/core": "^9.6.0",
"@vueuse/math": "^9.6.0",
"@vueuse/shared": "^9.6.0",
"artisan-init": "workspace:*",
"bcryptjs": "^2.4.3",
"bumpp": "^8.2.1",
Expand All @@ -132,33 +132,33 @@
"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",
"lint-staged": "^13.0.3",
"js-base64": "^3.7.3",
"lint-staged": "^13.0.4",
"local-pkg": "^0.4.2",
"minimatch": "^5.1.0",
"minimatch": "^5.1.1",
"nitropack": "^0.6.1",
"only-allow": "^1.1.1",
"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",
"unocss": "^0.47.4",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.2.4",
"vite-plugin-inspect": "^0.7.9",
"vitepress": "1.0.0-alpha.29",
"vitest": "^0.25.2",
"vitest": "^0.25.3",
"vue": "^3.2.45",
"vue-tsc": "^1.0.9"
"vue-tsc": "^1.0.10"
},
"pnpm": {
"peerDependencyRules": {
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.1",
"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.1",
"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.1",
"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.1"
},
"scripts": {
"artisan": "jiti .stacks/artisan/src/index.ts",
Expand Down

0 comments on commit 03e43ff

Please sign in to comment.