Skip to content

Commit

Permalink
fix: various adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed Apr 17, 2024
1 parent 1196620 commit 4af3a6d
Show file tree
Hide file tree
Showing 7 changed files with 2,056 additions and 4,829 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
1 change: 0 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ module.exports = {
icon: './src/images/icon-v2.png',
},
},
'gatsby-plugin-advanced-sitemap',
'gatsby-plugin-offline',
],
};
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "engarcia",
"private": true,
"version": "1.28.0",
"main": "index.js",
"license": "MIT",
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.1.1",
"scripts": {
"build": "gatsby build",
"build:clean": "yarn clean && gatsby build",
Expand All @@ -23,38 +24,37 @@
"test": "yarn format && yarn lint"
},
"dependencies": {
"@carbon/react": "^1.53.1",
"@carbon/styles": "^1.53.1",
"gatsby": "^5.13.3",
"gatsby-plugin-advanced-sitemap": "^2.1.0",
"@carbon/react": "^1.55.0",
"@carbon/styles": "^1.55.0",
"gatsby": "^5.13.4",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-copy-linked-files": "6.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-theme-carbon": "^4.0.0-next.8",
"gatsby-theme-carbon": "^4.0.0-next.10",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"lmdb": "^3.0.0",
"lmdb": "^3.0.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/eslint-plugin": "^7.23.5",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@eng618/prettier-config": "^2.1.0",
"@types/react": "^18.2.67",
"@types/react": "^18.2.79",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^8.0.0",
"eslint-plugin-html": "^8.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -66,8 +66,8 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"webpack": "^5.90.3"
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
"resolutions": {
"ansi-html": "^0.0.8",
Expand Down
1 change: 0 additions & 1 deletion src/gatsby-theme-carbon/components/Homepage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
// eslint-disable-next-line no-unused-vars
import { HomepageBanner, HomepageCallout, Row, Column, ImageCard } from 'gatsby-theme-carbon';
import HomepageTemplate from 'gatsby-theme-carbon/src/components/Layouts/Homepage';
import { StaticImage } from 'gatsby-plugin-image';
Expand Down
15 changes: 3 additions & 12 deletions src/pages/test/spacing-audit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,28 +129,19 @@ id est laborum.

![](./poster.jpg)

<Caption>
This is a regular caption. It will attempt to respond to it’s container
element appropriately.
</Caption>
<Caption>This is a regular caption. It will attempt to respond to it’s container element appropriately.</Caption>

### Header 3

![](./poster.jpg)

<Caption>
This is a regular caption. It will attempt to respond to it’s container
element appropriately.
</Caption>
<Caption>This is a regular caption. It will attempt to respond to it’s container element appropriately.</Caption>

#### Header 4

![](./poster.jpg)

<Caption>
This is a regular caption. It will attempt to respond to it’s container
element appropriately.
</Caption>
<Caption>This is a regular caption. It will attempt to respond to it’s container element appropriately.</Caption>

## Headers & Lists

Expand Down
Loading

0 comments on commit 4af3a6d

Please sign in to comment.