Skip to content

Commit 913770b

Browse files
committed
Upgrade dependencies
Manually merge yarnpkg/berry#4542 to fix issue with the dev server.
1 parent 9546740 commit 913770b

File tree

5 files changed

+1102
-1098
lines changed

5 files changed

+1102
-1098
lines changed

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 0 additions & 785 deletions
This file was deleted.

.yarn/releases/yarn-3.2.1.cjs

Lines changed: 786 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ packageExtensions:
1313

1414
defaultSemverRangePrefix: ""
1515

16-
yarnPath: .yarn/releases/yarn-3.2.0.cjs
16+
yarnPath: .yarn/releases/yarn-3.2.1.cjs

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
6-
"dev": "concurrently -k \"npm:sidebar:watch\" \"npm:config:watch\" \"yarn docusaurus:dev\"",
6+
"dev": "concurrently -k -n sbr,cfg,dev \"yarn sidebar:watch\" \"yarn config:watch\" \"yarn docusaurus:dev\"",
77
"start": "yarn build && yarn serve",
88
"build": "yarn meta:build && docusaurus build --config .meta/docusaurus.config.js",
99
"clear": "docusaurus clear --config .meta/docusaurus.config.js",
@@ -40,17 +40,17 @@
4040
"@docusaurus/module-type-aliases": "2.0.0-beta.21",
4141
"@docusaurus/types": "2.0.0-beta.21",
4242
"@fec/remark-a11y-emoji": "3.1.0",
43-
"@tsconfig/docusaurus": "1.0.5",
43+
"@tsconfig/docusaurus": "1.0.6",
4444
"@types/is-ci": "3.0.0",
45-
"@types/node": "17.0.41",
45+
"@types/node": "17.0.45",
4646
"@types/prettier": "2.6.3",
47-
"concurrently": "7.2.1",
48-
"esbuild": "0.14.43",
47+
"concurrently": "7.2.2",
48+
"esbuild": "0.14.47",
4949
"esbuild-loader": "2.19.0",
5050
"is-ci": "3.0.1",
51-
"prettier": "2.6.2",
51+
"prettier": "2.7.1",
5252
"regenerator-runtime": "0.13.9",
53-
"typescript": "4.7.3"
53+
"typescript": "4.7.4"
5454
},
5555
"browserslist": {
5656
"production": [
@@ -65,7 +65,7 @@
6565
"last 1 safari version"
6666
]
6767
},
68-
"packageManager": "[email protected].0",
68+
"packageManager": "[email protected].1",
6969
"resolutions": {
7070
"@docusaurus/[email protected]": "patch:@docusaurus/plugin-content-docs@npm:2.0.0-beta.21#.yarn/patches/@docusaurus-plugin-content-docs-npm-2.0.0-beta.21-3f331426d5.patch"
7171
}

0 commit comments

Comments
 (0)