@learningpool/ui 1.4.0-beta.6 → 1.4.0-beta.7
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/{license → LICENSE} +0 -0
- package/{readme.md → README.md} +0 -0
- package/package.json +8 -75
package/{license → LICENSE}
RENAMED
|
File without changes
|
package/{readme.md → README.md}
RENAMED
|
File without changes
|
package/package.json
CHANGED
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"components",
|
|
10
10
|
"ui"
|
|
11
11
|
],
|
|
12
|
-
"version": "1.4.0-beta.
|
|
12
|
+
"version": "1.4.0-beta.7",
|
|
13
13
|
"private": false,
|
|
14
|
-
"main": "
|
|
15
|
-
"module": "
|
|
14
|
+
"main": "index.js",
|
|
15
|
+
"module": "index.js",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@emotion/react": "^11.7.1",
|
|
18
18
|
"@emotion/styled": "^11.6.0",
|
|
@@ -24,88 +24,21 @@
|
|
|
24
24
|
"@testing-library/react": "^12.1.2",
|
|
25
25
|
"@testing-library/user-event": "^13.5.0",
|
|
26
26
|
"@types/jest": "^27.4.0",
|
|
27
|
-
"@types/node": "^16.11.
|
|
27
|
+
"@types/node": "^16.11.45",
|
|
28
28
|
"@types/react": "^17.0.38",
|
|
29
29
|
"@types/react-dom": "^17.0.11",
|
|
30
30
|
"anysort": "^2.0.0",
|
|
31
31
|
"focus-trap-react": "^8.11.0",
|
|
32
|
-
"react": "^17.0.2",
|
|
33
|
-
"react-dom": "^17.0.2",
|
|
34
32
|
"react-scripts": "5.0.1",
|
|
35
33
|
"tss-react": "^3.3.6",
|
|
36
34
|
"typescript": "^4.6.2",
|
|
37
35
|
"web-vitals": "^2.1.4"
|
|
38
36
|
},
|
|
39
|
-
"scripts": {
|
|
40
|
-
"analyze:build": "source-map-explorer 'build/static/js/*.js'",
|
|
41
|
-
"analyze:module": "source-map-explorer 'dist/*.js'",
|
|
42
|
-
"build": "build-storybook",
|
|
43
|
-
"build:module": "rm -rf dist && tsc && npm run generate:package",
|
|
44
|
-
"generate:package": "node ./merge.js",
|
|
45
|
-
"lint": "eslint --ext .tsx ./src",
|
|
46
|
-
"lint:fix": "eslint --ext .tsx ./src --fix",
|
|
47
|
-
"semantic-release": "ht2-release-public-circleci-lib-dist",
|
|
48
|
-
"start": "start-storybook -p 6006",
|
|
49
|
-
"start:run-tests": "npm run test:generate-output && npm run start",
|
|
50
|
-
"test": "jest",
|
|
51
|
-
"test:u": "jest --updateSnapshot && npm run lint:fix",
|
|
52
|
-
"test:update-snapshot": "test:u",
|
|
53
|
-
"test:generate-output": "jest --json --outputFile=.jest-test-results.json"
|
|
54
|
-
},
|
|
55
|
-
"browserslist": {
|
|
56
|
-
"production": [
|
|
57
|
-
">0.2%",
|
|
58
|
-
"not dead",
|
|
59
|
-
"not op_mini all"
|
|
60
|
-
],
|
|
61
|
-
"development": [
|
|
62
|
-
"last 1 chrome version",
|
|
63
|
-
"last 1 firefox version",
|
|
64
|
-
"last 1 safari version"
|
|
65
|
-
]
|
|
66
|
-
},
|
|
67
|
-
"devDependencies": {
|
|
68
|
-
"@babel/cli": "7.17.10",
|
|
69
|
-
"@babel/core": "7.18.5",
|
|
70
|
-
"@babel/preset-env": "7.18.2",
|
|
71
|
-
"@babel/preset-react": "7.17.12",
|
|
72
|
-
"@babel/preset-typescript": "7.17.12",
|
|
73
|
-
"@ht2-labs/semantic-release": "3.0.5",
|
|
74
|
-
"@storybook/addon-a11y": "6.5.9",
|
|
75
|
-
"@storybook/addon-actions": "6.5.9",
|
|
76
|
-
"@storybook/addon-essentials": "6.5.9",
|
|
77
|
-
"@storybook/addon-jest": "6.5.9",
|
|
78
|
-
"@storybook/addon-links": "6.5.9",
|
|
79
|
-
"@storybook/addons": "6.5.9",
|
|
80
|
-
"@storybook/builder-webpack5": "6.5.9",
|
|
81
|
-
"@storybook/manager-webpack5": "6.5.9",
|
|
82
|
-
"@storybook/node-logger": "6.5.9",
|
|
83
|
-
"@storybook/preset-create-react-app": "4.1.2",
|
|
84
|
-
"@storybook/react": "6.5.9",
|
|
85
|
-
"@storybook/theming": "6.5.9",
|
|
86
|
-
"babel-preset-minify": "0.5.2",
|
|
87
|
-
"eslint-config-standard": "16.0.3",
|
|
88
|
-
"eslint-config-standard-with-typescript": "21.0.1",
|
|
89
|
-
"eslint-plugin-node": "11.1.0",
|
|
90
|
-
"eslint-plugin-promise": "4.3.1",
|
|
91
|
-
"source-map-explorer": "2.5.2",
|
|
92
|
-
"source-map-loader": "3.0.1",
|
|
93
|
-
"ts-node": "10.8.1",
|
|
94
|
-
"webpack": "5.72.1"
|
|
95
|
-
},
|
|
96
|
-
"release": {
|
|
97
|
-
"branches": [
|
|
98
|
-
{
|
|
99
|
-
"name": "main"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"name": "beta",
|
|
103
|
-
"channel": "beta",
|
|
104
|
-
"prerelease": true
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
},
|
|
108
37
|
"publishConfig": {
|
|
109
38
|
"access": "public"
|
|
39
|
+
},
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"react": "^17.0.2",
|
|
42
|
+
"react-dom": "^17.0.2"
|
|
110
43
|
}
|
|
111
44
|
}
|