Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2022
1 parent e97e720 commit a56a735
Show file tree
Hide file tree
Showing 9 changed files with 370 additions and 61 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0

- name: checkout code repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0

- name: checkout code repository
uses: actions/checkout@v3
Expand All @@ -69,7 +69,7 @@ jobs:

steps:
- name: cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0

- name: checkout code repository
uses: actions/checkout@v3
Expand All @@ -93,7 +93,7 @@ jobs:
if: ${{ false == contains(github.ref, 'changeset') && github.repository == 'monots/monots' }}
steps:
- name: cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0

- name: checkout code repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: haya14busa/action-workflow_run-status@v1

- name: cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0

- name: checkout code repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
v16.15.0
16.17.1
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -76,9 +76,9 @@
"tsx": "^3.4.2",
"typescript": "^4.7.2",
"vite": "^2.9.9",
"vitest": "^0.13.0"
"vitest": "^0.23.0"
},
"packageManager": "pnpm@7.1.7",
"packageManager": "pnpm@7.12.2",
"engines": {
"node": ">=16.9",
"pnpm": ">=6"
Expand Down
2 changes: 1 addition & 1 deletion packages/load-esm-config/package.json
Expand Up @@ -32,7 +32,7 @@
"@monots/utils": "^0.5.0",
"chalk": "^5.0.1",
"chalk-template": "^0.4.0",
"esbuild": "^0.14.41",
"esbuild": "^0.15.0",
"find-up": "^6.3.0",
"read-pkg-up": "^9.1.0",
"type-fest": "^2.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/monots__cli/package.json
Expand Up @@ -31,7 +31,7 @@
"chalk": "^5.0.1",
"chalk-template": "^0.4.0",
"clipanion": "^3.1.0",
"esbuild": "^0.14.41",
"esbuild": "^0.15.0",
"esbuild-register": "^3.3.2",
"ora": "^6.1.0",
"type-fest": "^2.13.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/monots__core/package.json
Expand Up @@ -53,7 +53,7 @@
"chalk-template": "^0.4.0",
"del": "^6.1.1",
"detect-indent": "^7.0.0",
"esbuild": "^0.14.41",
"esbuild": "^0.15.0",
"esbuild-register": "^3.3.2",
"execa": "^6.1.0",
"fast-deep-equal": "^3.1.3",
Expand All @@ -69,10 +69,10 @@
"rollup": "^2.75.0",
"rollup-plugin-esbuild": "^4.9.1",
"sort-keys": "^5.0.0",
"superstruct": "^0.15.4",
"superstruct": "^0.16.0",
"superstruct-extra": "^0.2.0",
"ts-entries": "^1.2.0",
"ts-extras": "^0.10.2",
"ts-extras": "^0.11.0",
"typanion": "^3.9.0",
"type-fest": "^2.13.0",
"update-notifier": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/superstruct-extra/package.json
Expand Up @@ -36,7 +36,7 @@
"type-fest": "^2.13.0"
},
"devDependencies": {
"superstruct": "^0.15.4"
"superstruct": "^0.16.0"
},
"peerDependencies": {
"superstruct": "*"
Expand Down

0 comments on commit a56a735

Please sign in to comment.