mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Bumps [nanoid](https://github.com/ai/nanoid) and [mocha](https://github.com/mochajs/mocha). These dependencies needed to be updated together. Removes `nanoid` Updates `mocha` from 8.4.0 to 10.0.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v10.0.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"mocha": "^10.0.0",
|
|
"mocha-teamcity-reporter": "^4.0.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"scripts": {},
|
|
"workspaces": [
|
|
"resources/gosh",
|
|
"resources/build/version",
|
|
"developer/src/kmlmc",
|
|
"developer/src/server",
|
|
"common/models/*",
|
|
"common/web/*",
|
|
"common/predictive-text",
|
|
"web"
|
|
]
|
|
}
|