Skip to content

Commit 6bb2264

Browse files
committed
Merge branch 'main' into pr/359
2 parents 7899115 + 3823791 commit 6bb2264

File tree

22 files changed

+7084
-5499
lines changed

22 files changed

+7084
-5499
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- uses: pnpm/action-setup@v2.2.2
9+
- uses: pnpm/action-setup@v4
1010
with:
11-
version: 7
11+
version: 9
1212
- name: Use Node.js ${{ matrix.node-version }}
1313
uses: actions/setup-node@v2
1414
with:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636

3737
## Installation
3838

39-
#### With yarn
39+
#### With pnpm
4040

4141
```sh
42-
yarn add react-hot-toast
42+
pnpm add react-hot-toast
4343
```
4444

4545
#### With NPM

package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-hot-toast",
33
"description": "Smoking hot React Notifications. Lightweight, customizable and beautiful by default.",
4-
"version": "2.4.1",
4+
"version": "2.5.1",
55
"author": "Timo Lins",
66
"license": "MIT",
77
"repository": "timolins/react-hot-toast",
@@ -73,28 +73,27 @@
7373
}
7474
],
7575
"devDependencies": {
76-
"@jest/types": "^28.1.3",
76+
"@jest/types": "^29.6.3",
7777
"@size-limit/preset-small-lib": "^7.0.8",
78-
"@testing-library/jest-dom": "^5.16.4",
79-
"@testing-library/react": "^13.3.0",
80-
"@types/jest": "^28.1.5",
81-
"@types/react": "^18.0.15",
82-
"@types/react-dom": "^18.0.6",
83-
"@types/testing-library__jest-dom": "^5.14.5",
84-
"csstype": "^3.1.0",
85-
"jest": "^28.1.3",
86-
"jest-environment-jsdom": "^28.1.3",
87-
"prettier": "^2.7.1",
88-
"react": "^18.2.0",
89-
"react-dom": "^18.2.0",
78+
"@testing-library/jest-dom": "^6.6.3",
79+
"@testing-library/react": "^16.1.0",
80+
"@types/jest": "^29.5.14",
81+
"@types/react": "^18.3.18",
82+
"@types/react-dom": "^18.3.5",
83+
"jest": "^29.7.0",
84+
"jest-environment-jsdom": "^29.7.0",
85+
"prettier": "^2.8.8",
86+
"react": "^18.3.1",
87+
"react-dom": "^18.3.1",
9088
"size-limit": "^7.0.8",
91-
"ts-jest": "^28.0.6",
92-
"tslib": "^2.4.0",
89+
"ts-jest": "^29.2.5",
90+
"tslib": "^2.8.1",
9391
"tsup": "^6.7.0",
94-
"typescript": "^5.0.4"
92+
"typescript": "^5.7.2"
9593
},
9694
"dependencies": {
97-
"goober": "^2.1.10"
95+
"csstype": "^3.1.3",
96+
"goober": "^2.1.16"
9897
},
9998
"peerDependencies": {
10099
"react": ">=18",

0 commit comments

Comments
 (0)