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] authored Jul 2, 2022
1 parent 2fa8fb8 commit e45ae26
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 206 deletions.
18 changes: 9 additions & 9 deletions .stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ow3/stacks",
"version": "0.23.0",
"private": true,
"packageManager": "pnpm@7.4.1",
"packageManager": "pnpm@7.5.0",
"description": "The core of the component library and Stacks framework.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -52,7 +52,7 @@
],
"engines": {
"node": ">=v16.15.1",
"pnpm": ">=7.4.1"
"pnpm": ">=7.5.0"
},
"scripts": {
"make:component": "wip",
Expand Down Expand Up @@ -97,8 +97,8 @@
"@iconify-json/heroicons-solid": "^1.1.2",
"@ow3/eslint-config": "^0.27.6",
"@types/node": "^17.0.31",
"@unocss/preset-icons": "^0.42.0",
"@unocss/transformer-compile-class": "^0.42.0",
"@unocss/preset-icons": "^0.43.0",
"@unocss/transformer-compile-class": "^0.43.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"@vueuse/core": "^8.7.5",
Expand All @@ -108,8 +108,8 @@
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cypress": "^10.3.0",
"cz-git": "^1.3.8",
"eslint": "^8.18.0",
"cz-git": "^1.3.9",
"eslint": "^8.19.0",
"eslint-plugin-cypress": "^2.12.1",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
Expand All @@ -119,9 +119,9 @@
"simple-git-hooks": "^2.8.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"unocss": "^0.42.0",
"unocss": "^0.43.0",
"unplugin-auto-import": "^0.9.2",
"unplugin-vue-components": "^0.20.1",
"unplugin-vue-components": "^0.21.0",
"vite": "^2.9.13",
"vite-plugin-inspect": "^0.5.1",
"vitest": "^0.16.0",
Expand All @@ -130,7 +130,7 @@
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@unocss/vite": "^0.42.0"
"@unocss/vite": "^0.43.0"
},
"build": {
"entries": [
Expand Down
4 changes: 2 additions & 2 deletions components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ow3/hello-world-stack",
"version": "0.23.0",
"packageManager": "pnpm@7.4.1",
"packageManager": "pnpm@7.5.0",
"description": "A Component Library source.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
],
"engines": {
"node": ">=v16.15.1",
"pnpm": ">=7.4.1"
"pnpm": ">=7.5.0"
},
"scripts": {
"dev": "unbuild --stub",
Expand Down
4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ow3/hello-world-functions",
"version": "0.23.0",
"packageManager": "pnpm@7.4.1",
"packageManager": "pnpm@7.5.0",
"description": "A dummy library of composable functions.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"engines": {
"node": ">=v16.15.1",
"pnpm": ">=7.4.1"
"pnpm": ">=7.5.0"
},
"scripts": {
"dev": "unbuild --stub",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ow3/stacks-monorepo",
"version": "0.23.0",
"private": true,
"packageManager": "pnpm@7.4.1",
"packageManager": "pnpm@7.5.0",
"description": "The easy way to start your component library stack.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"engines": {
"node": ">=v16.15.1",
"pnpm": ">=7.4.1"
"pnpm": ">=7.5.0"
},
"scripts": {
"artisan": "esno ./.stacks/src/cli/run.ts",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playground",
"version": "0.23.0",
"private": true,
"packageManager": "pnpm@7.4.1",
"packageManager": "pnpm@7.5.0",
"description": "Your component playground.",
"author": "Chris Breuer",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
],
"engines": {
"node": ">=v16.15.1",
"pnpm": ">=7.4.1"
"pnpm": ">=7.5.0"
},
"scripts": {
"dev": "unbuild --stub",
Expand Down
Loading

0 comments on commit e45ae26

Please sign in to comment.