Skip to content

Commit 0feedba

Browse files
committed
fix(deps): pin deps
1 parent 4f33d7b commit 0feedba

File tree

2 files changed

+123
-39
lines changed

2 files changed

+123
-39
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,19 @@
2525
},
2626
"dependencies": {
2727
"@eslint/js": "8.57.0",
28+
"@next/eslint-plugin-next": "14.1.4",
2829
"@types/node": "20.11.26",
2930
"eslint": "8.57.0",
3031
"eslint-import-resolver-typescript": "3.6.1",
3132
"eslint-mdx": "3.1.5",
32-
"eslint-plugin-import-x": "^0.5.0",
33+
"eslint-plugin-import-x": "0.5.0",
3334
"eslint-plugin-mdx": "3.1.5",
3435
"eslint-plugin-react": "7.34.1",
3536
"eslint-plugin-react-hooks": "4.6.0",
3637
"eslint-plugin-simple-import-sort": "12.0.0",
37-
"eslint-plugin-unicorn": "^52.0.0",
38+
"eslint-plugin-unicorn": "52.0.0",
3839
"eslint-plugin-unused-imports": "3.1.0",
3940
"typescript": "5.2.2",
40-
"typescript-eslint": "^7.6.0"
41+
"typescript-eslint": "7.6.0"
4142
}
4243
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)