Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 0e1b3bc

Browse files
fix(deps): pin dependencies (#153)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b2e7d47 commit 0e1b3bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"validate": "npm run lint"
2323
},
2424
"dependencies": {
25-
"@typescript-eslint/parser": "^4.2.0",
26-
"eslint-config-airbnb": "^18.2.0",
27-
"eslint-config-airbnb-base": "^14.2.0"
25+
"@typescript-eslint/parser": "4.2.0",
26+
"eslint-config-airbnb": "18.2.0",
27+
"eslint-config-airbnb-base": "14.2.0"
2828
},
2929
"peerDependencies": {
3030
"@typescript-eslint/eslint-plugin": "^4.2.0"

0 commit comments

Comments
 (0)