Skip to content

Commit

Permalink
updating to latest theme
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Dec 12, 2023
1 parent 2821d0e commit e9ddf6f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DeveloperWebsite.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"files.watcherExclude": {
"**/node_modules/**": true
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@
TODO: INSERT INSTRUCTIONS ON USING AND DEPLOYING

- Run yarn install
- Run yarn start
- Run yarn start

## Upgrading to latest theme

because we have a custom theme and we have `"@riverscapes/gatsby-theme": "latest",`, we need to manually upgrade the theme. To do this, run the following command:

```bash
yarn up
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"author": "Matt Reimer <[email protected]>",
"dependencies": {
"@riverscapes/gatsby-theme": "^0.1.5",
"@riverscapes/gatsby-theme": "latest",
"gatsby": "^5.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3252,17 +3252,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@riverscapes/developer-website@workspace:."
dependencies:
"@riverscapes/gatsby-theme": ^0.1.5
"@riverscapes/gatsby-theme": latest
gatsby: ^5.10.0
react: ^18.2.0
react-dom: ^18.2.0
typescript: ^4.7.2
languageName: unknown
linkType: soft

"@riverscapes/gatsby-theme@npm:^0.1.5":
version: 0.1.5
resolution: "@riverscapes/gatsby-theme@npm:0.1.5"
"@riverscapes/gatsby-theme@npm:latest":
version: 0.1.7
resolution: "@riverscapes/gatsby-theme@npm:0.1.7"
dependencies:
"@emotion/react": ^11.11.0
"@emotion/styled": ^11.11.0
Expand All @@ -3284,12 +3284,13 @@ __metadata:
gatsby-source-filesystem: ^5.10.0
gatsby-transformer-remark: ^6.10.0
gatsby-transformer-sharp: ^5.10.0
loglevel: ^1.8.1
prismjs: ^1.29.0
peerDependencies:
gatsby: ^5.10.0
react: ^18.2.0
react-dom: ^18.2.0
checksum: ff3fdb20e01c3df77cead5d73e258bea4e3ce008b6d3a6d3f56dbb8d1e1c51ebce7e3f0905d759b9b22b1103fc2ece875e2020aba13fff186538cdecf764541e
checksum: 18e0064d3a0c0aa0de7d51691264ab8661ddfd21579979f1f39979ff66e52e392ff2b9f20530099294f991d448298c5f032a0d499f633ff4b1ed6e30a42e6597
languageName: node
linkType: hard

Expand Down Expand Up @@ -10733,6 +10734,13 @@ __metadata:
languageName: node
linkType: hard

"loglevel@npm:^1.8.1":
version: 1.8.1
resolution: "loglevel@npm:1.8.1"
checksum: a1a62db40291aaeaef2f612334c49e531bff71cc1d01a2acab689ab80d59e092f852ab164a5aedc1a752fdc46b7b162cb097d8a9eb2cf0b299511106c29af61d
languageName: node
linkType: hard

"longest-streak@npm:^2.0.0":
version: 2.0.4
resolution: "longest-streak@npm:2.0.4"
Expand Down

0 comments on commit e9ddf6f

Please sign in to comment.