tods-competition-factory 2.1.5 → 2.1.7

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.5",
25
+ "version": "2.1.7",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -108,10 +108,10 @@
108
108
  }
109
109
  },
110
110
  "devDependencies": {
111
- "@babel/core": "7.24.3",
111
+ "@babel/core": "7.24.4",
112
112
  "@babel/plugin-transform-nullish-coalescing-operator": "7.24.1",
113
113
  "@babel/plugin-transform-optional-chaining": "7.24.1",
114
- "@babel/preset-env": "7.24.3",
114
+ "@babel/preset-env": "7.24.4",
115
115
  "@babel/preset-typescript": "7.24.1",
116
116
  "@commitlint/cli": "19.2.1",
117
117
  "@commitlint/config-conventional": "19.1.0",
@@ -134,10 +134,10 @@
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.11",
137
+ "@swc/core": "1.4.12",
138
138
  "@types/express": "4.17.21",
139
139
  "@types/jest": "29.5.12",
140
- "@types/node": "20.12.2",
140
+ "@types/node": "20.12.4",
141
141
  "@types/supertest": "6.0.2",
142
142
  "@typescript-eslint/eslint-plugin": "7.5.0",
143
143
  "@typescript-eslint/parser": "7.5.0",
@@ -169,7 +169,7 @@
169
169
  "prettier-eslint": "16.3.0",
170
170
  "reflect-metadata": "0.2.2",
171
171
  "rimraf": "5.0.5",
172
- "rollup": "4.13.2",
172
+ "rollup": "4.14.0",
173
173
  "rollup-plugin-dts": "6.1.0",
174
174
  "rxjs": "7.8.1",
175
175
  "semver": "7.6.0",
@@ -180,9 +180,9 @@
180
180
  "ts-node": "10.9.2",
181
181
  "tsconfig-paths": "4.2.0",
182
182
  "tslib": "2.6.2",
183
- "typescript": "5.4.3",
183
+ "typescript": "5.4.4",
184
184
  "variable-diff": "2.0.2",
185
- "vite": "5.2.7",
185
+ "vite": "5.2.8",
186
186
  "vite-tsconfig-paths": "4.3.2",
187
187
  "vitest": "1.4.0"
188
188
  },