@pexip-engage-public/plugin-react 1.0.22-canary-20230411095233 → 1.0.22

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 +6 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,16 @@
1
1
  # @pexip-engage-public/plugin-react
2
2
 
3
- ## 1.0.22-canary-20230411095233
3
+ ## 1.0.22
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 439598155: bump node@18.15.0 & pnpm@8.0.0
7
8
  - f1255ffb8: fix(deps): update all non-major dependencies
9
+ - Updated dependencies [439598155]
8
10
  - Updated dependencies [f1255ffb8]
9
- - Updated dependencies
10
- - @pexip-engage-public/plugin-configuration-parser@1.0.18-canary-20230411095233
11
- - @pexip-engage-public/plugin-instance@1.0.22-canary-20230411095233
11
+ - Updated dependencies [0c1051cf0]
12
+ - @pexip-engage-public/plugin-configuration-parser@1.0.18
13
+ - @pexip-engage-public/plugin-instance@1.0.22
12
14
 
13
15
  ## 1.0.21
14
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin-react",
3
- "version": "1.0.22-canary-20230411095233",
3
+ "version": "1.0.22",
4
4
  "description": "React wrapper component for the Pexip Engage Plugin",
5
5
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-react#readme",
6
6
  "bugs": {
@@ -37,13 +37,13 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "deepmerge": "^4.3.1",
40
- "@pexip-engage-public/plugin-configuration-parser": "1.0.18-canary-20230411095233",
41
- "@pexip-engage-public/plugin-instance": "1.0.22-canary-20230411095233"
40
+ "@pexip-engage-public/plugin-configuration-parser": "1.0.18",
41
+ "@pexip-engage-public/plugin-instance": "1.0.22"
42
42
  },
43
43
  "devDependencies": {
44
44
  "tsup": "^6.7.0",
45
- "@pexip-engage/tsconfig": "0.0.8",
46
- "eslint-config-pexip-engage": "0.0.21-canary-20230411095233"
45
+ "@pexip-engage/tsconfig": "0.0.9",
46
+ "eslint-config-pexip-engage": "0.0.21"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"