Skip to content

Commit 52b8d53

Browse files
author
Corentin Mors
authored
Update documentation dependencies may 2024 (#242)
Regulare dependencies updates for documentation.
1 parent 7b23c7f commit 52b8d53

File tree

4 files changed

+66
-68
lines changed

4 files changed

+66
-68
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"es6": true
1717
},
1818
"plugins": ["import"],
19-
"ignorePatterns": ["documentation"],
19+
"ignorePatterns": ["documentation", "scripts"],
2020
"rules": {
2121
"no-return-await": "error",
2222
"import/order": [

documentation/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "@dashlane/cli-documentation",
33
"packageManager": "yarn@3.4.1",
44
"dependencies": {
5-
"next": "^14.2.2",
5+
"next": "^14.2.3",
66
"nextra": "^2.13.4",
77
"nextra-theme-docs": "^2.13.4",
8-
"react": "^18.2.0",
9-
"react-dom": "^18.2.0",
8+
"react": "^18.3.1",
9+
"react-dom": "^18.3.1",
1010
"sharp": "^0.33.3"
1111
}
1212
}

documentation/yarn.lock

+62-62
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ __metadata:
2525
version: 0.0.0-use.local
2626
resolution: "@dashlane/cli-documentation@workspace:."
2727
dependencies:
28-
next: "npm:^14.2.2"
28+
next: "npm:^14.2.3"
2929
nextra: "npm:^2.13.4"
3030
nextra-theme-docs: "npm:^2.13.4"
31-
react: "npm:^18.2.0"
32-
react-dom: "npm:^18.2.0"
31+
react: "npm:^18.3.1"
32+
react-dom: "npm:^18.3.1"
3333
sharp: "npm:^0.33.3"
3434
languageName: unknown
3535
linkType: soft
@@ -387,72 +387,72 @@ __metadata:
387387
languageName: node
388388
linkType: hard
389389

390-
"@next/env@npm:14.2.2":
391-
version: 14.2.2
392-
resolution: "@next/env@npm:14.2.2"
393-
checksum: 5efc7681f19bd5429c267db38c0348380f1c1dcf8196b4e5edcfcdd83aa62d363ceffb60fb619e6a3161e76c4d540ba996ade61ccb4002fdb9cd349613451ec2
390+
"@next/env@npm:14.2.3":
391+
version: 14.2.3
392+
resolution: "@next/env@npm:14.2.3"
393+
checksum: 82b445331d46b4896dc86c0e33a7eaaa6f6abfd2408d49e1cb90fbfd6b26c698ea8e69c911ffe597e30fd8294db4e3445cde44b0771eabbfcd13663a9832a397
394394
languageName: node
395395
linkType: hard
396396

397-
"@next/swc-darwin-arm64@npm:14.2.2":
398-
version: 14.2.2
399-
resolution: "@next/swc-darwin-arm64@npm:14.2.2"
397+
"@next/swc-darwin-arm64@npm:14.2.3":
398+
version: 14.2.3
399+
resolution: "@next/swc-darwin-arm64@npm:14.2.3"
400400
conditions: os=darwin & cpu=arm64
401401
languageName: node
402402
linkType: hard
403403

404-
"@next/swc-darwin-x64@npm:14.2.2":
405-
version: 14.2.2
406-
resolution: "@next/swc-darwin-x64@npm:14.2.2"
404+
"@next/swc-darwin-x64@npm:14.2.3":
405+
version: 14.2.3
406+
resolution: "@next/swc-darwin-x64@npm:14.2.3"
407407
conditions: os=darwin & cpu=x64
408408
languageName: node
409409
linkType: hard
410410

411-
"@next/swc-linux-arm64-gnu@npm:14.2.2":
412-
version: 14.2.2
413-
resolution: "@next/swc-linux-arm64-gnu@npm:14.2.2"
411+
"@next/swc-linux-arm64-gnu@npm:14.2.3":
412+
version: 14.2.3
413+
resolution: "@next/swc-linux-arm64-gnu@npm:14.2.3"
414414
conditions: os=linux & cpu=arm64 & libc=glibc
415415
languageName: node
416416
linkType: hard
417417

418-
"@next/swc-linux-arm64-musl@npm:14.2.2":
419-
version: 14.2.2
420-
resolution: "@next/swc-linux-arm64-musl@npm:14.2.2"
418+
"@next/swc-linux-arm64-musl@npm:14.2.3":
419+
version: 14.2.3
420+
resolution: "@next/swc-linux-arm64-musl@npm:14.2.3"
421421
conditions: os=linux & cpu=arm64 & libc=musl
422422
languageName: node
423423
linkType: hard
424424

425-
"@next/swc-linux-x64-gnu@npm:14.2.2":
426-
version: 14.2.2
427-
resolution: "@next/swc-linux-x64-gnu@npm:14.2.2"
425+
"@next/swc-linux-x64-gnu@npm:14.2.3":
426+
version: 14.2.3
427+
resolution: "@next/swc-linux-x64-gnu@npm:14.2.3"
428428
conditions: os=linux & cpu=x64 & libc=glibc
429429
languageName: node
430430
linkType: hard
431431

432-
"@next/swc-linux-x64-musl@npm:14.2.2":
433-
version: 14.2.2
434-
resolution: "@next/swc-linux-x64-musl@npm:14.2.2"
432+
"@next/swc-linux-x64-musl@npm:14.2.3":
433+
version: 14.2.3
434+
resolution: "@next/swc-linux-x64-musl@npm:14.2.3"
435435
conditions: os=linux & cpu=x64 & libc=musl
436436
languageName: node
437437
linkType: hard
438438

439-
"@next/swc-win32-arm64-msvc@npm:14.2.2":
440-
version: 14.2.2
441-
resolution: "@next/swc-win32-arm64-msvc@npm:14.2.2"
439+
"@next/swc-win32-arm64-msvc@npm:14.2.3":
440+
version: 14.2.3
441+
resolution: "@next/swc-win32-arm64-msvc@npm:14.2.3"
442442
conditions: os=win32 & cpu=arm64
443443
languageName: node
444444
linkType: hard
445445

446-
"@next/swc-win32-ia32-msvc@npm:14.2.2":
447-
version: 14.2.2
448-
resolution: "@next/swc-win32-ia32-msvc@npm:14.2.2"
446+
"@next/swc-win32-ia32-msvc@npm:14.2.3":
447+
version: 14.2.3
448+
resolution: "@next/swc-win32-ia32-msvc@npm:14.2.3"
449449
conditions: os=win32 & cpu=ia32
450450
languageName: node
451451
linkType: hard
452452

453-
"@next/swc-win32-x64-msvc@npm:14.2.2":
454-
version: 14.2.2
455-
resolution: "@next/swc-win32-x64-msvc@npm:14.2.2"
453+
"@next/swc-win32-x64-msvc@npm:14.2.3":
454+
version: 14.2.3
455+
resolution: "@next/swc-win32-x64-msvc@npm:14.2.3"
456456
conditions: os=win32 & cpu=x64
457457
languageName: node
458458
linkType: hard
@@ -2918,20 +2918,20 @@ __metadata:
29182918
languageName: node
29192919
linkType: hard
29202920

2921-
"next@npm:^14.2.2":
2922-
version: 14.2.2
2923-
resolution: "next@npm:14.2.2"
2921+
"next@npm:^14.2.3":
2922+
version: 14.2.3
2923+
resolution: "next@npm:14.2.3"
29242924
dependencies:
2925-
"@next/env": "npm:14.2.2"
2926-
"@next/swc-darwin-arm64": "npm:14.2.2"
2927-
"@next/swc-darwin-x64": "npm:14.2.2"
2928-
"@next/swc-linux-arm64-gnu": "npm:14.2.2"
2929-
"@next/swc-linux-arm64-musl": "npm:14.2.2"
2930-
"@next/swc-linux-x64-gnu": "npm:14.2.2"
2931-
"@next/swc-linux-x64-musl": "npm:14.2.2"
2932-
"@next/swc-win32-arm64-msvc": "npm:14.2.2"
2933-
"@next/swc-win32-ia32-msvc": "npm:14.2.2"
2934-
"@next/swc-win32-x64-msvc": "npm:14.2.2"
2925+
"@next/env": "npm:14.2.3"
2926+
"@next/swc-darwin-arm64": "npm:14.2.3"
2927+
"@next/swc-darwin-x64": "npm:14.2.3"
2928+
"@next/swc-linux-arm64-gnu": "npm:14.2.3"
2929+
"@next/swc-linux-arm64-musl": "npm:14.2.3"
2930+
"@next/swc-linux-x64-gnu": "npm:14.2.3"
2931+
"@next/swc-linux-x64-musl": "npm:14.2.3"
2932+
"@next/swc-win32-arm64-msvc": "npm:14.2.3"
2933+
"@next/swc-win32-ia32-msvc": "npm:14.2.3"
2934+
"@next/swc-win32-x64-msvc": "npm:14.2.3"
29352935
"@swc/helpers": "npm:0.5.5"
29362936
busboy: "npm:1.6.0"
29372937
caniuse-lite: "npm:^1.0.30001579"
@@ -2972,7 +2972,7 @@ __metadata:
29722972
optional: true
29732973
bin:
29742974
next: dist/bin/next
2975-
checksum: bf5e795bbbd7ff2baf871e8b2ad9387915c145ee38657525ace99c4450ae554ee2ad485362d3b2b7fdc11cf36766ac9decf1b489a33ace36649f4d090375775b
2975+
checksum: 666c9770206ce693732a6d772297f1ddb3ce72f59862fa4cd104c5536da596026f758c4c9256ea790cf22d1bb8a15e27e5ea9455c948f72a9e3ca61fb745b0f5
29762976
languageName: node
29772977
linkType: hard
29782978

@@ -3186,24 +3186,24 @@ __metadata:
31863186
languageName: node
31873187
linkType: hard
31883188

3189-
"react-dom@npm:^18.2.0":
3190-
version: 18.2.0
3191-
resolution: "react-dom@npm:18.2.0"
3189+
"react-dom@npm:^18.3.1":
3190+
version: 18.3.1
3191+
resolution: "react-dom@npm:18.3.1"
31923192
dependencies:
31933193
loose-envify: "npm:^1.1.0"
3194-
scheduler: "npm:^0.23.0"
3194+
scheduler: "npm:^0.23.2"
31953195
peerDependencies:
3196-
react: ^18.2.0
3197-
checksum: ca5e7762ec8c17a472a3605b6f111895c9f87ac7d43a610ab7024f68cd833d08eda0625ce02ec7178cc1f3c957cf0b9273cdc17aa2cd02da87544331c43b1d21
3196+
react: ^18.3.1
3197+
checksum: 3f4b73a3aa083091173b29812b10394dd06f4ac06aff410b74702cfb3aa29d7b0ced208aab92d5272919b612e5cda21aeb1d54191848cf6e46e9e354f3541f81
31983198
languageName: node
31993199
linkType: hard
32003200

3201-
"react@npm:^18.2.0":
3202-
version: 18.2.0
3203-
resolution: "react@npm:18.2.0"
3201+
"react@npm:^18.3.1":
3202+
version: 18.3.1
3203+
resolution: "react@npm:18.3.1"
32043204
dependencies:
32053205
loose-envify: "npm:^1.1.0"
3206-
checksum: b9214a9bd79e99d08de55f8bef2b7fc8c39630be97c4e29d7be173d14a9a10670b5325e94485f74cd8bff4966ef3c78ee53c79a7b0b9b70cba20aa8973acc694
3206+
checksum: 261137d3f3993eaa2368a83110466fc0e558bc2c7f7ae7ca52d94f03aac945f45146bd85e5f481044db1758a1dbb57879e2fcdd33924e2dde1bdc550ce73f7bf
32073207
languageName: node
32083208
linkType: hard
32093209

@@ -3366,12 +3366,12 @@ __metadata:
33663366
languageName: node
33673367
linkType: hard
33683368

3369-
"scheduler@npm:^0.23.0":
3370-
version: 0.23.0
3371-
resolution: "scheduler@npm:0.23.0"
3369+
"scheduler@npm:^0.23.2":
3370+
version: 0.23.2
3371+
resolution: "scheduler@npm:0.23.2"
33723372
dependencies:
33733373
loose-envify: "npm:^1.1.0"
3374-
checksum: 0c4557aa37bafca44ff21dc0ea7c92e2dbcb298bc62eae92b29a39b029134f02fb23917d6ebc8b1fa536b4184934314c20d8864d156a9f6357f3398aaf7bfda8
3374+
checksum: e8d68b89d18d5b028223edf090092846868a765a591944760942b77ea1f69b17235f7e956696efbb62c8130ab90af7e0949bfb8eba7896335507317236966bc9
33753375
languageName: node
33763376
linkType: hard
33773377

scripts/build.js

-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const platform = os.platform();
1313
const __filename = fileURLToPath(import.meta.url);
1414
const __dirname = path.dirname(__filename);
1515

16-
/* eslint-disable no-console */
1716
async function main(argv = process.argv) {
1817
argv = argv.slice(2);
1918
const projectRoot = path.join(__dirname, '..');
@@ -80,6 +79,5 @@ async function main(argv = process.argv) {
8079
console.error(esbuildOptions);
8180
await esbuild.build(esbuildOptions);
8281
}
83-
/* eslint-enable no-console */
8482

8583
void main();

0 commit comments

Comments
 (0)