Skip to content

Commit

Permalink
fix(deps): extend dependency range
Browse files Browse the repository at this point in the history
See #142
  • Loading branch information
dargmuesli committed Sep 18, 2023
1 parent b9c9943 commit 531f3e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"prepare": "husky install"
},
"dependencies": {
"@nuxt/kit": "3.7.3",
"@sindresorhus/slugify": "2.2.1",
"css-vars-ponyfill": "2.4.8",
"string-replace-loader": "3.1.0"
"@nuxt/kit": "^3.7.3",
"@sindresorhus/slugify": "^2.2.1",
"css-vars-ponyfill": "^2.4.8",
"string-replace-loader": "^3.1.0"
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
Expand Down
13 changes: 9 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 531f3e6

Please sign in to comment.