@orchestrator-ui/eslint-config-custom 2.2.0 → 2.2.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/eslint-config-custom@2.2.0 build
2
+ > @orchestrator-ui/eslint-config-custom@2.2.1 build
3
3
  > tsup index.js --format esm
4
4
 
5
5
  CLI Building entry: index.js
@@ -7,4 +7,4 @@
7
7
  CLI Target: node16
8
8
  ESM Build start
9
9
  ESM dist/index.js 1.33 KB
10
- ESM ⚡️ Build success in 23ms
10
+ ESM ⚡️ Build success in 25ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orchestrator-ui/eslint-config-custom
2
2
 
3
+ ## 2.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5e61e40: Updates depedencies
8
+
3
9
  ## 2.2.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-ui/eslint-config-custom",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Contains the eslint configuration used in the Workflow orchestrator frontend projects",
6
6
  "main": "index.js",
@@ -28,14 +28,14 @@
28
28
  "dependencies": {
29
29
  "@eslint/js": "^10.0.1",
30
30
  "@trivago/prettier-plugin-sort-imports": "^6.0.2",
31
- "eslint": "^10.0.2",
31
+ "eslint": "^10.3.0",
32
32
  "eslint-config-next": "^16.1.6",
33
33
  "eslint-config-prettier": "^10.1.8",
34
34
  "eslint-plugin-react": "^7.37.5",
35
- "eslint-plugin-react-hooks": "^7.0.1",
36
- "globals": "^17.3.0",
35
+ "eslint-plugin-react-hooks": "^7.1.1",
36
+ "globals": "^17.6.0",
37
37
  "tsup": "^8.5.0",
38
- "typescript-eslint": "^8.45.0"
38
+ "typescript-eslint": "^8.59.2"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public",