tods-competition-factory 2.1.10 → 2.1.11

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 CHANGED
@@ -22,7 +22,7 @@
22
22
  "seeding",
23
23
  "tennis"
24
24
  ],
25
- "version": "2.1.10",
25
+ "version": "2.1.11",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -134,7 +134,7 @@
134
134
  "@rollup/plugin-terser": "0.4.4",
135
135
  "@rollup/plugin-typescript": "11.1.6",
136
136
  "@swc/cli": "0.3.12",
137
- "@swc/core": "1.4.14",
137
+ "@swc/core": "1.4.16",
138
138
  "@types/express": "4.17.21",
139
139
  "@types/jest": "29.5.12",
140
140
  "@types/node": "20.12.7",
@@ -157,10 +157,10 @@
157
157
  "eslint-plugin-compat": "4.2.0",
158
158
  "eslint-plugin-import": "2.29.1",
159
159
  "eslint-plugin-prettier": "5.1.3",
160
- "eslint-plugin-react": "7.34.1",
161
160
  "eslint-plugin-sonarjs": "^0.25.0",
162
161
  "esm": "3.2.25",
163
162
  "fs-extra": "11.2.0",
163
+ "globals": "^15.0.0",
164
164
  "husky": "9.0.11",
165
165
  "jest": "29.7.0",
166
166
  "lint-staged": "15.2.2",
@@ -182,7 +182,7 @@
182
182
  "tslib": "2.6.2",
183
183
  "typescript": "5.4.5",
184
184
  "variable-diff": "2.0.2",
185
- "vite": "5.2.8",
185
+ "vite": "5.2.9",
186
186
  "vite-tsconfig-paths": "4.3.2",
187
187
  "vitest": "1.5.0"
188
188
  },