Skip to content

Commit

Permalink
Merge branch 'main' into global-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Dec 21, 2024
2 parents cf9ae4b + 7524216 commit 4d43622
Show file tree
Hide file tree
Showing 12 changed files with 5,967 additions and 4,879 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@

## Installation

#### With yarn
#### With pnpm

```sh
yarn add react-hot-toast
pnpm add react-hot-toast
```

#### With NPM
Expand Down
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,28 +73,27 @@
}
],
"devDependencies": {
"@jest/types": "^28.1.3",
"@jest/types": "^29.6.3",
"@size-limit/preset-small-lib": "^7.0.8",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/testing-library__jest-dom": "^5.14.5",
"csstype": "^3.1.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"csstype": "^3.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^2.8.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"size-limit": "^7.0.8",
"ts-jest": "^28.0.6",
"tslib": "^2.4.0",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
"typescript": "^5.7.2"
},
"dependencies": {
"goober": "^2.1.10"
"goober": "^2.1.16"
},
"peerDependencies": {
"react": ">=16",
Expand Down
Loading

0 comments on commit 4d43622

Please sign in to comment.