@frontify/fondue 13.7.5 → 13.7.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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontify/fondue",
3
3
  "type": "module",
4
- "version": "13.7.5",
4
+ "version": "13.7.6",
5
5
  "description": "Design system of Frontify",
6
6
  "author": "Frontify Developers <developers@frontify.com>",
7
7
  "homepage": "https://github.com/Frontify/fondue",
@@ -155,12 +155,12 @@
155
155
  "react-is": "^18.3.1",
156
156
  "react-popper": "^2.3.0",
157
157
  "react-textarea-autosize": "^8.5.9",
158
- "@frontify/fondue-charts": "^8.0.1",
159
- "@frontify/fondue-components": "^31.2.0",
160
- "@frontify/fondue-icons": "^0.27.1",
161
- "@frontify/fondue-rte": "^0.1.8",
158
+ "@frontify/fondue-components": "^32.0.0",
159
+ "@frontify/fondue-icons": "^0.28.0",
160
+ "@frontify/fondue-rte": "^0.1.9",
161
+ "@frontify/fondue-tokens": "^5.1.1",
162
162
  "@frontify/fondue-sdk": "^0.2.0",
163
- "@frontify/fondue-tokens": "^5.1.1"
163
+ "@frontify/fondue-charts": "^8.0.1"
164
164
  },
165
165
  "devDependencies": {
166
166
  "@babel/core": "^7.29.7",
@@ -206,7 +206,7 @@
206
206
  "vite-plugin-dts": "^4.5.4",
207
207
  "vite-plugin-static-copy": "^3.4.0",
208
208
  "vite-tsconfig-paths": "^5.1.4",
209
- "@frontify/fondue-icons": "^0.27.1"
209
+ "@frontify/fondue-icons": "^0.28.0"
210
210
  },
211
211
  "scripts": {
212
212
  "build": "pnpm clean && pnpm build:library && pnpm build:styles-with-tw && pnpm build:package:components && pnpm build:package:locales && pnpm build:package:icons && pnpm build:package:charts && pnpm build:package:tokens && pnpm build:package:rte && pnpm build:package:sdk && pnpm build:tools",