Skip to content

Commit

Permalink
Merge pull request #5 from JacobSamro/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSamro authored Oct 5, 2022
2 parents c4e9982 + d159b76 commit 22e2fe2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nuxt2-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"generate": "nuxt generate"
},
"dependencies": {
"nuxt": "^2.15.8"
"nuxt": "2.15.8"
},
"keywords": []
}
2 changes: 1 addition & 1 deletion nuxt2-playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5185,7 +5185,7 @@ num2fraction@^1.2.2:
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
integrity sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==

nuxt@^2.15.8:
nuxt@2.15.8:
version "2.15.8"
resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-2.15.8.tgz#946cba46bdaaf0e3918aa27fd9ea0fed8ed303b0"
integrity sha512-ceK3qLg/Baj7J8mK9bIxqw9AavrF+LXqwYEreBdY/a4Sj8YV4mIvhqea/6E7VTCNNGvKT2sJ/TTJjtfQ597lTA==
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxt/schema": "^3.0.0-rc.11",
"@nuxt/schema": "3.0.0-rc.11",
"@nuxtjs/eslint-config-typescript": "latest",
"eslint": "latest",
"nuxt": "^3.0.0-rc.11"
"nuxt": "3.0.0-rc.11"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
pathe "^0.2.0"
unbuild "^0.6.7"

"@nuxt/schema@3.0.0-rc.11", "@nuxt/schema@^3.0.0-rc.11":
"@nuxt/schema@3.0.0-rc.11":
version "3.0.0-rc.11"
resolved "https://registry.npmjs.org/@nuxt/schema/-/schema-3.0.0-rc.11.tgz"
integrity sha512-EIBYQeBxJ+JZ8RjPRGaXM9+vtWMHQ4HsqZIw5a+p6hqRLGf53fHANT4vjMQZA4fAYBnJZJI7dB/OXkfyb/kikA==
Expand Down Expand Up @@ -3987,7 +3987,7 @@ nuxi@3.0.0-rc.11:
optionalDependencies:
fsevents "~2.3.2"

nuxt@^3.0.0-rc.11:
nuxt@3.0.0-rc.11:
version "3.0.0-rc.11"
resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-3.0.0-rc.11.tgz#08f9861b71b68e322bf8f732f8b28956bb92219f"
integrity sha512-I0wyxPHnUoJBWoROKUx91PLKaAFZ/TsxSpcm3/jn/Ysq2RGU5Q3o9AzqT0YcXW4rgH35QPFvGpqopU9X0vS7Qw==
Expand Down

0 comments on commit 22e2fe2

Please sign in to comment.