Skip to content

Commit

Permalink
build(deps): update dependencies (#211)
Browse files Browse the repository at this point in the history
* chore(deps): update dependencies of `/website`

#208

* build(deps): update package-lock to v3

* build(deps): update dependencies of `examples/*`

* build(deps): update dependencies of `packages/*`

* build(deps): install `ts-node` package
  • Loading branch information
Bikossor authored May 8, 2024
1 parent 04bcc07 commit 6be540d
Show file tree
Hide file tree
Showing 7 changed files with 1,891 additions and 2,976 deletions.
1,853 changes: 641 additions & 1,212 deletions examples/react-ts/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@catchphrase/core": "^1.0.0",
"@catchphrase/react": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.5.2"
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}
2,020 changes: 748 additions & 1,272 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
"author": "André Lichtenthäler",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
19 changes: 10 additions & 9 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,17 @@
"license": "MIT",
"dependencies": {
"@catchphrase/core": "*",
"@types/react": "^18.0.18",
"react": "^18.2.0"
"@types/react": "^18.3.1",
"react": "^18.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 6be540d

Please sign in to comment.