Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65e8d5e

Browse files
committedOct 31, 2022
updating aio theme, link checker, and yarn
1 parent d3a62c8 commit 65e8d5e

File tree

7 files changed

+52418
-1161
lines changed

7 files changed

+52418
-1161
lines changed
 

‎.github/workflows/test-pull-request.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ jobs:
8686
cmd: install
8787

8888
- name: Check internal links
89-
run: yarn test:links
89+
uses: borales/actions-yarn@v3
90+
with:
91+
cmd: test:links
9092

9193
- name: Build site
9294
if: ${{ success() }}

‎.yarn/releases/yarn-3.2.2.cjs

-783
This file was deleted.

‎.yarn/releases/yarn-3.2.4.cjs

+801
Large diffs are not rendered by default.

‎.yarnrc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
---
21
nodeLinker: node-modules
3-
yarnPath: .yarn/releases/yarn-3.2.2.cjs
2+
3+
yarnPath: .yarn/releases/yarn-3.2.4.cjs

‎package-lock.json

+51,198
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
"url": "https://github.com/AdobeDocs/commerce-services"
88
},
99
"dependencies": {
10-
"@adobe/gatsby-theme-aio": "4.6.4",
10+
"@adobe/gatsby-theme-aio": "4.6.6",
1111
"gatsby": "4.22.0",
1212
"react": "^17.0.0",
13-
"react-dom": "^17.0.0"
13+
"react-dom": "^17.0.0",
14+
"yarn": "^1.22.19"
1415
},
1516
"devDependencies": {
1617
"remark-cli": "^10.0.1",
@@ -30,5 +31,6 @@
3031
"plugins": [
3132
"remark-validate-links"
3233
]
33-
}
34+
},
35+
"packageManager": "yarn@3.2.4"
3436
}

‎yarn.lock

+409-372
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.