mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
dd5f9cc09f
Bumps the dev-dependencies group with 4 updates: [@playwright/test](https://github.com/microsoft/playwright), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [i18next](https://github.com/i18next/i18next) and [vitepress](https://github.com/vuejs/vitepress). Updates `@playwright/test` from 1.46.0 to 1.46.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.46.0...v1.46.1) Updates `@types/node` from 22.4.0 to 22.4.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `i18next` from 23.13.0 to 23.14.0 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.13.0...v23.14.0) Updates `vitepress` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vitepress/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: i18next dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vitepress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "bin",
|
|
"version": "2.2.2",
|
|
"description": "",
|
|
"main": "checkAllPads.js",
|
|
"directories": {
|
|
"doc": "doc"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.4",
|
|
"ep_etherpad-lite": "workspace:../src",
|
|
"log4js": "^6.9.1",
|
|
"semver": "^7.6.3",
|
|
"tsx": "^4.17.0",
|
|
"ueberdb2": "^4.2.93"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.4.1",
|
|
"@types/semver": "^7.5.8",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"scripts": {
|
|
"makeDocs": "node --import tsx make_docs.ts",
|
|
"checkPad": "node --import tsx checkPad.ts",
|
|
"checkAllPads": "node --import tsx checkAllPads.ts",
|
|
"createUserSession": "node --import tsx createUserSession.ts",
|
|
"deletePad": "node --import tsx deletePad.ts",
|
|
"repairPad": "node --import tsx repairPad.ts",
|
|
"release": "node --import tsx release.ts",
|
|
"deleteAllGroupSessions": "node --import tsx deleteAllGroupSessions.ts",
|
|
"importSqlFile": "node --import tsx importSqlFile.ts",
|
|
"migrateDirtyDBtoRealDB": "node --import tsx migrateDirtyDBtoRealDB.ts",
|
|
"rebuildPad": "node --import tsx rebuildPad.ts",
|
|
"stalePlugins": "node --import tsx ./plugins/stalePlugins.ts",
|
|
"checkPlugin": "node --import tsx ./plugins/checkPlugin.ts",
|
|
"plugins": "node --import tsx ./plugins.ts",
|
|
"generateChangelog": "node --import tsx generateReleaseNotes.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|