Skip to content

Commit a4daa0e

Browse files
committed
chore(deps): refresh lock file with strict peer deps
1 parent 91940f9 commit a4daa0e

File tree

3 files changed

+40
-34
lines changed

3 files changed

+40
-34
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ enable-pre-post-scripts=true
33
public-hoist-pattern[]=*eslint*
44
public-hoist-pattern[]=*prettier*
55
public-hoist-pattern[]=*vitest*
6-
strict-peer-deps=true
6+
strict-peer-dependencies=true

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
"onlyBuiltDependencies": [
6868
"@swc/core",
6969
"esbuild"
70-
]
70+
],
71+
"overrides": {
72+
"eslint": "9.19.0"
73+
}
7174
}
7275
}

pnpm-lock.yaml

Lines changed: 35 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)