@linzjs/lui 12.2.0-roll-up-3.2 → 12.2.0-roll-up-3.6
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 +8 -12
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "12.2.0-roll-up-3.
|
|
2
|
+
"version": "12.2.0-roll-up-3.6",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
@@ -14,14 +14,12 @@
|
|
|
14
14
|
],
|
|
15
15
|
"scripts": {
|
|
16
16
|
"build:sass": "sass src/scss/base.scss dist/lui.css",
|
|
17
|
-
"start": "tsdx watch",
|
|
18
17
|
"build": "rollup -c && npm run build:sass",
|
|
19
|
-
"tsdx-test": "tsdx test --passWithNoTests --runInBand --detectOpenHandles",
|
|
20
18
|
"test": "jest --runInBand --detectOpenHandles",
|
|
21
|
-
"test:watch": "
|
|
22
|
-
"test:clear": "
|
|
23
|
-
"lint": "",
|
|
24
|
-
"lint:fix": "
|
|
19
|
+
"test:watch": "jest --passWithNoTests --watch",
|
|
20
|
+
"test:clear": "jest --clearCache",
|
|
21
|
+
"lint": "eslint ./src/**/*.{ts,tsx} --max-warnings 0",
|
|
22
|
+
"lint:fix": "eslint ./src/**/*.{ts,tsx} --fix",
|
|
25
23
|
"size": "size-limit",
|
|
26
24
|
"prepare": "npm run build",
|
|
27
25
|
"analyze": "size-limit --why",
|
|
@@ -73,7 +71,6 @@
|
|
|
73
71
|
}
|
|
74
72
|
],
|
|
75
73
|
"devDependencies": {
|
|
76
|
-
"@babel/core": "^7.12.3",
|
|
77
74
|
"@geometricpanda/storybook-addon-badges": "^0.2.1",
|
|
78
75
|
"@rollup/plugin-commonjs": "^17.1.0",
|
|
79
76
|
"@rollup/plugin-json": "^4.1.0",
|
|
@@ -104,13 +101,12 @@
|
|
|
104
101
|
"@types/sass": "^1.16.0",
|
|
105
102
|
"@types/uuid": "^8.3.1",
|
|
106
103
|
"@types/yup": "0.29.0",
|
|
107
|
-
"babel-loader": "^8.2.2",
|
|
108
|
-
"babel-preset-react-app": "^10.0.0",
|
|
109
104
|
"chromatic": "^4.0.3",
|
|
110
105
|
"conventional-changelog-conventionalcommits": "^4.6.1",
|
|
111
106
|
"css-loader": "^3.6.0",
|
|
112
107
|
"esbuild": "^0.13.8",
|
|
113
108
|
"esbuild-jest": "^0.5.0",
|
|
109
|
+
"eslint-config-react-app": "^7.0.0",
|
|
114
110
|
"fetch-mock": "^9.11.0",
|
|
115
111
|
"html-loader": "^1.1.0",
|
|
116
112
|
"husky": "^4.3.0",
|
|
@@ -118,7 +114,6 @@
|
|
|
118
114
|
"jest-canvas-mock": "2.2.0",
|
|
119
115
|
"msw": "^0.22.2",
|
|
120
116
|
"npm-run-all": "^4.1.5",
|
|
121
|
-
"prettier": "^2.0.5",
|
|
122
117
|
"pretty-quick": "^3.1.1",
|
|
123
118
|
"react": "^16.8.3",
|
|
124
119
|
"react-dom": "^16.8.3",
|
|
@@ -140,7 +135,8 @@
|
|
|
140
135
|
"stylelint-suitcss": "^4.0.0",
|
|
141
136
|
"typescript": "^3.9.7",
|
|
142
137
|
"whatwg-fetch": "^3.4.1",
|
|
143
|
-
"yup": "^0.29.0"
|
|
138
|
+
"yup": "^0.29.0",
|
|
139
|
+
"@linzjs/style": "^3.6.0"
|
|
144
140
|
},
|
|
145
141
|
"dependencies": {
|
|
146
142
|
"@fontsource/open-sans": "^4.5.1",
|