Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1691)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 8ba9f33 commit 3696db7
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 8.x.x
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 8.x.x
run_install: true
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": false,
"version": "4.6.3",
"engines": {
"node": ">=14"
"node": ">=v14.21.3"
},
"pnpm": {
"peerDependencyRules": {
Expand Down Expand Up @@ -61,8 +61,8 @@
"@floating-ui/react-dom": "2.0.1",
"@formkit/auto-animate": "1.0.0-beta.6",
"@mx-space/api-client": "1.5.1",
"@sentry/nextjs": "7.64.0",
"axios": "1.4.0",
"@sentry/nextjs": "7.66.0",
"axios": "1.5.0",
"clsx": "1.2.1",
"dayjs": "1.11.9",
"devtools-detector": "2.0.14",
Expand All @@ -73,7 +73,7 @@
"markdown-escape": "2.0.0",
"markdown-to-jsx": "npm:@innei/[email protected]",
"medium-zoom": "1.0.8",
"mermaid": "10.3.1",
"mermaid": "10.4.0",
"next": "13.4.19",
"next-seo": "6.1.0",
"next-suspense": "0.2.3",
Expand Down Expand Up @@ -116,7 +116,7 @@
"@types/validator": "13.11.1",
"cross-env": "7.0.3",
"dotenv": "16.3.1",
"eslint": "8.47.0",
"eslint": "8.48.0",
"husky": "8.0.3",
"js-yaml": "4.1.0",
"lint-staged": "14.0.1",
Expand All @@ -129,7 +129,7 @@
"prettier": "3.0.2",
"rimraf": "5.0.1",
"tilg": "0.1.1",
"typescript": "5.1.6",
"typescript": "5.2.2",
"windicss": "3.5.6",
"windicss-webpack-plugin": "1.7.8",
"zx": "7.2.3"
Expand Down
Loading

1 comment on commit 3696db7

@vercel
Copy link

@vercel vercel bot commented on 3696db7 Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.