@learningpool/ui 1.2.0 → 1.2.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.
- package/package.json +29 -29
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"components",
|
|
9
9
|
"ui"
|
|
10
10
|
],
|
|
11
|
-
"version": "1.2.
|
|
11
|
+
"version": "1.2.1",
|
|
12
12
|
"private": false,
|
|
13
13
|
"main": "dist/index.js",
|
|
14
14
|
"module": "dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@testing-library/react": "^12.1.2",
|
|
22
22
|
"@testing-library/user-event": "^13.5.0",
|
|
23
23
|
"@types/jest": "^27.4.0",
|
|
24
|
-
"@types/node": "^16.11.
|
|
24
|
+
"@types/node": "^16.11.36",
|
|
25
25
|
"@types/react": "^17.0.38",
|
|
26
26
|
"@types/react-dom": "^17.0.11",
|
|
27
27
|
"anysort": "^2.0.0",
|
|
@@ -59,33 +59,33 @@
|
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@babel/cli": "
|
|
63
|
-
"@babel/core": "
|
|
64
|
-
"@babel/preset-env": "
|
|
65
|
-
"@babel/preset-react": "
|
|
66
|
-
"@babel/preset-typescript": "
|
|
67
|
-
"@ht2-labs/semantic-release": "
|
|
68
|
-
"@storybook/addon-a11y": "
|
|
69
|
-
"@storybook/addon-actions": "
|
|
70
|
-
"@storybook/addon-essentials": "
|
|
71
|
-
"@storybook/addon-jest": "
|
|
72
|
-
"@storybook/addon-links": "
|
|
73
|
-
"@storybook/addons": "
|
|
74
|
-
"@storybook/builder-webpack5": "
|
|
75
|
-
"@storybook/manager-webpack5": "
|
|
76
|
-
"@storybook/node-logger": "
|
|
77
|
-
"@storybook/preset-create-react-app": "
|
|
78
|
-
"@storybook/react": "
|
|
79
|
-
"@storybook/theming": "
|
|
80
|
-
"babel-preset-minify": "
|
|
81
|
-
"eslint-config-standard": "
|
|
82
|
-
"eslint-config-standard-with-typescript": "
|
|
83
|
-
"eslint-plugin-node": "
|
|
84
|
-
"eslint-plugin-promise": "
|
|
85
|
-
"source-map-explorer": "
|
|
86
|
-
"source-map-loader": "
|
|
87
|
-
"ts-node": "
|
|
88
|
-
"webpack": "
|
|
62
|
+
"@babel/cli": "7.17.6",
|
|
63
|
+
"@babel/core": "7.17.8",
|
|
64
|
+
"@babel/preset-env": "7.16.11",
|
|
65
|
+
"@babel/preset-react": "7.16.7",
|
|
66
|
+
"@babel/preset-typescript": "7.16.7",
|
|
67
|
+
"@ht2-labs/semantic-release": "2.0.100",
|
|
68
|
+
"@storybook/addon-a11y": "6.4.20",
|
|
69
|
+
"@storybook/addon-actions": "6.5.0-alpha.57",
|
|
70
|
+
"@storybook/addon-essentials": "6.5.0-alpha.57",
|
|
71
|
+
"@storybook/addon-jest": "6.4.20",
|
|
72
|
+
"@storybook/addon-links": "6.5.0-alpha.57",
|
|
73
|
+
"@storybook/addons": "6.4.20",
|
|
74
|
+
"@storybook/builder-webpack5": "6.5.0-alpha.57",
|
|
75
|
+
"@storybook/manager-webpack5": "6.5.0-alpha.57",
|
|
76
|
+
"@storybook/node-logger": "6.5.0-alpha.57",
|
|
77
|
+
"@storybook/preset-create-react-app": "4.1.0",
|
|
78
|
+
"@storybook/react": "6.5.0-alpha.57",
|
|
79
|
+
"@storybook/theming": "6.4.20",
|
|
80
|
+
"babel-preset-minify": "0.5.1",
|
|
81
|
+
"eslint-config-standard": "16.0.3",
|
|
82
|
+
"eslint-config-standard-with-typescript": "21.0.1",
|
|
83
|
+
"eslint-plugin-node": "11.1.0",
|
|
84
|
+
"eslint-plugin-promise": "6.0.0",
|
|
85
|
+
"source-map-explorer": "2.5.2",
|
|
86
|
+
"source-map-loader": "3.0.1",
|
|
87
|
+
"ts-node": "10.7.0",
|
|
88
|
+
"webpack": "5.71.0"
|
|
89
89
|
},
|
|
90
90
|
"release": {
|
|
91
91
|
"branches": [
|