Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 638c1f5

Browse files
authored
Merge branch 'main' into patch-1
2 parents f786cbb + 1ab9556 commit 638c1f5

File tree

11 files changed

+3939
-4171
lines changed

11 files changed

+3939
-4171
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Code Owners
22
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
3-
* @gregrickaby
3+

.github/workflows/assertions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
token: ${{ github.token }}
1818

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout Repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
token: ${{ github.token }}
1818
fetch-depth: 0

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
with:
1818
token: ${{ github.token }}
1919

@@ -23,7 +23,7 @@ jobs:
2323
ssh-private-key: ${{ secrets.GH_PAGES_PRIVATE_KEY }}
2424

2525
- name: Setup Node
26-
uses: actions/setup-node@v2
26+
uses: actions/setup-node@v3
2727
with:
2828
node-version: 'lts/*'
2929
cache: 'npm'
@@ -56,12 +56,12 @@ jobs:
5656

5757
steps:
5858
- name: Checkout repository
59-
uses: actions/checkout@v2
59+
uses: actions/checkout@v3
6060
with:
6161
token: ${{ github.token }}
6262

6363
- name: Setup Node
64-
uses: actions/setup-node@v2
64+
uses: actions/setup-node@v3
6565
with:
6666
node-version: 'lts/*'
6767
cache: 'npm'
@@ -73,7 +73,7 @@ jobs:
7373
run: npm run build-storybook
7474

7575
- name: Publish to Github Pages
76-
uses: JamesIves/github-pages-deploy-action@v4.2.2
76+
uses: JamesIves/github-pages-deploy-action@v4
7777
with:
7878
branch: gh-pages
7979
folder: storybook-static

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626

2727
- name: Initialize CodeQL
2828
uses: github/codeql-action/init@v1

docs/docs/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Contributing
44

55
There are many ways to contribute to this project:
66

7-
- Discuss [open issues](https://github.com/WebDevStudios/nextjs-wordpress-starter/blob/main/issues) to help define the future of the project
8-
- [Submit bugs](https://github.com/WebDevStudios/nextjs-wordpress-starter/blob/main/issues) and help verify fixes
9-
- Review and discuss [pull requests](https://github.com/WebDevStudios/nextjs-wordpress-starter/blob/main/pulls)
7+
- Discuss [open issues](https://github.com/WebDevStudios/nextjs-wordpress-starter/issues) to help define the future of the project
8+
- [Submit bugs](https://github.com/WebDevStudios/nextjs-wordpress-starter/issues) and help verify fixes
9+
- Review and discuss [pull requests](https://github.com/WebDevStudios/nextjs-wordpress-starter/pulls)
1010
- Level up the [documentation](https://webdevstudios.github.io/nextjs-wordpress-starter/docs/other/docusaurus)
1111
- Monitor and help answer questions in [Github Discussions](https://github.com/WebDevStudios/nextjs-wordpress-starter/discussions)
1212

docs/package-lock.json

Lines changed: 2191 additions & 2723 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
"write-translations": "docusaurus write-translations"
1919
},
2020
"dependencies": {
21-
"@docusaurus/core": "2.0.0-beta.16",
22-
"@docusaurus/preset-classic": "2.0.0-beta.16",
21+
"@docusaurus/core": "2.0.0-beta.18",
22+
"@docusaurus/preset-classic": "2.0.0-beta.18",
2323
"@mdx-js/react": "1.6.22",
2424
"@svgr/webpack": "^6.2.1",
2525
"clsx": "^1.1.1",
2626
"file-loader": "^6.2.0",
2727
"prism-react-renderer": "^1.3.1",
28-
"react": "^17.0.2",
29-
"react-dom": "^17.0.2",
28+
"react": "^18.0.0",
29+
"react-dom": "^18.0.0",
3030
"url-loader": "^4.1.1"
3131
},
3232
"devDependencies": {
33-
"autoprefixer": "^10.4.2",
33+
"autoprefixer": "^10.4.4",
3434
"markdownlint": "^0.25.1",
3535
"markdownlint-cli": "^0.31.1",
36-
"postcss": "^8.4.7",
36+
"postcss": "^8.4.12",
3737
"postcss-flexbugs-fixes": "^5.0.2",
38-
"postcss-preset-env": "^7.4.1",
39-
"prettier": "^2.5.1",
38+
"postcss-preset-env": "^7.4.3",
39+
"prettier": "^2.6.2",
4040
"prop-types": "^15.8.1",
41-
"tailwindcss": "^3.0.23"
41+
"tailwindcss": "^3.0.24"
4242
},
4343
"browserslist": {
4444
"production": [

0 commit comments

Comments
 (0)