sbx-react-stock-chart 3.5.30 → 3.5.33

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 (2) hide show
  1. package/dist/index.html +1 -1
  2. package/package.json +15 -11
package/dist/index.html CHANGED
@@ -22,7 +22,7 @@
22
22
  "protocol": "https",
23
23
  "host": "alfa-api.siera.tech",
24
24
  "path": "",
25
- "port": "8080",
25
+ "port": "443",
26
26
  "type": "REST"
27
27
  },
28
28
  "SOCKET": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbx-react-stock-chart",
3
- "version": "3.5.30",
3
+ "version": "3.5.33",
4
4
  "main": "dist/bundle.js",
5
5
  "author": "Victor Fisher",
6
6
  "description": "",
@@ -8,10 +8,10 @@
8
8
  "dist"
9
9
  ],
10
10
  "scripts": {
11
- "dev": "rspack serve --mode development --port 3002",
12
- "build": "rspack build --mode production",
13
- "build_package": "BUILD_TYPE=package rspack build --mode production && rm ./dist/bundle.js.LICENSE.txt",
14
- "build_app": "BUILD_TYPE=app rspack build --mode production"
11
+ "dev": "webpack serve --mode development --port 3002",
12
+ "build": "webpack --mode production",
13
+ "build_package": "BUILD_TYPE=package webpack --mode production && rm ./dist/bundle.js.LICENSE.txt",
14
+ "build_app": "BUILD_TYPE=app webpack --mode production"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@babel/core": "^7.23.6",
@@ -21,23 +21,27 @@
21
21
  "@babel/plugin-proposal-optional-chaining": "^7.21.0",
22
22
  "@babel/preset-env": "^7.23.6",
23
23
  "@babel/preset-react": "^7.23.3",
24
- "@rspack/cli": "^1.6.4",
25
- "@rspack/core": "^1.6.4",
26
- "@rspack/dev-server": "^1.1.4",
27
- "@svgr/webpack": "^8.1.0",
28
24
  "autoprefixer": "^10.4.18",
25
+ "babel-loader": "^9.2.1",
26
+ "clean-webpack-plugin": "^4.0.0",
27
+ "compression-webpack-plugin": "^11.1.0",
29
28
  "css-loader": "^6.8.1",
30
29
  "postcss-loader": "^7.3.3",
31
30
  "raw-loader": "^4.0.2",
32
31
  "sass": "^1.71.0",
33
32
  "sass-loader": "^13.3.2",
34
- "style-loader": "^3.3.3"
33
+ "style-loader": "^3.3.3",
34
+ "terser-webpack-plugin": "^5.3.14",
35
+ "webpack": "^5.97.1",
36
+ "webpack-bundle-analyzer": "^4.10.2",
37
+ "webpack-cli": "^5.1.4",
38
+ "webpack-dev-server": "^5.2.2",
39
+ "@svgr/webpack": "^8.1.0"
35
40
  },
36
41
  "dependencies": {
37
42
  "async": "^3.2.6",
38
43
  "axios": "^1.13.2",
39
44
  "classnames": "^2.5.1",
40
- "html-rspack-plugin": "^6.1.4",
41
45
  "html-webpack-plugin": "^5.6.5",
42
46
  "lodash": "^4.17.21",
43
47
  "react": "^16.14.0",