@yoga-tech/canvas-skote 1.2.0 → 1.3.1

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoga-tech/canvas-skote",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "author": "Thineshraj <thinesh7474@gmail.com>",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -29,7 +29,7 @@
29
29
  "scripts": {
30
30
  "build:lib": "rimraf lib/ && webpack --config webpack.config.lib.js --mode production",
31
31
  "build": "nx build:lib && yarn build:storybook",
32
- "start": "yarn storybook",
32
+ "start": "yarn build:storybook && yarn storybook",
33
33
  "lint": "yarn eslint",
34
34
  "storybook": "storybook dev -p 6006",
35
35
  "build:storybook": "storybook build -o ./dist/storybook",
@@ -48,7 +48,7 @@
48
48
  "@testing-library/react": "^13.4.0",
49
49
  "@testing-library/user-event": "^14.4.3",
50
50
  "@vtaits/react-color-picker": "^0.1.3",
51
- "@yoga-tech/canvas-theme": "1.2.1",
51
+ "@yoga-tech/canvas-theme": "1.3.1",
52
52
  "apexcharts": "^3.36.3",
53
53
  "autoprefixer": "^10.4.13",
54
54
  "axios": "^1.2.1",
@@ -57,7 +57,6 @@
57
57
  "bootstrap": "^5.3.3",
58
58
  "chart.js": "^2.9.4",
59
59
  "chartist": "^0.11.4",
60
- "classnames": "^2.3.2",
61
60
  "draft-js": "^0.11.7",
62
61
  "echarts": "^4.9.0",
63
62
  "echarts-for-react": "^3.0.1",
@@ -103,7 +102,7 @@
103
102
  "react-redux": "^8.0.5",
104
103
  "react-responsive-carousel": "^3.2.23",
105
104
  "react-responsive-masonry": "^2.1.7",
106
- "react-router-dom": "^6.6.1",
105
+ "react-router-dom": "^6.27.0",
107
106
  "react-script": "^2.0.5",
108
107
  "react-scripts": "^5.0.1",
109
108
  "react-select": "^5.7.0",
@@ -160,6 +159,7 @@
160
159
  "prop-types": "^15.8.1",
161
160
  "raf": "^3.4.1",
162
161
  "react-to-typescript-definitions": "^3.1.1",
162
+ "regenerator-runtime": "^0.14.1",
163
163
  "resolve-url-loader": "^5.0.0",
164
164
  "sass": "^1.77.6",
165
165
  "sass-loader": "^14.2.1",