eslint-config-gits 5.0.8 → 5.0.9
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/CHANGELOG.md +7 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.0.9](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v5.0.8...v5.0.9) (2024-08-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Declare globals peer dependency with fixed json error ([11499e1](https://gitlab.com/geenen-it-systeme/eslint-preset/commit/11499e11797be09ab371bd9514145c2711d845ff))
|
|
7
|
+
|
|
1
8
|
## [5.0.8](https://gitlab.com/geenen-it-systeme/eslint-preset/compare/v5.0.7...v5.0.8) (2024-08-22)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-gits",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.9",
|
|
4
4
|
"description": "EsLint preset for Geenen IT-Systeme",
|
|
5
5
|
"repository": "https://gitlab.com/geenen-it-systeme/eslint-preset",
|
|
6
6
|
"main": "index.mjs",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"eslint-plugin-react": "^7",
|
|
22
22
|
"eslint-plugin-react-hooks": "^5.1.0-rc-1d989965-20240821",
|
|
23
23
|
"eslint-plugin-storybook": "^0",
|
|
24
|
+
"globals": "^15",
|
|
24
25
|
"prettier": "^3"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|