-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1226 from EcrituresNumeriques/chore/node22
Mise à jour vers node@22
- Loading branch information
Showing
17 changed files
with
2,132 additions
and
1,825 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18 | ||
v22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[build] | ||
command = "npm run build" | ||
publish = "_site" | ||
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ." | ||
environment = { NODE_VERSION = "18.20.4" } | ||
command = "npm run build" | ||
publish = "_site" | ||
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ." | ||
environment = { NODE_VERSION = "18" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
/* eslint-disable no-undef */ | ||
module.exports = { | ||
"presets": [ | ||
['@babel/preset-react', { | ||
runtime: 'automatic', | ||
development: process.env.NODE_ENV === 'development', | ||
importSource: '@welldone-software/why-did-you-render', | ||
}], | ||
presets: [ | ||
[ | ||
'@babel/preset-env', { | ||
corejs: "3.21", | ||
useBuiltIns: "entry" | ||
} | ||
] | ||
] | ||
'@babel/preset-react', | ||
{ | ||
runtime: 'automatic', | ||
development: process.env.NODE_ENV === 'development', | ||
importSource: '@welldone-software/why-did-you-render', | ||
}, | ||
], | ||
[ | ||
'@babel/preset-env', | ||
{ | ||
corejs: '3.38', | ||
useBuiltIns: 'entry', | ||
}, | ||
], | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.