Skip to content

Commit

Permalink
chore(deps): pin dependencies (#914)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 58d5800 commit 3bdc5f4
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 34 deletions.
4 changes: 2 additions & 2 deletions examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"vue-router": "^4.4.3"
},
"devDependencies": {
"@cucumber/cucumber": "^10.8.0",
"@cucumber/cucumber": "10.8.0",
"@nuxt/test-utils": "latest",
"ts-node": "^10.9.2"
"ts-node": "10.9.2"
}
}
10 changes: 5 additions & 5 deletions examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"@types/jest": "29.5.12",
"jest": "29.7.0",
"playwright-core": "1.46.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@playwright/test": "^1.46.0"
"@playwright/test": "1.46.0"
}
}
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@testing-library/vue": "8.1.0",
"happy-dom": "14.12.3",
"jsdom": "24.1.1",
"listhen": "^1.7.2",
"listhen": "1.7.2",
"nuxt": "3.12.4",
"typescript": "5.5.4",
"vitest": "2.0.4",
Expand Down
8 changes: 4 additions & 4 deletions examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"globby": "^14.0.2",
"happy-dom": "^14.12.3",
"playwright-core": "^1.46.0",
"typescript": "^5.5.4",
"globby": "14.0.2",
"happy-dom": "14.12.3",
"playwright-core": "1.46.0",
"typescript": "5.5.4",
"vitest": "2.0.4"
}
}
2 changes: 1 addition & 1 deletion examples/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/content": "^2.13.2",
"@nuxt/content": "2.13.2",
"@nuxt/test-utils": "latest",
"nuxt": "^3.12.4",
"vitest": "2.0.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nuxtjs/i18n": "8.3.3",
"nuxt": "^3.12.4",
"vitest": "2.0.4",
"vue": "^3.4.37",
"vue-router": "^4.4.3"
"vue": "3.4.37",
"vue-router": "4.4.3"
}
}
4 changes: 2 additions & 2 deletions examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"vue-router": "^4.4.3"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.2",
"@nuxt/module-builder": "0.8.2",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "latest",
"changelogen": "^0.5.5",
"changelogen": "0.5.5",
"nuxt": "^3.12.4",
"vitest": "2.0.4"
}
Expand Down
33 changes: 17 additions & 16 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 3bdc5f4

Please sign in to comment.