Skip to content

Commit 8c26fb5

Browse files
authored
Merge pull request #183 from phpugmrn/dependabot/npm_and_yarn/docusaurus/core-3.8.1
Bump @docusaurus/core from 3.8.0 to 3.8.1
2 parents 8530ca9 + 1e5cac0 commit 8c26fb5

File tree

6 files changed

+13470
-9433
lines changed

6 files changed

+13470
-9433
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: yarn
2222

2323
- name: Install dependencies
24-
run: yarn install --frozen-lockfile
24+
run: yarn install
2525
- name: Build website
2626
run: yarn build
2727

@@ -40,4 +40,3 @@ jobs:
4040
# You can swap them out with your own user credentials.
4141
user_name: github-actions[bot]
4242
user_email: 41898282+github-actions[bot]@users.noreply.github.com
43-

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
cache: yarn
2020

2121
- name: Install dependencies
22-
run: yarn install --frozen-lockfile
22+
run: yarn install
2323
- name: Test build website
2424
run: yarn build
25-

.yarn/install-state.gz

1.4 MB
Binary file not shown.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"dependencies": {
1717
"@1password/docusaurus-plugin-stored-data": "^1.0.0",
18-
"@docusaurus/core": "^3.8.0",
19-
"@docusaurus/faster": "^3.8.0",
20-
"@docusaurus/preset-classic": "^3.8.0",
21-
"@docusaurus/types": "^3.8.0",
18+
"@docusaurus/core": "^3.8.1",
19+
"@docusaurus/faster": "^3.8.1",
20+
"@docusaurus/preset-classic": "^3.8.1",
21+
"@docusaurus/types": "^3.8.1",
2222
"@mdx-js/react": "^3.1.0",
2323
"@types/react": "^19.0",
2424
"clsx": "^2.1.1",
@@ -32,7 +32,7 @@
3232
"react-player": "^2.16.0"
3333
},
3434
"devDependencies": {
35-
"@docusaurus/module-type-aliases": "^3.8.0"
35+
"@docusaurus/module-type-aliases": "^3.8.1"
3636
},
3737
"browserslist": {
3838
"production": [

0 commit comments

Comments
 (0)