@corva/ui 0.65.0-4 → 0.65.0-5

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/ui",
3
- "version": "0.65.0-4",
3
+ "version": "0.65.0-5",
4
4
  "description": "Shared components/utils for Corva ui projects",
5
5
  "keywords": [
6
6
  "corva-ui"
@@ -170,7 +170,6 @@
170
170
  "react-virtualized-auto-sizer": "1.0.2",
171
171
  "resize-observer-polyfill": "^1.5.1",
172
172
  "rollbar": "^2.26.1",
173
- "rollup-plugin-copy": "^3.4.0",
174
173
  "sass": "^1.51.0",
175
174
  "semver": "7.2.1",
176
175
  "slate": "0.66.5",
@@ -198,6 +197,7 @@
198
197
  "@rollup/plugin-image": "^2.0.6",
199
198
  "@rollup/plugin-json": "^4.1.0",
200
199
  "@rollup/plugin-node-resolve": "^9.0.0",
200
+ "@rollup/plugin-replace": "^5.0.2",
201
201
  "@storybook/addon-docs": "7.0.22",
202
202
  "@storybook/addon-essentials": "7.0.22",
203
203
  "@storybook/addon-links": "7.0.22",
@@ -228,6 +228,7 @@
228
228
  "pre-commit": "1.2.2",
229
229
  "rollup": "^2.28.2",
230
230
  "rollup-plugin-cleanup": "^3.2.1",
231
+ "rollup-plugin-copy": "^3.4.0",
231
232
  "rollup-plugin-css-bundle": "^1.0.4",
232
233
  "rollup-plugin-css-only": "^2.1.0",
233
234
  "rollup-plugin-includepaths": "^0.2.4",