@useloops/design-system 1.4.140 → 1.4.142

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.140",
3
+ "version": "1.4.142",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -113,9 +113,7 @@
113
113
  "webpack-dev-server": "^5.1.0",
114
114
  "webpack-hot-middleware": "^2.26.1",
115
115
  "webpack-node-externals": "^3.0.0",
116
- "webpack-stats-plugin": "^1.1.3",
117
- "react": "^18.3.1",
118
- "react-dom": "^18.3.1"
116
+ "webpack-stats-plugin": "^1.1.3"
119
117
  },
120
118
  "eslintConfig": {
121
119
  "extends": [
@@ -130,6 +128,8 @@
130
128
  "@emotion/cache": "11.14.0"
131
129
  },
132
130
  "dependencies": {
131
+ "react": "^18.3.1",
132
+ "react-dom": "^18.3.1",
133
133
  "@dnd-kit/core": "^6.1.0",
134
134
  "@dnd-kit/sortable": "^8.0.0",
135
135
  "@dnd-kit/utilities": "^3.2.2",