tods-competition-factory 1.9.1 → 1.9.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.
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "seeding",
23
23
  "tennis"
24
24
  ],
25
- "version": "1.9.1",
25
+ "version": "1.9.3",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -112,8 +112,8 @@
112
112
  "trailingComma": "es5"
113
113
  },
114
114
  "devDependencies": {
115
- "@babel/core": "7.23.5",
116
- "@babel/preset-env": "7.23.5",
115
+ "@babel/core": "7.23.6",
116
+ "@babel/preset-env": "7.23.6",
117
117
  "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
118
118
  "@babel/plugin-transform-optional-chaining": "^7.23.0",
119
119
  "@babel/preset-typescript": "7.23.3",
@@ -121,13 +121,13 @@
121
121
  "@commitlint/config-conventional": "^18.0.0",
122
122
  "@rollup/plugin-babel": "6.0.4",
123
123
  "@rollup/plugin-commonjs": "25.0.7",
124
- "@rollup/plugin-json": "6.0.1",
124
+ "@rollup/plugin-json": "6.1.0",
125
125
  "@rollup/plugin-node-resolve": "15.2.3",
126
126
  "@rollup/plugin-terser": "^0.4.3",
127
127
  "@rollup/plugin-typescript": "11.1.5",
128
128
  "@types/node": "20.8.8",
129
- "@typescript-eslint/eslint-plugin": "6.13.2",
130
- "@typescript-eslint/parser": "6.13.2",
129
+ "@typescript-eslint/eslint-plugin": "6.14.0",
130
+ "@typescript-eslint/parser": "6.14.0",
131
131
  "@vitest/coverage-v8": "^0.34.0",
132
132
  "@vitest/ui": "^0.34.0",
133
133
  "agadoo": "^3.0.0",
@@ -160,7 +160,7 @@
160
160
  "tslib": "2.6.2",
161
161
  "typescript": "5.3.3",
162
162
  "variable-diff": "^2.0.2",
163
- "vite": "5.0.7",
163
+ "vite": "5.0.8",
164
164
  "vitest": "^0.34.0"
165
165
  },
166
166
  "lint-staged": {