Skip to content

Commit c433e1b

Browse files
committed
Update to next 13
1 parent 617f143 commit c433e1b

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

test/frameworks/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "12.3.1",
12+
"next": "^13.0.1",
1313
"react": "18.2.0",
1414
"react-dom": "^18.2.0",
1515
"next-transpile-modules": "^10.0.0",

test/frameworks/next/yarn.lock

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
regenerator-runtime "^0.13.4"
4040

4141
"@codegouvfr/react-dsfr@file:../../../dist":
42-
version "0.0.12"
42+
version "0.0.17"
4343
dependencies:
4444
"@gouvfr/dsfr" "1.7.2"
4545
tsafe "^1.1.1"
@@ -552,6 +552,14 @@ emoji-regex@^9.2.2:
552552
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
553553
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
554554

555+
enhanced-resolve@^5.10.0:
556+
version "5.10.0"
557+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz#0dc579c3bb2a1032e357ac45b8f3a6f3ad4fb1e6"
558+
integrity sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==
559+
dependencies:
560+
graceful-fs "^4.2.4"
561+
tapable "^2.2.0"
562+
555563
enquirer@^2.3.5:
556564
version "2.3.6"
557565
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
@@ -978,6 +986,11 @@ globby@^11.0.3:
978986
merge2 "^1.4.1"
979987
slash "^3.0.0"
980988

989+
graceful-fs@^4.2.4:
990+
version "4.2.10"
991+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
992+
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
993+
981994
has-bigints@^1.0.1, has-bigints@^1.0.2:
982995
version "1.0.2"
983996
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
@@ -1310,6 +1323,13 @@ natural-compare@^1.4.0:
13101323
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
13111324
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
13121325

1326+
next-transpile-modules@^10.0.0:
1327+
version "10.0.0"
1328+
resolved "https://registry.yarnpkg.com/next-transpile-modules/-/next-transpile-modules-10.0.0.tgz#7152880048835acb64d05fc7aa34910cbe7994da"
1329+
integrity sha512-FyeJ++Lm2Fq31gbThiRCrJlYpIY9QaI7A3TjuhQLzOix8ChQrvn5ny4MhfIthS5cy6+uK1AhDRvxVdW17y3Xdw==
1330+
dependencies:
1331+
enhanced-resolve "^5.10.0"
1332+
13131333
next@12.3.1:
13141334
version "12.3.1"
13151335
resolved "https://registry.yarnpkg.com/next/-/next-12.3.1.tgz#127b825ad2207faf869b33393ec8c75fe61e50f1"
@@ -1742,6 +1762,11 @@ table@^6.0.9:
17421762
string-width "^4.2.3"
17431763
strip-ansi "^6.0.1"
17441764

1765+
tapable@^2.2.0:
1766+
version "2.2.1"
1767+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
1768+
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
1769+
17451770
text-table@^0.2.0:
17461771
version "0.2.0"
17471772
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

0 commit comments

Comments
 (0)