Skip to content

Commit

Permalink
fix(deps): update dependency @manypkg/cli to v0.23.0 (#4501)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @manypkg/cli to v0.23.0

* fix: manypck

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matthias <[email protected]>
  • Loading branch information
renovate[bot] and matthprost authored Dec 9, 2024
1 parent 19c1d19 commit bfe450b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 22
cache: "pnpm"
- run: pnpm install --prod
- run: pnpm install
- name: Check PR title
env:
TITLE: ${{ github.event.pull_request.title }}
Expand Down
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default [
'**/.vitest/',
'**/coverage/',
'.storybook',
'eslint.config.mjs',
],
},
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
}
}
},
"dependencies": {
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
Expand All @@ -103,7 +103,7 @@
"@emotion/styled": "11.13.5",
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
"@manypkg/cli": "0.22.0",
"@manypkg/cli": "0.23.0",
"@scaleway/eslint-config-react": "4.0.9",
"@scaleway/tsconfig": "1.1.1",
"@size-limit/file": "11.1.6",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfe450b

Please sign in to comment.