Commit Graph

29 Commits

Author SHA1 Message Date
Liam
725aff67cb Maybe finally fix public env vars 2022-10-26 17:13:30 +01:00
Liam
0bd9ef5858 Add some debug 2022-10-26 13:02:09 +01:00
Liam
2fde31ef9c Add missing depend 2022-10-26 11:55:37 +01:00
Liam
b94e476c0d Downgrade NextJS back to v12 2022-10-26 11:52:58 +01:00
Liam
31c9d8cf5e More fixes 2022-10-26 10:41:15 +01:00
Liam
647aa5fbce Fix NextJS 13 errors and now using new font compontent 2022-10-26 10:11:39 +01:00
dependabot[bot]
5a7430fef0
Bump next from 12.3.1 to 13.0.0
Bumps [next](https://github.com/vercel/next.js) from 12.3.1 to 13.0.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v12.3.1...v13.0.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-26 08:16:53 +00:00
Liam
156c0a4f63
Merge pull request #16 from RealFascinated/dependabot/npm_and_yarn/types/react-18.0.23
Bump @types/react from 18.0.22 to 18.0.23
2022-10-26 09:13:20 +01:00
dependabot[bot]
0b5c46267a
Bump @types/react from 18.0.22 to 18.0.23
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.22 to 18.0.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-26 08:13:14 +00:00
Liam
ebe4090875
Merge pull request #18 from RealFascinated/dependabot/npm_and_yarn/eslint-config-next-13.0.0
Bump eslint-config-next from 12.3.1 to 13.0.0
2022-10-26 09:11:51 +01:00
dependabot[bot]
1d4d90b207
Bump eslint-config-next from 12.3.1 to 13.0.0
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.3.1 to 13.0.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.0.0/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-26 08:11:10 +00:00
Liam
6bc34eb51f
Merge pull request #17 from RealFascinated/dependabot/npm_and_yarn/types/node-18.11.5
Bump @types/node from 18.11.4 to 18.11.5
2022-10-26 09:11:04 +01:00
dependabot[bot]
ecf27992af
Bump @types/node from 18.11.4 to 18.11.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.4 to 18.11.5.
- [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>
2022-10-26 08:09:35 +00:00
Liam
0f0a451798
Merge branch 'main' into dependabot/npm_and_yarn/next-seo-5.8.0 2022-10-26 09:08:20 +01:00
dependabot[bot]
8b4daa04d7
Bump eslint from 8.25.0 to 8.26.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.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/v8.25.0...v8.26.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 18:38:09 +00:00
dependabot[bot]
4d7f7195fa
Bump next-seo from 5.6.0 to 5.8.0
Bumps [next-seo](https://github.com/garmeeh/next-seo) from 5.6.0 to 5.8.0.
- [Release notes](https://github.com/garmeeh/next-seo/releases)
- [Commits](https://github.com/garmeeh/next-seo/compare/v5.6.0...v5.8.0)

---
updated-dependencies:
- dependency-name: next-seo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 18:37:33 +00:00
Liam
efbbd6b6f1 TypeScript woop 2022-10-22 12:28:24 +01:00
Liam
756138f8a0 Moved caches to redis 2022-10-20 18:00:27 +01:00
Liam
e1a2d09ee6 Bump next-seo 2022-10-19 19:05:59 +01:00
dependabot[bot]
01137bb374
Bump eslint-config-next from 12.0.10 to 12.3.1
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.0.10 to 12.3.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v12.3.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 17:57:30 +00:00
dependabot[bot]
a1171810fb
Bump eslint from 8.9.0 to 8.25.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.25.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/v8.9.0...v8.25.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 17:50:29 +00:00
Liam
9f76e7c4e8 Update minimist 2022-10-19 18:48:07 +01:00
Liam
838dd90cde
Merge pull request #9 from RealFascinated/dependabot/npm_and_yarn/emotion/cache-11.10.3
Bump @emotion/cache from 11.7.1 to 11.10.3
2022-10-19 18:43:22 +01:00
dependabot[bot]
b5af728c4f
Bump @emotion/cache from 11.7.1 to 11.10.3
Bumps [@emotion/cache](https://github.com/emotion-js/emotion) from 11.7.1 to 11.10.3.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/cache@11.7.1...@emotion/cache@11.10.3)

---
updated-dependencies:
- dependency-name: "@emotion/cache"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 17:43:12 +00:00
dependabot[bot]
13fe172029
Bump sharp from 0.30.1 to 0.31.1
Bumps [sharp](https://github.com/lovell/sharp) from 0.30.1 to 0.31.1.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.30.1...v0.31.1)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 17:42:06 +00:00
dependabot[bot]
877210653f
Bump @emotion/server from 11.4.0 to 11.10.0
Bumps [@emotion/server](https://github.com/emotion-js/emotion) from 11.4.0 to 11.10.0.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/server@11.4.0...@emotion/server@11.10.0)

---
updated-dependencies:
- dependency-name: "@emotion/server"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 17:36:12 +00:00
Liam
bb63827e2a Added dark theme 2022-10-19 15:53:00 +01:00
Liam
47902f09bf Update SEO handling 2022-10-14 19:15:03 +01:00
Liam
e703712bfb Added value saving 2022-10-10 19:43:29 +01:00