sag_components 2.0.0-beta38 → 2.0.0-beta39

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 +41 -46
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta38",
3
+ "version": "2.0.0-beta39",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -20,39 +20,45 @@
20
20
  "author": "SAG",
21
21
  "license": "ISC",
22
22
  "devDependencies": {
23
- "@babel/cli": "^7.24.5",
24
- "@babel/plugin-external-helpers": "^7.25.9",
25
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
26
- "@babel/plugin-transform-runtime": "^7.26.9",
23
+
27
24
  "@babel/preset-env": "^7.24.5",
28
25
  "@babel/preset-react": "^7.24.1",
29
26
  "@babel/preset-typescript": "^7.24.1",
30
- "@rollup/plugin-babel": "^6.0.4",
27
+ "react-css-modules": "^4.7.11",
28
+ "babel-plugin-react-css-modules": "^5.2.6",
29
+
30
+ "rollup": "^2.60.0",
31
+ "rollup-plugin-dts": "4.2.3",
32
+ "rollup-plugin-peer-deps-external": "^2.2.3",
33
+ "rollup-plugin-postcss": "^4.0.2",
34
+
35
+ "@rollup/plugin-babel": "^6.0.3",
31
36
  "@rollup/plugin-commonjs": "^24.0.0",
32
37
  "@rollup/plugin-node-resolve": "^13.0.6",
33
38
  "@rollup/plugin-typescript": "^12.1.2",
34
- "@storybook/addon-designs": "^7.0.9",
35
- "@storybook/addon-essentials": "^7.4.6",
36
- "@storybook/addon-interactions": "^7.4.6",
37
- "@storybook/addon-links": "^7.4.6",
38
- "@storybook/addon-storysource": "^7.4.6",
39
- "@storybook/addons": "^7.5.3",
40
- "@storybook/blocks": "^7.4.6",
41
- "@storybook/preset-scss": "^1.0.3",
42
- "@storybook/react": "^7.4.6",
43
- "@storybook/react-webpack5": "^7.4.6",
44
- "@storybook/testing-library": "^0.2.2",
45
- "@storybook/theming": "^7.5.3",
39
+
40
+ "storybook": "^8.6.4",
41
+ "@storybook/addon-designs": "^8.2.0",
42
+ "@storybook/addon-essentials": "^8.6.4",
43
+ "@storybook/addon-interactions": "^8.6.4",
44
+ "@storybook/addon-links": "^8.6.4",
45
+ "@storybook/addon-storysource": "^8.6.4",
46
+ "@storybook/addon-webpack5-compiler-babel": "^3.0.5",
47
+ "@storybook/blocks": "^8.6.4",
48
+ "@storybook/manager-api": "^8.6.4",
49
+ "@storybook/react": "^8.6.4",
50
+ "@storybook/react-webpack5": "^8.6.4",
51
+ "@storybook/theming": "^8.6.4",
52
+ "@chromatic-com/storybook": "^3.2.5",
53
+
46
54
  "@testing-library/jest-dom": "^6.4.5",
47
55
  "@testing-library/react": "^15.0.7",
48
- "@types/node": "^22.13.9",
49
- "@types/react": "^18.3.18",
50
- "@types/rollup-plugin-peer-deps-external": "^2.2.5",
51
- "@vitejs/plugin-react": "^4.3.4",
52
- "babel-plugin-react-css-modules": "^5.2.6",
53
- "babel-preset-react-app": "^10.0.1",
54
- "cross-env": "^7.0.3",
55
- "css-loader": "^7.1.2",
56
+ "jest": "^29.7.0",
57
+ "jest-environment-jsdom": "^29.7.0",
58
+
59
+ "css-loader": "^6.8.1",
60
+ "style-loader": "^3.3.4",
61
+
56
62
  "eslint": "^8.56.0",
57
63
  "eslint-config-google": "^0.14.0",
58
64
  "eslint-plugin-import": "^2.29.1",
@@ -60,40 +66,29 @@
60
66
  "eslint-plugin-jsx-a11y": "^6.8.0",
61
67
  "eslint-plugin-react": "^7.34.1",
62
68
  "eslint-plugin-react-hooks": "^4.6.2",
63
- "jest": "^29.7.0",
64
- "jest-environment-jsdom": "^29.7.0",
65
- "react-dom": "^18.2.0",
66
- "rollup": "^2.60.0",
67
- "rollup-plugin-dts": "4.2.3",
68
- "rollup-plugin-peer-deps-external": "^2.2.4",
69
- "rollup-plugin-postcss": "^4.0.2",
70
- "rollup-plugin-typescript2": "^0.31.2",
71
- "sass": "^1.85.1",
72
- "sass-loader": "^16.0.5",
73
- "style-loader": "^3.3.4",
74
- "typescript": "^4.9.5",
75
- "vite": "^6.1.0"
69
+
70
+ "react-dom": "^18.3.1"
71
+
76
72
  },
73
+
77
74
  "peerDependencies": {
78
- "react": "18 - 19",
79
- "react-dom": "18 - 19"
75
+ "react": "^18.3.1",
76
+ "react-dom": "^18.3.1"
80
77
  },
78
+
81
79
  "dependencies": {
82
80
  "@emotion/react": "^11.11.4",
83
81
  "@emotion/styled": "^11.11.5",
84
82
  "classnames": "^2.3.2",
85
- "dayjs": "^1.11.13",
86
83
  "framer-motion": "^11.15.0",
87
84
  "moment": "^2.30.1",
88
85
  "prop-types": "^15.8.1",
89
- "react": "^18.2.0",
86
+ "react": "^18.3.1",
90
87
  "react-ace": "^10.1.0",
91
- "react-css-modules": "^4.7.11",
92
88
  "react-hook-form": "^7.46.2",
93
89
  "react-icons": "^5.0.1",
94
90
  "react-loading-skeleton": "^3.3.1",
95
- "recharts": "^2.15.1",
96
- "storybook": "^7.4.6",
91
+ "recharts": "^2.15.0",
97
92
  "styled-components": "^6.1.15"
98
93
  },
99
94
  "browserslist": {