@openfin/ui-library 0.16.0-alpha.1684240966 → 0.16.0-alpha.1684419059

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 +18 -19
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfin/ui-library",
3
3
  "description": "OpenFin UI Component Library",
4
- "version": "0.16.0-alpha.1684240966",
4
+ "version": "0.16.0-alpha.1684419059",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "repository": "github:openfin/ui-library",
@@ -58,31 +58,30 @@
58
58
  "@types/react-dom": "^17.0.2",
59
59
  "@types/styled-components": "^5.1.25",
60
60
  "@types/tinycolor2": "^1.4.3",
61
- "@typescript-eslint/eslint-plugin": "^5.29.0",
62
- "@typescript-eslint/parser": "^5.29.0",
61
+ "@typescript-eslint/eslint-plugin": "^5.59.6",
62
+ "@typescript-eslint/parser": "^5.59.6",
63
63
  "babel-loader": "^8.2.5",
64
64
  "copy-webpack-plugin": "^11.0.0",
65
65
  "cross-env": "^7.0.3",
66
66
  "css-loader": "^6.7.3",
67
- "eslint": "^8.18.0",
68
- "eslint-config-prettier": "^8.5.0",
69
- "eslint-plugin-jest": "^26.5.3",
70
- "eslint-plugin-prettier": "^4.0.0",
71
- "eslint-plugin-react": "^7.30.0",
67
+ "eslint": "^8.40.0",
68
+ "eslint-config-prettier": "^8.8.0",
69
+ "eslint-plugin-jest": "^27.2.1",
70
+ "eslint-plugin-prettier": "^4.2.1",
71
+ "eslint-plugin-react": "^7.32.2",
72
72
  "file-loader": "^6.2.0",
73
73
  "identity-obj-proxy": "^3.0.0",
74
74
  "jest": "^28.1.2",
75
75
  "jest-environment-jsdom": "^28.1.2",
76
- "prettier": "^2.7.1",
76
+ "postcss-styled-syntax": "^0.4.0",
77
+ "prettier": "^2.8.8",
77
78
  "react-is": "^17.0.2",
78
79
  "react-refresh": "^0.14.0",
79
80
  "rimraf": "^3.0.2",
80
81
  "storybook": "^7.0.11",
81
82
  "storybook-addon-performance": "^0.17.1",
82
- "stylelint": "^14.9.1",
83
- "stylelint-config-recommended": "^8.0.0",
84
- "stylelint-config-styled-components": "^0.1.1",
85
- "stylelint-processor-styled-components": "^1.10.0",
83
+ "stylelint": "^15.6.1",
84
+ "stylelint-config-recommended": "^12.0.0",
86
85
  "ts-jest": "^28.0.5",
87
86
  "ts-loader": "^9.3.1",
88
87
  "typescript": "^4.7.4",
@@ -149,13 +148,13 @@
149
148
  }
150
149
  },
151
150
  "stylelint": {
152
- "processors": [
153
- "stylelint-processor-styled-components"
154
- ],
151
+ "customSyntax": "postcss-styled-syntax",
155
152
  "extends": [
156
- "stylelint-config-recommended",
157
- "stylelint-config-styled-components"
158
- ]
153
+ "stylelint-config-recommended"
154
+ ],
155
+ "rules": {
156
+ "no-empty-source": null
157
+ }
159
158
  },
160
159
  "prettier": {
161
160
  "endOfLine": "lf",