aboutsummaryrefslogtreecommitdiffstats
path: root/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump the node-deps group with 3 updatesdependabot[bot]2024-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the node-deps group with 3 updates: [syncpack](https://github.com/JamieMason/syncpack), [eslint](https://github.com/eslint/eslint) and [tslib](https://github.com/Microsoft/tslib). Updates `syncpack` from 12.4.0 to 13.0.0 - [Release notes](https://github.com/JamieMason/syncpack/releases) - [Changelog](https://github.com/JamieMason/syncpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/JamieMason/syncpack/compare/12.4.0...13.0.0) Updates `eslint` from 9.9.0 to 9.9.1 - [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.9.0...v9.9.1) Updates `tslib` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.6.3...v2.7.0) --- updated-dependencies: - dependency-name: syncpack dependency-type: direct:development update-type: version-update:semver-major dependency-group: node-deps - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-deps - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump the node-deps group with 3 updatesdependabot[bot]2024-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the node-deps group with 3 updates: [syncpack](https://github.com/JamieMason/syncpack), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `syncpack` from 12.3.3 to 12.4.0 - [Release notes](https://github.com/JamieMason/syncpack/releases) - [Changelog](https://github.com/JamieMason/syncpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/JamieMason/syncpack/compare/12.3.3...12.4.0) Updates `@typescript-eslint/eslint-plugin` from 7.17.0 to 7.18.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/v7.18.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.17.0 to 7.18.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/v7.18.0/packages/parser) --- updated-dependencies: - dependency-name: syncpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump syncpack from 12.3.2 to 12.3.3dependabot[bot]2024-06-251-1/+1
| | | | | | | | | | | | | | | Bumps [syncpack](https://github.com/JamieMason/syncpack) from 12.3.2 to 12.3.3. - [Release notes](https://github.com/JamieMason/syncpack/releases) - [Changelog](https://github.com/JamieMason/syncpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/JamieMason/syncpack/compare/12.3.2...12.3.3) --- updated-dependencies: - dependency-name: syncpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump syncpack from 12.3.1 to 12.3.2dependabot[bot]2024-04-241-1/+1
| | | | | | | | | | | | | | | Bumps [syncpack](https://github.com/JamieMason/syncpack) from 12.3.1 to 12.3.2. - [Release notes](https://github.com/JamieMason/syncpack/releases) - [Changelog](https://github.com/JamieMason/syncpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/JamieMason/syncpack/compare/12.3.1...12.3.2) --- updated-dependencies: - dependency-name: syncpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump syncpack from 12.3.0 to 12.3.1dependabot[bot]2024-04-231-1/+1
| | | | | | | | | | | | | | | Bumps [syncpack](https://github.com/JamieMason/syncpack) from 12.3.0 to 12.3.1. - [Release notes](https://github.com/JamieMason/syncpack/releases) - [Changelog](https://github.com/JamieMason/syncpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/JamieMason/syncpack/compare/12.3.0...12.3.1) --- updated-dependencies: - dependency-name: syncpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Update to SvelteKit 2Matt Strapp2024-01-201-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* nothingMatt Strapp2023-10-181-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add LicenseMatt Strapp2023-10-181-2/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Pin dependenciesMatt Strapp2023-09-281-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* somehow fix buildingMatt Strapp2023-09-281-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* aaaMatt Strapp2023-09-281-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Upgrade depsMatt Strapp2023-09-271-0/+8
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Initial commitMatt Strapp2023-09-131-0/+18
Get the skeleton (hehe) started