Skip to content

Commit 99aecaa

Browse files
committed
deps: update aegir and typescript
1 parent 5c079ba commit 99aecaa

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"@types/winston": "^2.4.4",
193193
"@typescript-eslint/eslint-plugin": "^5.22.0",
194194
"@typescript-eslint/parser": "^5.22.0",
195-
"aegir": "^37.0.15",
195+
"aegir": "^44.1.1",
196196
"check-aegir-project": "^1.0.3",
197197
"cors": "^2.8.5",
198198
"cp-cli": "^2.0.0",
@@ -207,7 +207,7 @@
207207
"regenerator-runtime": "^0.13.9",
208208
"ts-node": "^10.7.0",
209209
"tsc-silent": "^1.2.1",
210-
"typescript": "^4.6.4",
210+
"typescript": "^5.5.4",
211211
"winston": "^3.6.0"
212212
}
213213
}

test/configuration.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
/* eslint-env browser, node, mocha */
22
import { expect } from 'aegir/chai'
33

4-
import { Configuration, ConfigurationParameters } from '../src/index.js'
4+
import { Configuration, type ConfigurationParameters } from '../src/index.js'
55

6-
// export default async (setup: () => Promise<unknown>) => {
76
describe('Configuration', () => {
87
it('Can be instantiated', () => {
98
const configuration: ConfigurationParameters = {}
109
expect(() => new Configuration(configuration)).not.to.throw()
1110
})
1211
})
13-
// }

0 commit comments

Comments
 (0)