Skip to content

Commit 601fc70

Browse files
committed
fix: get rid of setting yarn version from circleCI config
1 parent 035ce56 commit 601fc70

File tree

4 files changed

+607
-251
lines changed

4 files changed

+607
-251
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
name: Install dependencies
3131
command: |
3232
sudo corepack enable
33-
yarn set version berry
3433
yarn --cwd example --immutable
3534
yarn --cwd docs --immutable
3635
yarn --immutable

docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"dependencies": {
1919
"@callstack/react-theme-provider": "^3.0.9",
20-
"@docusaurus/core": "^2.3.1",
21-
"@docusaurus/preset-classic": "^2.3.1",
22-
"@docusaurus/remark-plugin-npm2yarn": "^2.3.1",
20+
"@docusaurus/core": "^2.3.6",
21+
"@docusaurus/preset-classic": "^2.3.6",
22+
"@docusaurus/remark-plugin-npm2yarn": "^2.3.6",
2323
"@easyops-cn/docusaurus-search-local": "^0.33.4",
2424
"@material/material-color-utilities": "0.2.4",
2525
"@mdx-js/react": "^1.6.22",
@@ -37,7 +37,7 @@
3737
"use-latest-callback": "^0.1.7"
3838
},
3939
"devDependencies": {
40-
"@docusaurus/module-type-aliases": "^2.3.1",
40+
"@docusaurus/module-type-aliases": "^2.3.6",
4141
"@tsconfig/docusaurus": "^1.0.6",
4242
"@types/marked": "^4.0.7",
4343
"@types/react-color": "^3.0.6",
@@ -58,7 +58,7 @@
5858
]
5959
},
6060
"engines": {
61-
"node": ">=16.14"
61+
"node": ">=18"
6262
},
6363
"resolutions": {
6464
"@types/react": "18.0.8",

0 commit comments

Comments
 (0)