Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 2, 2024
1 parent a016ff0 commit cb4489d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"packages/*"
],
"devDependencies": {
"@moonrepo/cli": "^1.25.1",
"playwright": "^1.44.1"
"@moonrepo/cli": "1.25.1",
"playwright": "1.44.1"
},
"packageManager": "yarn@4.1.1+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781"
}
6 changes: 3 additions & 3 deletions packages/playground-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"nuxt": "^3.11.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"nuxt": "3.11.2",
"vue": "3.4.27",
"vue-router": "4.3.2"
},
"dependencies": {
"vue-recaptcha": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions packages/playground-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"vue-recaptcha": "workspace:^"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.2.12"
"@vitejs/plugin-vue": "5.0.5",
"vite": "5.2.12"
}
}
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ __metadata:
languageName: node
linkType: hard

"@moonrepo/cli@npm:^1.25.1":
"@moonrepo/cli@npm:1.25.1":
version: 1.25.1
resolution: "@moonrepo/cli@npm:1.25.1"
dependencies:
Expand Down Expand Up @@ -3623,7 +3623,7 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-vue@npm:5.0.5, @vitejs/plugin-vue@npm:^5.0.4, @vitejs/plugin-vue@npm:^5.0.5":
"@vitejs/plugin-vue@npm:5.0.5, @vitejs/plugin-vue@npm:^5.0.4":
version: 5.0.5
resolution: "@vitejs/plugin-vue@npm:5.0.5"
peerDependencies:
Expand Down Expand Up @@ -3818,19 +3818,19 @@ __metadata:
version: 0.0.0-use.local
resolution: "@vue-recaptcha/playground-nuxt@workspace:packages/playground-nuxt"
dependencies:
nuxt: "npm:^3.11.1"
vue: "npm:^3.4.27"
nuxt: "npm:3.11.2"
vue: "npm:3.4.27"
vue-recaptcha: "workspace:^"
vue-router: "npm:^4.3.2"
vue-router: "npm:4.3.2"
languageName: unknown
linkType: soft

"@vue-recaptcha/playground-vite@workspace:packages/playground-vite":
version: 0.0.0-use.local
resolution: "@vue-recaptcha/playground-vite@workspace:packages/playground-vite"
dependencies:
"@vitejs/plugin-vue": "npm:^5.0.5"
vite: "npm:^5.2.12"
"@vitejs/plugin-vue": "npm:5.0.5"
vite: "npm:5.2.12"
vue: "npm:^3.4.27"
vue-recaptcha: "workspace:^"
languageName: unknown
Expand Down Expand Up @@ -11581,7 +11581,7 @@ __metadata:
languageName: node
linkType: hard

"nuxt@npm:3.11.2, nuxt@npm:^3.11.1":
"nuxt@npm:3.11.2":
version: 3.11.2
resolution: "nuxt@npm:3.11.2"
dependencies:
Expand Down Expand Up @@ -12284,7 +12284,7 @@ __metadata:
languageName: node
linkType: hard

"playwright@npm:1.44.1, playwright@npm:^1.44.1":
"playwright@npm:1.44.1":
version: 1.44.1
resolution: "playwright@npm:1.44.1"
dependencies:
Expand Down Expand Up @@ -13410,8 +13410,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@moonrepo/cli": "npm:^1.25.1"
playwright: "npm:^1.44.1"
"@moonrepo/cli": "npm:1.25.1"
playwright: "npm:1.44.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -15356,7 +15356,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.2.12, vite@npm:^5.0.0, vite@npm:^5.2.12, vite@npm:^5.2.8":
"vite@npm:5.2.12, vite@npm:^5.0.0, vite@npm:^5.2.8":
version: 5.2.12
resolution: "vite@npm:5.2.12"
dependencies:
Expand Down Expand Up @@ -15646,7 +15646,7 @@ __metadata:
languageName: node
linkType: hard

"vue-router@npm:^4.3.0, vue-router@npm:^4.3.2":
"vue-router@npm:4.3.2, vue-router@npm:^4.3.0":
version: 4.3.2
resolution: "vue-router@npm:4.3.2"
dependencies:
Expand Down

0 comments on commit cb4489d

Please sign in to comment.