Skip to content

Commit 40d68dc

Browse files
andrewdhazlettJamieMason
authored andcommitted
feat: use semver ranges for production dependencies
Closes #58 Closes #59
1 parent 34c519d commit 40d68dc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"Triston Jones (https://github.com/TristonJ)"
2020
],
2121
"dependencies": {
22-
"@typescript-eslint/types": "8.19.1",
23-
"@typescript-eslint/utils": "8.19.1"
22+
"@typescript-eslint/types": "^8.19.1",
23+
"@typescript-eslint/utils": "^8.19.1"
2424
},
2525
"exports": {
2626
".": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)