@planningcenter/sweetest-alert 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -19,8 +19,8 @@ In your product’s main CSS file (ex. `app/assets/stylesheets/application.css`)
|
|
|
19
19
|
|
|
20
20
|
This package requires the following peer dependencies:
|
|
21
21
|
|
|
22
|
-
- `react` ^18.3.1
|
|
23
|
-
- `react-dom` ^18.3.1
|
|
22
|
+
- `react` ^18.3.1 || ^19.0.0
|
|
23
|
+
- `react-dom` ^18.3.1 || ^19.0.0
|
|
24
24
|
- `@planningcenter/tapestry` ^2.10.1 || ^3.0.0
|
|
25
25
|
- `@planningcenter/icons` ^15.29.1
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/sweetest-alert",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"description": "The sweetest alert ever",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@planningcenter/icons": "^15.29.1",
|
|
45
45
|
"@planningcenter/tapestry": ">=2.10.1",
|
|
46
|
-
"react": "^18.3.1
|
|
47
|
-
"react-dom": "^18.3.1"
|
|
46
|
+
"react": "^18.3.1 || ^19.0.0",
|
|
47
|
+
"react-dom": "^18.3.1 || ^19.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@eslint/js": "^9.37.0",
|