@antscorp/antsomi-ui 1.3.7-beta.62 → 1.3.7-beta.64

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.7-beta.62",
3
+ "version": "1.3.7-beta.64",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",
@@ -81,6 +81,7 @@
81
81
  "@tanstack/react-query-devtools": "4.20.4",
82
82
  "@tanstack/react-table": "^8.20.5",
83
83
  "@tinymce/tinymce-react": "^3.7.0",
84
+ "@types/styled-components": "^5.1.26",
84
85
  "@tiptap/core": "3.10.2",
85
86
  "@tiptap/extension-link": "3.10.2",
86
87
  "@tiptap/extension-strike": "3.10.2",
@@ -206,7 +207,6 @@
206
207
  "@types/react-router-dom": "^5.3.3",
207
208
  "@types/react-syntax-highlighter": "^15.5.11",
208
209
  "@types/react-window": "^1.8.8",
209
- "@types/styled-components": "^5.1.26",
210
210
  "@types/tinycolor2": "^1.4.6",
211
211
  "@types/uniqid": "^5.3.4",
212
212
  "@types/yaireo__tagify": "^4.27.0",
@@ -276,6 +276,7 @@
276
276
  "@antscorp/antsomi-locales": ">=1.0.79",
277
277
  "react": ">=16.9.0",
278
278
  "react-dom": ">=16.9.0",
279
- "react-router-dom": ">= 5.1.0"
279
+ "react-router-dom": ">= 5.1.0",
280
+ "styled-components": "^5.3.9"
280
281
  }
281
282
  }