Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 0337b6c commit 7aff645
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Node setup
uses: actions/setup-node@v4
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: "18.15.0"

Expand Down
62 changes: 40 additions & 22 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@testing-library/react": "~15.0.7",
"@types/babel__core": "~7.20.5",
"@types/jest": "~29.5.12",
"@types/node": "~20.12.0",
"@testing-library/react": "15.0.7",
"@types/babel__core": "7.20.5",
"@types/jest": "29.5.12",
"@types/node": "20.12.13",
"@types/react": "~18.3.1",
"@types/react-dom": "~18.3.0",
"@vitejs/plugin-react": "~4.3.0",
"jsdom": "~24.1.0",
"npm-run-all2": "~6.2.0",
"typescript": "~5.4.5",
"vite": "~5.2.0",
"vitest": "~1.6.0"
"@vitejs/plugin-react": "4.3.0",
"jsdom": "24.1.0",
"npm-run-all2": "6.2.0",
"typescript": "5.4.5",
"vite": "5.2.12",
"vitest": "1.6.0"
}
}
15 changes: 10 additions & 5 deletions packages/convex-helpers/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/convex-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.3",
"@edge-runtime/vm": "^3.2.0",
"@types/node": "^20.12.11",
"@edge-runtime/vm": "3.2.0",
"@types/node": "20.12.11",
"@types/react": "^18.3.2",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "1.6.0",
"chokidar-cli": "3.0.0",
"convex-test": "^0.0.21",
"convex-test": "0.0.21",
"typescript": "5.4.5",
"vitest": "^1.6.0"
"vitest": "1.6.0"
}
}

0 comments on commit 7aff645

Please sign in to comment.