@knocklabs/react 0.2.30-react16.0 → 0.2.31
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/CHANGELOG.md +10 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,18 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## 0.2.
|
3
|
+
## 0.2.31
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
7
|
-
-
|
7
|
+
- Updated dependencies [26166e3]
|
8
|
+
- @knocklabs/client@0.10.15
|
9
|
+
- @knocklabs/react-core@0.2.27
|
10
|
+
|
11
|
+
## 0.2.30
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- e8dfae8: Pin Radix dependencies to support React 16
|
8
16
|
|
9
17
|
## 0.2.29
|
10
18
|
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@knocklabs/react",
|
3
3
|
"description": "A set of React components to build notification experiences powered by Knock",
|
4
4
|
"author": "@knocklabs",
|
5
|
-
"version": "0.2.
|
5
|
+
"version": "0.2.31",
|
6
6
|
"license": "MIT",
|
7
7
|
"main": "dist/cjs/index.js",
|
8
8
|
"module": "dist/esm/index.mjs",
|
@@ -51,8 +51,8 @@
|
|
51
51
|
"react-dom": "^16.11.0 || ^17.0.0 || ^18.0.0"
|
52
52
|
},
|
53
53
|
"dependencies": {
|
54
|
-
"@knocklabs/client": "^0.10.
|
55
|
-
"@knocklabs/react-core": "^0.2.
|
54
|
+
"@knocklabs/client": "^0.10.15",
|
55
|
+
"@knocklabs/react-core": "^0.2.27",
|
56
56
|
"@popperjs/core": "^2.11.8",
|
57
57
|
"@radix-ui/react-popover": "1.0.7",
|
58
58
|
"@radix-ui/react-visually-hidden": "1.0.3",
|
@@ -67,12 +67,12 @@
|
|
67
67
|
"@types/react-dom": "^18.2.15",
|
68
68
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
69
69
|
"@typescript-eslint/parser": "^8.8.1",
|
70
|
-
"@vitejs/plugin-react": "^4.3.
|
70
|
+
"@vitejs/plugin-react": "^4.3.3",
|
71
71
|
"babel-plugin-react-require": "^4.0.3",
|
72
72
|
"eslint": "^8.56.0",
|
73
73
|
"eslint-plugin-react-hooks": "^5.0.0",
|
74
|
-
"eslint-plugin-react-refresh": "^0.4.
|
75
|
-
"jsdom": "^
|
74
|
+
"eslint-plugin-react-refresh": "^0.4.14",
|
75
|
+
"jsdom": "^25.0.1",
|
76
76
|
"react": "^18.2.0",
|
77
77
|
"react-dom": "^18.2.0",
|
78
78
|
"rimraf": "^6.0.1",
|
@@ -81,6 +81,6 @@
|
|
81
81
|
"vite": "^5.0.0",
|
82
82
|
"vite-plugin-dts": "^3.6.3",
|
83
83
|
"vite-plugin-no-bundle": "^4.0.0",
|
84
|
-
"vitest": "^2.
|
84
|
+
"vitest": "^2.1.4"
|
85
85
|
}
|
86
86
|
}
|