@useloops/design-system 1.4.134 → 1.4.136

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.134",
3
+ "version": "1.4.136",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -121,15 +121,15 @@
121
121
  ]
122
122
  },
123
123
  "peerDependencies": {
124
- "@emotion/cache": "11.14.0",
125
124
  "@emotion/styled": "^11.14.0",
126
- "@emotion/react": "^11.14.0",
127
125
  "@mui/icons-material": "^5.16.14",
128
126
  "@mui/material": "^5.16.14",
129
127
  "react": "^18.3.1",
130
128
  "react-dom": "^18.3.1"
131
129
  },
132
130
  "dependencies": {
131
+ "@emotion/react": "^11.14.0",
132
+ "@emotion/cache": "11.14.0",
133
133
  "@dnd-kit/core": "^6.1.0",
134
134
  "@dnd-kit/sortable": "^8.0.0",
135
135
  "@dnd-kit/utilities": "^3.2.2",