aboutsummaryrefslogtreecommitdiffstats
path: root/app/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump @types/node from 20.7.2 to 20.8.0dependabot[bot]2023-10-021-1/+1
| | | | | | | | | | | | | | Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.2 to 20.8.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump @types/node from 20.7.1 to 20.7.2dependabot[bot]2023-09-291-1/+1
| | | | | | | | | | | | | | Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.1 to 20.7.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Update dep + fix buildMatt Strapp2023-09-291-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Fix centering of contentMatt Strapp2023-09-291-0/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Pin dependenciesMatt Strapp2023-09-281-22/+22
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* somehow fix buildingMatt Strapp2023-09-281-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Bump postcss from 8.4.29 to 8.4.30dependabot[bot]2023-09-281-1/+1
| | | | | | | | | | | | | | | Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump @floating-ui/dom from 1.5.2 to 1.5.3dependabot[bot]2023-09-281-1/+1
| | | | | | | | | | | | | | | Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/floating-ui/floating-ui/releases) - [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md) - [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.5.3/packages/dom) --- updated-dependencies: - dependency-name: "@floating-ui/dom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump @types/node from 20.6.0 to 20.7.1dependabot[bot]2023-09-281-1/+1
| | | | | | | | | | | | | | Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.0 to 20.7.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump @skeletonlabs/skeleton from 2.1.0 to 2.2.0dependabot[bot]2023-09-281-1/+1
| | | | | | | | | | | | | | Bumps [@skeletonlabs/skeleton](https://github.com/skeletonlabs/skeleton) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/skeletonlabs/skeleton/releases) - [Commits](https://github.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@2.1.0...@skeletonlabs/skeleton@2.2.0) --- updated-dependencies: - dependency-name: "@skeletonlabs/skeleton" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump autoprefixer from 10.4.15 to 10.4.16dependabot[bot]2023-09-281-1/+1
| | | | | | | | | | | | | | | Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.15 to 10.4.16. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* aaaMatt Strapp2023-09-281-3/+0
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Make the website less ugly, especially on mobileMatt Strapp2023-09-281-0/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Get rid of crc32, truncate insteadMatt Strapp2023-09-271-0/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Upgrade depsMatt Strapp2023-09-271-7/+10
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* lint: add eslint --fix to lint scriptMatt Strapp2023-09-151-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Here goes nothing!Matt Strapp2023-09-151-2/+3
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Fix sourcemaps + typingMatt Strapp2023-09-141-1/+2
|
* Add basic PWA supportMatt Strapp2023-09-141-2/+5
| | | | TODO: draw the rest of the owl
* Initial commitMatt Strapp2023-09-131-0/+44
Get the skeleton (hehe) started