tods-competition-factory 1.7.0 → 1.7.2

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.7.0",
25
+ "version": "1.7.2",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -113,8 +113,6 @@
113
113
  },
114
114
  "devDependencies": {
115
115
  "@babel/core": "7.23.0",
116
- "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
117
- "@babel/plugin-proposal-optional-chaining": "7.21.0",
118
116
  "@babel/preset-env": "7.22.20",
119
117
  "@babel/preset-typescript": "7.23.0",
120
118
  "@commitlint/cli": "^17.7.0",
@@ -122,12 +120,12 @@
122
120
  "@rollup/plugin-babel": "6.0.4",
123
121
  "@rollup/plugin-commonjs": "25.0.5",
124
122
  "@rollup/plugin-json": "6.0.1",
125
- "@rollup/plugin-node-resolve": "15.2.2",
123
+ "@rollup/plugin-node-resolve": "15.2.3",
126
124
  "@rollup/plugin-terser": "^0.4.3",
127
125
  "@rollup/plugin-typescript": "11.1.5",
128
- "@types/node": "18.18.3",
129
- "@typescript-eslint/eslint-plugin": "6.7.4",
130
- "@typescript-eslint/parser": "6.7.4",
126
+ "@types/node": "18.18.4",
127
+ "@typescript-eslint/eslint-plugin": "6.7.5",
128
+ "@typescript-eslint/parser": "6.7.5",
131
129
  "@vitest/coverage-v8": "^0.34.0",
132
130
  "@vitest/ui": "^0.34.0",
133
131
  "agadoo": "^3.0.0",
@@ -136,7 +134,7 @@
136
134
  "c8": "8.0.1",
137
135
  "chalk": "^5.2.0",
138
136
  "esbuild": "0.19.4",
139
- "eslint": "8.50.0",
137
+ "eslint": "8.51.0",
140
138
  "eslint-config-prettier": "9.0.0",
141
139
  "eslint-import-resolver-typescript": "3.6.1",
142
140
  "eslint-module-utils": "2.8.0",
@@ -153,11 +151,10 @@
153
151
  "prettier-eslint": "15.0.1",
154
152
  "quicktype": "23.0.76",
155
153
  "rimraf": "5.0.5",
156
- "rollup": "4.0.0",
157
- "rollup-plugin-dts": "6.0.2",
158
- "rollup-plugin-esbuild": "6.0.2",
154
+ "rollup": "4.0.2",
155
+ "rollup-plugin-dts": "6.1.0",
156
+ "rollup-plugin-esbuild": "6.1.0",
159
157
  "semver": "^7.5.1",
160
- "source-map-resolve": "0.6.0",
161
158
  "tslib": "2.6.2",
162
159
  "typescript": "5.2.2",
163
160
  "variable-diff": "^2.0.2",
@@ -172,5 +169,9 @@
172
169
  "browserslist": [
173
170
  "defaults and supports es6-module",
174
171
  "maintained node versions"
175
- ]
172
+ ],
173
+ "dependencies": {
174
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
175
+ "@babel/plugin-transform-optional-chaining": "^7.23.0"
176
+ }
176
177
  }