Skip to content

Commit

Permalink
Merge pull request #9 from stacksjs/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
glennmichael123 committed Nov 15, 2022
2 parents dd82ee9 + 81090bf commit b943508
Show file tree
Hide file tree
Showing 8 changed files with 733 additions and 380 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.0
18.12.1
6 changes: 3 additions & 3 deletions .stacks/artisan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "artisan-init",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.14.1",
"packageManager": "pnpm@7.16.0",
"description": "Artisan core.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,8 @@
"*.mjs"
],
"engines": {
"node": ">=v18.12.0",
"pnpm": ">=7.14.1"
"node": ">=v18.12.1",
"pnpm": ">=7.16.0"
},
"scripts": {
"artisan": "pnpm run dev && node cli.mjs",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/hello-world-fx",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.14.1",
"packageManager": "pnpm@7.16.0",
"description": "Your function library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
40 changes: 20 additions & 20 deletions .stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/framework",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.14.1",
"packageManager": "pnpm@7.16.0",
"description": "The Stacks framework core.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -54,8 +54,8 @@
"components.d.ts"
],
"engines": {
"node": ">=v18.12.0",
"pnpm": ">=7.14.1"
"node": ">=v18.12.1",
"pnpm": ">=7.16.0"
},
"scripts": {
"preinstall": "only-allow pnpm",
Expand Down Expand Up @@ -98,27 +98,27 @@
"key:generate": "pnpm artisan key:generate"
},
"dependencies": {
"@babel/types": "^7.20.0",
"@babel/types": "^7.20.2",
"@iconify-json/heroicons-outline": "^1.1.4",
"@iconify-json/heroicons-solid": "^1.1.5",
"@jsdevtools/ez-spawn": "^3.0.4",
"@julr/unocss-preset-forms": "^0.0.2",
"@ow3/eslint-config": "^0.31.5",
"@ow3/eslint-config": "^0.33.10",
"@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/prompts": "^2.4.1",
"@unocss/preset-icons": "^0.46.2",
"@unocss/transformer-compile-class": "^0.46.2",
"@unocss/vite": "^0.46.2",
"@unocss/preset-icons": "^0.46.5",
"@unocss/transformer-compile-class": "^0.46.5",
"@unocss/vite": "^0.46.5",
"@vitejs/plugin-vue": "^3.2.0",
"@vitest/coverage-istanbul": "^0.24.5",
"@vueuse/core": "^9.4.0",
"@vueuse/math": "^9.4.0",
"@vueuse/shared": "^9.4.0",
"@vitest/coverage-istanbul": "^0.25.2",
"@vueuse/core": "^9.5.0",
"@vueuse/math": "^9.5.0",
"@vueuse/shared": "^9.5.0",
"artisan-init": "workspace:*",
"bcryptjs": "^2.4.3",
"bumpp": "^8.2.1",
Expand All @@ -132,7 +132,7 @@
"cz-git": "^1.3.12",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"esno": "^0.16.3",
"events": "^3.3.0",
"fast-glob": "^3.2.12",
Expand All @@ -143,21 +143,21 @@
"lint-staged": "^13.0.3",
"local-pkg": "^0.4.2",
"minimatch": "^5.1.0",
"nitropack": "^0.6.0",
"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",
"unbuild": "^0.9.4",
"unocss": "^0.46.2",
"unocss": "^0.46.5",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.2",
"vite-plugin-inspect": "^0.7.7",
"vitepress": "1.0.0-alpha.26",
"vitest": "^0.24.5",
"vue": "^3.2.41",
"vite": "^3.2.3",
"vite-plugin-inspect": "^0.7.8",
"vitepress": "1.0.0-alpha.29",
"vitest": "^0.25.2",
"vue": "^3.2.45",
"vue-tsc": "^1.0.9"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion .stacks/vue-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/hello-world-vue",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.14.1",
"packageManager": "pnpm@7.16.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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/hello-world-elements",
"type": "module",
"version": "0.34.0",
"packageManager": "pnpm@7.14.1",
"packageManager": "pnpm@7.16.0",
"description": "Your framework agnostic web component library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacksjs/calendar",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@7.14.1",
"packageManager": "pnpm@7.16.0",
"description": "Develop modern framework-agnostic web apps & libraries, faster.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -35,8 +35,8 @@
"Chris Breuer <chris@ow3.org>"
],
"engines": {
"node": ">=v18.12.0",
"pnpm": ">=7.14.1"
"node": ">=v18.12.1",
"pnpm": ">=7.16.0"
},
"scripts": {
"artisan": "jiti .stacks/artisan/src/index.ts",
Expand Down

0 comments on commit b943508

Please sign in to comment.