@frontify/guideline-blocks-settings 0.26.4 → 0.26.6

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 +20 -0
  2. package/package.json +11 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @frontify/guideline-blocks-settings
2
2
 
3
+ ## 0.26.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`caecf03`](https://github.com/Frontify/brand-sdk/commit/caecf03ffd52a07cd1c846f4a99f9736fef76b76) Thanks [@SamuelAlev](https://github.com/SamuelAlev)! - Update dependencies
8
+
9
+ - [`2179c95`](https://github.com/Frontify/brand-sdk/commit/2179c95e787d89d1e75671d394b4dde61673638d) Thanks [@SamuelAlev](https://github.com/SamuelAlev)! - Update App Bridge
10
+
11
+ - Updated dependencies [[`caecf03`](https://github.com/Frontify/brand-sdk/commit/caecf03ffd52a07cd1c846f4a99f9736fef76b76), [`2179c95`](https://github.com/Frontify/brand-sdk/commit/2179c95e787d89d1e75671d394b4dde61673638d)]:
12
+ - @frontify/sidebar-settings@0.3.3
13
+
14
+ ## 0.26.5
15
+
16
+ ### Patch Changes
17
+
18
+ - [`f11eaef`](https://github.com/Frontify/brand-sdk/commit/f11eaef8b3a602562994460059e2c30ea307cda1) Thanks [@SamuelAlev](https://github.com/SamuelAlev)! - fix version of fondue dependency
19
+
20
+ - Updated dependencies [[`f11eaef`](https://github.com/Frontify/brand-sdk/commit/f11eaef8b3a602562994460059e2c30ea307cda1)]:
21
+ - @frontify/sidebar-settings@0.3.2
22
+
3
23
  ## 0.26.4
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontify/guideline-blocks-settings",
3
- "version": "0.26.4",
3
+ "version": "0.26.6",
4
4
  "description": "Provides types and helpers for the guideline block development",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.umd.js",
@@ -16,25 +16,24 @@
16
16
  },
17
17
  "devDependencies": {
18
18
  "@frontify/eslint-config-typescript": "^0.15.7",
19
- "@types/react": "^18.0.35",
20
- "@types/react-dom": "^18.0.11",
21
- "eslint": "^8.38.0",
19
+ "@types/react": "^18.2.0",
20
+ "@types/react-dom": "^18.2.1",
21
+ "eslint": "^8.39.0",
22
22
  "eslint-plugin-notice": "^0.9.10",
23
- "prettier": "^2.8.7",
23
+ "prettier": "^2.8.8",
24
24
  "react": "^18.2.0",
25
25
  "react-dom": "^18.2.0",
26
26
  "typescript": "^5.0.4",
27
- "vite": "^4.2.1",
28
- "vite-plugin-dts": "^2.2.0"
27
+ "vite": "^4.3.2",
28
+ "vite-plugin-dts": "^2.3.0"
29
29
  },
30
30
  "dependencies": {
31
- "@frontify/app-bridge": "^3.0.0-beta.61",
32
- "@frontify/fondue": "^12.0.0-beta.170",
33
- "@frontify/sidebar-settings": "^0.3.1"
31
+ "@frontify/app-bridge": "^3.0.0-beta.66",
32
+ "@frontify/sidebar-settings": "^0.3.3"
34
33
  },
35
34
  "peerDependencies": {
36
- "react": "^17 || ^18",
37
- "react-dom": "^17 || ^18"
35
+ "react": "^18",
36
+ "react-dom": "^18"
38
37
  },
39
38
  "scripts": {
40
39
  "build": "vite build",