tods-competition-factory 1.6.26 → 1.6.28

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.6.26",
25
+ "version": "1.6.28",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -119,12 +119,12 @@
119
119
  "@babel/preset-typescript": "7.23.0",
120
120
  "@commitlint/cli": "^17.7.0",
121
121
  "@commitlint/config-conventional": "^17.7.0",
122
- "@rollup/plugin-babel": "6.0.3",
123
- "@rollup/plugin-commonjs": "25.0.4",
124
- "@rollup/plugin-json": "6.0.0",
125
- "@rollup/plugin-node-resolve": "15.2.1",
122
+ "@rollup/plugin-babel": "6.0.4",
123
+ "@rollup/plugin-commonjs": "25.0.5",
124
+ "@rollup/plugin-json": "6.0.1",
125
+ "@rollup/plugin-node-resolve": "15.2.2",
126
126
  "@rollup/plugin-terser": "^0.4.3",
127
- "@rollup/plugin-typescript": "11.1.4",
127
+ "@rollup/plugin-typescript": "11.1.5",
128
128
  "@types/node": "18.18.3",
129
129
  "@typescript-eslint/eslint-plugin": "6.7.4",
130
130
  "@typescript-eslint/parser": "6.7.4",
@@ -153,7 +153,7 @@
153
153
  "prettier-eslint": "15.0.1",
154
154
  "quicktype": "23.0.76",
155
155
  "rimraf": "5.0.5",
156
- "rollup": "3.29.4",
156
+ "rollup": "4.0.0",
157
157
  "rollup-plugin-dts": "6.0.2",
158
158
  "rollup-plugin-esbuild": "6.0.2",
159
159
  "semver": "^7.5.1",
@@ -161,7 +161,7 @@
161
161
  "tslib": "2.6.2",
162
162
  "typescript": "5.2.2",
163
163
  "variable-diff": "^2.0.2",
164
- "vite": "4.4.10",
164
+ "vite": "4.4.11",
165
165
  "vitest": "^0.34.0"
166
166
  },
167
167
  "lint-staged": {