Skip to content

Commit 9a12223

Browse files
committed
Add major pinning version for dev dependencies
I think that in the long run, continuous integration is better than avoiding dependency breaks, but not everyone is comforatble with that approach.
1 parent f78e81f commit 9a12223

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"vfile-reporter": "^8.0.0"
2929
},
3030
"devDependencies": {
31-
"dotenv": "*",
32-
"eslint": "*",
33-
"eslint-import-resolver-node": "*",
34-
"eslint-plugin-import": "*"
31+
"dotenv": "^16.3.1",
32+
"eslint": "^8.47.0",
33+
"eslint-import-resolver-node": "^0.3.9",
34+
"eslint-plugin-import": "^2.28.0"
3535
}
3636
}

0 commit comments

Comments
 (0)