@paperless/react 0.1.0-alpha.43 → 0.1.0-alpha.47

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 0.1.0-alpha.47 (2022-08-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update angular monorepo to v14 ([#28](https://github.com/ionic-team/ionic/issues/28)) ([d97a257](https://github.com/ionic-team/ionic/commit/d97a257c98df220084f657a27301d2fa5a652fa4))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.46 (2022-08-02)
18
+
19
+ **Note:** Version bump only for package @paperless/react
20
+
21
+
22
+
23
+
24
+
25
+ # 0.1.0-alpha.45 (2022-08-02)
26
+
27
+
28
+ ### Features
29
+
30
+ * Add renovate.json ([008bd9a](https://github.com/ionic-team/ionic/commit/008bd9a723724fb278f4872e32a67ba344ba5b1a))
31
+
32
+
33
+
34
+
35
+
36
+ # 0.1.0-alpha.44 (2022-08-02)
37
+
38
+ **Note:** Version bump only for package @paperless/react
39
+
40
+
41
+
42
+
43
+
6
44
  # 0.1.0-alpha.43 (2022-08-02)
7
45
 
8
46
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paperless/react",
3
3
  "sideEffects": false,
4
- "version": "0.1.0-alpha.43",
4
+ "version": "0.1.0-alpha.47",
5
5
  "description": "React specific wrapper for component-library",
6
6
  "repository": {
7
7
  "type": "git",
@@ -28,18 +28,18 @@
28
28
  "dist/"
29
29
  ],
30
30
  "devDependencies": {
31
- "@types/jest": "23.3.9",
32
- "@types/node": "^15.12.2",
33
- "jest": "^23.0.0",
34
- "jest-dom": "^3.0.2",
35
- "np": "^3.1.0",
36
- "react": "^17.0.2",
37
- "react-dom": "^17.0.2",
38
- "typescript": "^3.3.4000"
31
+ "@types/jest": "23.3.14",
32
+ "@types/node": "16.11.47",
33
+ "jest": "23.6.0",
34
+ "jest-dom": "4.0.0",
35
+ "np": "7.6.2",
36
+ "react": "18.2.0",
37
+ "react-dom": "18.2.0",
38
+ "typescript": "3.9.10"
39
39
  },
40
40
  "peerDependencies": {
41
- "react": "^17.0.2",
42
- "react-dom": "^17.0.2"
41
+ "react": "^17.0.2 || ^18.0.0",
42
+ "react-dom": "^17.0.2 || ^18.0.0"
43
43
  },
44
44
  "jest": {
45
45
  "preset": "ts-jest",