mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
c7b295f8dd
Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.2.0` | `22.3.0` | | [@types/oidc-provider](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/oidc-provider) | `8.5.1` | `8.5.2` | | [i18next](https://github.com/i18next/i18next) | `23.12.3` | `23.13.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.427.0` | `0.428.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.0` | `6.26.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.0` | `5.4.1` | | [zustand](https://github.com/pmndrs/zustand) | `4.5.4` | `4.5.5` | Updates `@types/node` from 22.2.0 to 22.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/oidc-provider` from 8.5.1 to 8.5.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/oidc-provider) Updates `i18next` from 23.12.3 to 23.13.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.12.3...v23.13.0) Updates `lucide-react` from 0.427.0 to 0.428.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.428.0/packages/lucide-react) Updates `react-router-dom` from 6.26.0 to 6.26.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.1/packages/react-router-dom) Updates `vite` from 5.4.0 to 5.4.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.1/packages/vite) Updates `zustand` from 4.5.4 to 4.5.5 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.5.4...v4.5.5) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/oidc-provider" 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: lucide-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: react-router-dom dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: zustand 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>
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"name": "bin",
|
|
"version": "2.2.2",
|
|
"description": "",
|
|
"main": "checkAllPads.js",
|
|
"directories": {
|
|
"doc": "doc"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.3",
|
|
"ep_etherpad-lite": "workspace:../src",
|
|
"log4js": "^6.9.1",
|
|
"semver": "^7.6.3",
|
|
"tsx": "^4.17.0",
|
|
"ueberdb2": "^4.2.92"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.3.0",
|
|
"@types/semver": "^7.5.8",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"scripts": {
|
|
"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"
|
|
}
|