Skip to content

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Jan 24, 2025
1 parent ccc41ef commit 3daa369
Show file tree
Hide file tree
Showing 9 changed files with 1,198 additions and 921 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/node": "^18.11.9",
"prettier": "^2.7.1",
"prettier": "^2.8.8",
"semantic-release": "^19.0.5",
"ts-node": "^10.9.1",
"ttypescript": "^1.5.13",
"typescript": "^4.8.4",
"typescript-transform-paths": "^3.4.4"
"ts-node": "^10.9.2",
"ttypescript": "^1.5.15",
"typescript": "^5.7.3",
"typescript-transform-paths": "^3.5.3"
},
"packageManager": "[email protected]",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions packages/app-tachyons-fela-prop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@homebound/truss-testing-tachyons": "workspace:*",
"fela": "^12.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fela": "^12.2.0"
"fela": "^12.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-fela": "^12.2.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
Expand All @@ -22,8 +22,8 @@
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vitest": "^3.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/template-tachyons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"@homebound/tsconfig": "^1.0.3",
"typescript": "^4.8.4"
"typescript": "^5.7.3"
}
}
14 changes: 7 additions & 7 deletions packages/testing-tachyons-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
},
"license": "ISC",
"dependencies": {
"@emotion/jest": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/jest": "^11.13.0",
"@emotion/react": "^11.14.0",
"@homebound/truss-testing-tachyons": "workspace:*",
"react": "^18.2.0"
"react": "^19.0.0"
},
"devDependencies": {
"@homebound/tsconfig": "^1.0.3",
"@types/jest": "^29.2.1",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
},
"jest": {
"preset": "ts-jest",
Expand Down
16 changes: 8 additions & 8 deletions packages/testing-tachyons-fela/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"license": "ISC",
"dependencies": {
"@homebound/truss-testing-tachyons": "workspace:*",
"fela": "^12.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fela": "^12.2.0"
"fela": "^12.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-fela": "^12.2.1"
},
"devDependencies": {
"@homebound/tsconfig": "^1.0.3",
"@testing-library/react": "^13.4.0",
"jest": "^29.2.2",
"jest-react-fela": "^12.2.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"jest": "^29.7.0",
"jest-react-fela": "^12.2.1",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
},
"jest": {
"preset": "ts-jest",
Expand Down
12 changes: 6 additions & 6 deletions packages/testing-tachyons-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"@homebound/truss-testing-tachyons": "workspace:*",
"@mui/material": "^5.10.12",
"@mui/styles": "^5.10.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@homebound/tsconfig": "^1.0.3",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.1",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
},
"jest": {
"preset": "ts-jest",
Expand Down
6 changes: 3 additions & 3 deletions packages/testing-tachyons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"devDependencies": {
"@homebound/tsconfig": "^1.0.3",
"@types/jest": "^29.2.1",
"jest": "^29.2.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
},
"jest": {
"preset": "ts-jest",
Expand Down
10 changes: 5 additions & 5 deletions packages/truss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"license": "ISC",
"dependencies": {
"csstype": "^3.1.1",
"ts-node": "^10.9.1",
"ts-poet": "^6.1.0"
"ts-node": "^10.9.2",
"ts-poet": "^6.9.0"
},
"devDependencies": {
"@homebound/tsconfig": "^1.0.3",
"@types/jest": "^29.2.1",
"@types/node": "^18.11.9",
"jest": "^29.2.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
},
"jest": {
"preset": "ts-jest",
Expand Down
Loading

0 comments on commit 3daa369

Please sign in to comment.