Skip to content

Commit

Permalink
Merge branch 'develop' into fix-root-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Oct 17, 2024
2 parents da85088 + 0e356f5 commit 8f8b8fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"@types/jest": "^29.5.13",
"@types/node": "^20.3.1",
"@types/react-dom": "^18.2.5",
"@types/react-test-renderer": "^18.0.0",
"@types/semver": "^7.5.8",
"@types/react-test-renderer": "^18.3.0",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"auto": "^11.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"typography-theme-zacklive": "^1.0.2"
},
"devDependencies": {
"@babel/register": "^7.23.7",
"@babel/register": "^7.24.6",
"babel-eslint": "^10",
"eslint": "^8.56.0",
"typescript": "^5"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@testing-library/react": "^14.2.1",
"conditional-type-checks": "^1.0.6",
"react-test-renderer": "^18.2.0",
"react-test-renderer": "^18.3.1",
"ts-snippet": "^5.0.0"
},
"peerDependencies": {
Expand Down
9 changes: 4 additions & 5 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 8f8b8fa

Please sign in to comment.