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 Apr 15, 2024
1 parent 3d16e0f commit 66c6718
Show file tree
Hide file tree
Showing 8 changed files with 3,539 additions and 1,498 deletions.
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
18.12.1
18.20.2
12 changes: 6 additions & 6 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.33.7",
"description": "Artisan core.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,8 @@
"*.mjs"
],
"engines": {
"node": ">=v18.12.1",
"pnpm": ">=7.16.0"
"node": ">=18.20.2",
"pnpm": ">=7.33.7"
},
"scripts": {
"artisan": "pnpm run dev && node cli.mjs",
Expand All @@ -53,9 +53,9 @@
"dependencies": {
"@jsdevtools/ez-spawn": "^3.0.4",
"cac": "^6.7.14",
"giget": "^1.0.0",
"kolorist": "^1.6.0",
"pathe": "^1.0.0"
"giget": "^1.2.3",
"kolorist": "^1.8.0",
"pathe": "^1.1.2"
},
"devDependencies": {
"unbuild": "^0.9.4"
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.33.7",
"description": "Your function library description.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down
94 changes: 47 additions & 47 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.33.7",
"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.1",
"pnpm": ">=7.16.0"
"node": ">=18.20.2",
"pnpm": ">=7.33.7"
},
"scripts": {
"preinstall": "only-allow pnpm",
Expand Down Expand Up @@ -98,67 +98,67 @@
"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.24.0",
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/heroicons-solid": "^1.1.11",
"@jsdevtools/ez-spawn": "^3.0.4",
"@julr/unocss-preset-forms": "^0.0.2",
"@ow3/eslint-config": "^0.33.10",
"@rollup/pluginutils": "^5.0.2",
"@types/bcryptjs": "^2.4.2",
"@types/crypto-js": "^4.1.1",
"@julr/unocss-preset-forms": "^0.1.0",
"@ow3/eslint-config": "^0.47.3",
"@rollup/pluginutils": "^5.1.0",
"@types/bcryptjs": "^2.4.6",
"@types/crypto-js": "^4.2.2",
"@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.5",
"@unocss/transformer-compile-class": "^0.46.5",
"@unocss/vite": "^0.46.5",
"@types/node": "^18.19.31",
"@types/prompts": "^2.4.9",
"@unocss/preset-icons": "^0.59.2",
"@unocss/transformer-compile-class": "^0.59.2",
"@unocss/vite": "^0.59.2",
"@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.34.6",
"@vueuse/core": "^9.13.0",
"@vueuse/math": "^9.13.0",
"@vueuse/shared": "^9.13.0",
"artisan-init": "workspace:*",
"bcryptjs": "^2.4.3",
"bumpp": "^8.2.1",
"cac": "^6.7.14",
"change-case": "^4.1.2",
"collect.js": "^4.34.3",
"commitizen": "^4.2.5",
"collect.js": "^4.36.1",
"commitizen": "^4.3.0",
"consola": "^2.15.3",
"conventional-changelog-cli": "^2.2.2",
"crypto-js": "^4.1.1",
"cz-git": "^1.3.12",
"crypto-js": "^4.2.0",
"cz-git": "^1.9.1",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"eslint": "^8.27.0",
"esno": "^0.16.3",
"detect-newline": "^4.0.1",
"eslint": "^8.57.0",
"esno": "^0.17.0",
"events": "^3.3.0",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.2",
"fs-extra": "^10.1.0",
"giget": "^1.0.0",
"jiti": "^1.16.0",
"js-base64": "^3.7.2",
"lint-staged": "^13.0.3",
"local-pkg": "^0.4.2",
"minimatch": "^5.1.0",
"giget": "^1.2.3",
"jiti": "^1.21.0",
"js-base64": "^3.7.7",
"lint-staged": "^13.3.0",
"local-pkg": "^0.5.0",
"minimatch": "^5.1.6",
"nitropack": "^0.6.1",
"only-allow": "^1.1.1",
"pathe": "^1.0.0",
"only-allow": "^1.2.1",
"pathe": "^1.1.2",
"rimraf": "^3.0.2",
"simple-git-hooks": "^2.8.1",
"typescript": "^4.8.4",
"simple-git-hooks": "^2.11.1",
"typescript": "^4.9.5",
"unbuild": "^0.9.4",
"unocss": "^0.46.5",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^4.0.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"
"unocss": "^0.59.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.5.3",
"vite-plugin-inspect": "^0.8.3",
"vitepress": "1.1.0",
"vitest": "^0.34.6",
"vue": "^3.4.22",
"vue-tsc": "^1.8.27"
},
"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.33.7",
"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.33.7",
"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/calendar",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@7.16.0",
"packageManager": "pnpm@7.33.7",
"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.1",
"pnpm": ">=7.16.0"
"node": ">=18.20.2",
"pnpm": ">=7.33.7"
},
"scripts": {
"artisan": "jiti .stacks/artisan/src/index.ts",
Expand Down

0 comments on commit 66c6718

Please sign in to comment.