txtdot/package.json

21 lines
469 B
JSON
Raw Normal View History

2023-08-13 20:38:33 +03:00
{
2024-05-12 16:24:50 +03:00
"name": "root",
2023-08-13 21:39:23 +03:00
"private": true,
2024-05-12 16:24:50 +03:00
"dependencies": {},
"scripts": {
"build": "lerna run build",
"format": "prettier --write .",
"format:check": "prettier --check ."
2023-08-13 20:38:33 +03:00
},
"devDependencies": {
2024-05-12 16:24:50 +03:00
"lerna": "^8.1.2",
"eslint": "^9.7.0",
"prettier": "^3.1.1",
"tsc-watch": "^6.2.0",
2024-05-12 16:24:50 +03:00
"typescript": "^5.4.5",
Build(deps): Bump the deps group across 1 directory with 6 updates Bumps the deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.7.0` | `9.8.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.12` | `22.1.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.17.0` | `8.0.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.17.0` | `8.0.0` | | [axios](https://github.com/axios/axios) | `1.7.2` | `1.7.3` | | [fastify](https://github.com/fastify/fastify) | `4.27.0` | `4.28.1` | Updates `eslint` from 9.7.0 to 9.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.7.0...v9.8.0) Updates `@types/node` from 20.14.12 to 22.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 7.17.0 to 8.0.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.17.0 to 8.0.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/parser) Updates `axios` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.3) Updates `fastify` from 4.27.0 to 4.28.1 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.27.0...v4.28.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: deps - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 08:01:33 +03:00
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0"
2024-05-12 16:24:50 +03:00
}
2023-08-13 20:38:33 +03:00
}