cortex-react-ui 0.2.27 → 0.2.29

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cortex-react-ui",
3
- "version": "0.2.27",
3
+ "version": "0.2.29",
4
4
  "description": "React UI",
5
5
  "author": "Anthony",
6
6
  "license": "MIT",
@@ -125,7 +125,6 @@
125
125
  "react-dom": "^18.3.1",
126
126
  "react-icons": "^5.4.0",
127
127
  "react-refresh": "^0.18.0",
128
- "react-webcam": "^7.2.0",
129
128
  "rollup": "^4.30.0",
130
129
  "rollup-plugin-copy": "^3.5.0",
131
130
  "rollup-plugin-dts": "^6.1.0",
@@ -138,7 +137,8 @@
138
137
  "storybook-dark-mode": "^4.0.2",
139
138
  "style-loader": "^4.0.0",
140
139
  "typescript": "^5.7.0",
141
- "url-loader": "^4.1.1"
140
+ "url-loader": "^4.1.1",
141
+ "react-webcam": "^7.2.0"
142
142
  },
143
143
  "dependencies": {
144
144
  "@rollup/plugin-replace": "^6.0.0",
@@ -150,4 +150,4 @@
150
150
  "react-leaflet-draw": "^0.20.4",
151
151
  "screenfull": "^6.0.2"
152
152
  }
153
- }
153
+ }