1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-12-22 19:05:59 +00:00

Do lots of updates so it actually builds

This commit is contained in:
Jake Howard 2022-09-09 15:50:05 +01:00
parent cb3297d70a
commit 7e0a022548
Signed by: jake
GPG key ID: 57AFB45680EDD477
5 changed files with 41469 additions and 15848 deletions

View file

@ -8,10 +8,10 @@ static:
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .yarn
- .npm
- .cache
before_script:
- yarn install --cache-folder .yarn --prefer-offline --production --network-timeout 100000
- npm ci --cache .npm --prefer-offline
script:
- npm run build
artifacts:

View file

@ -1,8 +1,7 @@
---
title: Example note
tags:
- example
emoji: 👋
modified: 2022-09-09
---
This is an example note, see below for some code.

41459
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -9,20 +9,17 @@
"start": "gatsby develop"
},
"dependencies": {
"gatsby": "^2.23.18",
"gatsby-plugin-plausible": "^0.0.6",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-sitemap": "^2.4.14",
"gatsby": "^3.14.6",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-sri": "^1.1.0",
"gatsby-theme-code-notes": "^1.15.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"gatsby-theme-code-notes": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/RealOrangeOne/notes"
},
"bugs": {
"url": "https://github.com/RealOrangeOne/notes/issues"
}
}

15834
yarn.lock

File diff suppressed because it is too large Load diff