@stokr/components-library 0.2.9 → 1.0.2

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.
@@ -0,0 +1 @@
1
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
@@ -1,11 +1,11 @@
1
1
  version: '3.4'
2
2
 
3
- networks:
3
+ networks:
4
4
  internal-net-l1:
5
5
  external: true
6
6
  services:
7
7
  components-library:
8
- image: reg.stokr.io/stokr/components-library:latest
8
+ image: reg.stokr.info/stokr/components-library:latest
9
9
  networks:
10
10
  - internal-net-l1
11
11
  deploy:
@@ -15,11 +15,11 @@ services:
15
15
  constraints:
16
16
  - node.hostname == node0
17
17
  labels:
18
- - 'traefik.enable=true'
19
- - 'traefik.http.routers.components-library.rule=Host(`storybook.stokr.io`)'
20
- - 'traefik.http.routers.components-library.entrypoints=httpsEntryPoint'
21
- - 'traefik.http.routers.components-library.tls=true'
18
+ - "traefik.enable=true"
19
+ - "traefik.http.routers.components-library.rule=Host(`storybook.stokr.info`)"
20
+ - "traefik.http.routers.components-library.entrypoints=httpsEntryPoint"
21
+ - "traefik.http.routers.components-library.tls=true"
22
22
  # # #### applying the custome middelware to the route, vip.
23
23
  #- "traefik.http.routers.components-library.middlewares=customeSecurityHeaders@file, hsts-header@file"
24
- - 'traefik.http.services.components-library.loadbalancer.server.port=9009'
25
- - 'traefik.docker.network=internal-net-l1'
24
+ - "traefik.http.services.components-library.loadbalancer.server.port=9009"
25
+ - "traefik.docker.network=internal-net-l1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "0.2.9",
3
+ "version": "1.0.2",
4
4
  "description": "STOKR - Components Library",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@atlaskit/field-range": "^9.0.5",
26
- "@fortawesome/fontawesome-svg-core": "^1.2.36",
26
+ "@fortawesome/fontawesome-svg-core": "^6.1.2",
27
27
  "@fortawesome/free-solid-svg-icons": "^5.15.3",
28
28
  "@fortawesome/react-fontawesome": "^0.1.14",
29
29
  "@randlabs/myalgo-connect": "^1.1.1",
@@ -32,9 +32,10 @@
32
32
  "@testing-library/jest-dom": "^4.2.4",
33
33
  "@testing-library/react": "^9.5.0",
34
34
  "@testing-library/user-event": "^7.1.2",
35
- "algosdk": "^1.12.0",
35
+ "algosdk": "^1.19.0",
36
36
  "axios": "^0.21.1",
37
37
  "bignumber.js": "^9.0.1",
38
+ "crypto-browserify": "^3.12.0",
38
39
  "formik": "^2.2.8",
39
40
  "js-cookie": "^2.2.1",
40
41
  "mobile-detect": "^1.4.5",
@@ -79,28 +80,31 @@
79
80
  "@storybook/addon-links": "^6.4.14",
80
81
  "@storybook/addon-storysource": "^6.4.14",
81
82
  "@storybook/addons": "^6.4.14",
82
- "@storybook/preset-create-react-app": "^1.5.2",
83
+ "@storybook/preset-create-react-app": "^4.1.2",
83
84
  "@storybook/react": "^6.4.14",
84
- "auto": "^9.61.0",
85
- "babel-core": "^7.0.0-bridge.0",
85
+ "auto": "^10.37.4",
86
+ "babel-core": "^6.26.3",
86
87
  "babel-eslint": "^10.1.0",
87
- "babel-jest": "^25.5.1",
88
+ "babel-jest": "^28.1.3",
88
89
  "babel-loader": "^8.2.2",
89
- "babel-plugin-styled-components": "^1.12.0",
90
+ "babel-plugin-styled-components": "^2.0.7",
90
91
  "cross-env": "^7.0.3",
91
- "eslint": "^6.8.0",
92
- "eslint-config-react-app": "^5.2.1",
93
- "eslint-plugin-flowtype": "^4.7.0",
92
+ "eslint": "^8.21.0",
93
+ "eslint-config-react-app": "^7.0.1",
94
+ "eslint-plugin-flowtype": "^8.0.3",
94
95
  "eslint-plugin-import": "^2.23.3",
95
96
  "eslint-plugin-jsx-a11y": "^6.4.1",
96
97
  "eslint-plugin-react": "^7.23.2",
97
- "eslint-plugin-react-hooks": "^2.5.1",
98
- "eslint-plugin-storybook": "^0.5.6",
99
- "jest": "^25.5.4",
100
- "prettier": "^1.19.1",
101
- "storybook-chromatic": "^3.5.5",
98
+ "eslint-plugin-react-hooks": "^4.6.0",
99
+ "eslint-plugin-storybook": "^0.6.3",
100
+ "jest": "^28.1.3",
101
+ "prettier": "^2.7.1",
102
+ "storybook-chromatic": "^4.0.2",
102
103
  "styled-components.macro": "^1.0.0",
103
- "webpack": "^4.46.0"
104
+ "webpack": "^5.74.0"
105
+ },
106
+ "browser": {
107
+ "[module-name]": false
104
108
  },
105
109
  "eslintConfig": {
106
110
  "extends": "react-app"