Skip to content

Commit

Permalink
chore: update dependencies (#146)
Browse files Browse the repository at this point in the history
update dependencies and node versions on build
  • Loading branch information
Tymek authored Nov 27, 2023
1 parent 84ee540 commit 874602e
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 419 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v2

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "^18.2.27",
"@types/react": "^18.2.38",
"@vitest/coverage-istanbul": "^0.34.6",
"happy-dom": "^12.9.1",
"jsdom": "^22.1.0",
"happy-dom": "^12.10.3",
"jsdom": "^23.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"unleash-proxy-client": "^3.2.0",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0",
"vitest": "^0.32.4"
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6"
},
"peerDependencies": {
"unleash-proxy-client": "^3.2.0"
Expand Down
Loading

0 comments on commit 874602e

Please sign in to comment.