mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-23 04:03:42 -04:00
chore(deps): update dependency @types/codemirror to v5.60.8
This commit is contained in:
25
pnpm-lock.yaml
generated
25
pnpm-lock.yaml
generated
@@ -1052,8 +1052,8 @@ importers:
|
||||
version: 4.9.5
|
||||
devDependencies:
|
||||
'@types/codemirror':
|
||||
specifier: 5.60.7
|
||||
version: 5.60.7
|
||||
specifier: 5.60.8
|
||||
version: 5.60.8
|
||||
'@types/react':
|
||||
specifier: 16.14.42
|
||||
version: 16.14.42
|
||||
@@ -2703,6 +2703,17 @@ packages:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.20.12):
|
||||
resolution: {integrity: sha512-WWjdnfR3LPIe+0EY8td7WmjhytxXtjKAEpnAxun/hkNiyOaPlvGK+NZaBFIdi9ndYV3Gav7BpFvtUwnaJlwi1w==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.20.12
|
||||
'@babel/helper-annotate-as-pure': 7.22.5
|
||||
regexpu-core: 5.3.1
|
||||
semver: 6.3.0
|
||||
|
||||
/@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.22.5):
|
||||
resolution: {integrity: sha512-WWjdnfR3LPIe+0EY8td7WmjhytxXtjKAEpnAxun/hkNiyOaPlvGK+NZaBFIdi9ndYV3Gav7BpFvtUwnaJlwi1w==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@@ -3725,7 +3736,7 @@ packages:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.18.0
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/helper-plugin-utils': 7.20.2
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.20.12):
|
||||
@@ -3734,7 +3745,7 @@ packages:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.20.12
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
'@babel/helper-plugin-utils': 7.20.2
|
||||
|
||||
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.5):
|
||||
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
|
||||
@@ -4177,7 +4188,7 @@ packages:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.20.12
|
||||
'@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.20.12)
|
||||
'@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.20.12)
|
||||
'@babel/helper-plugin-utils': 7.22.5
|
||||
|
||||
/@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.5):
|
||||
@@ -10214,8 +10225,8 @@ packages:
|
||||
'@types/node': 18.16.16
|
||||
dev: true
|
||||
|
||||
/@types/codemirror@5.60.7:
|
||||
resolution: {integrity: sha512-QXIC+RPzt/1BGSuD6iFn6UMC9TDp+9hkOANYNPVsjjrDdzKphfRkwQDKGp2YaC54Yhz0g6P5uYTCCibZZEiMAA==}
|
||||
/@types/codemirror@5.60.8:
|
||||
resolution: {integrity: sha512-VjFgDF/eB+Aklcy15TtOTLQeMjTo07k7KAjql8OK5Dirr7a6sJY4T1uVBDuTVG9VEmn1uUsohOpYnVfgC6/jyw==}
|
||||
dependencies:
|
||||
'@types/tern': 0.23.4
|
||||
dev: true
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/codemirror": "5.60.7",
|
||||
"@types/codemirror": "5.60.8",
|
||||
"@types/react": "16.14.42",
|
||||
"@types/react-dom": "^16.9.17",
|
||||
"@uiw/react-codemirror": "3.2.10",
|
||||
|
||||
Reference in New Issue
Block a user