@linzjs/lui 12.2.0-roll-up-3.2 → 12.2.0-roll-up-3.3

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 (1) hide show
  1. package/package.json +8 -9
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "12.2.0-roll-up-3.2",
2
+ "version": "12.2.0-roll-up-3.3",
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": "tsdx test --passWithNoTests --watch",
22
- "test:clear": "tsdx test --clearCache",
23
- "lint": "",
24
- "lint:fix": "tsdx 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",
@@ -111,6 +109,7 @@
111
109
  "css-loader": "^3.6.0",
112
110
  "esbuild": "^0.13.8",
113
111
  "esbuild-jest": "^0.5.0",
112
+ "eslint-config-react-app": "^7.0.0",
114
113
  "fetch-mock": "^9.11.0",
115
114
  "html-loader": "^1.1.0",
116
115
  "husky": "^4.3.0",
@@ -118,7 +117,6 @@
118
117
  "jest-canvas-mock": "2.2.0",
119
118
  "msw": "^0.22.2",
120
119
  "npm-run-all": "^4.1.5",
121
- "prettier": "^2.0.5",
122
120
  "pretty-quick": "^3.1.1",
123
121
  "react": "^16.8.3",
124
122
  "react-dom": "^16.8.3",
@@ -140,7 +138,8 @@
140
138
  "stylelint-suitcss": "^4.0.0",
141
139
  "typescript": "^3.9.7",
142
140
  "whatwg-fetch": "^3.4.1",
143
- "yup": "^0.29.0"
141
+ "yup": "^0.29.0",
142
+ "@linzjs/style": "^3.6.0"
144
143
  },
145
144
  "dependencies": {
146
145
  "@fontsource/open-sans": "^4.5.1",