Skip to content

Commit 09d4b12

Browse files
Merge pull request #39 from nginformatica/chore/update-node-lts
chore: update node to 24 (lts)
2 parents 61c832b + 15504bf commit 09d4b12

File tree

5 files changed

+200
-203
lines changed

5 files changed

+200
-203
lines changed

.github/workflows/publish-s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 22.21.1
15+
node-version: 24.11.0
1616
- run: |
1717
yarn
1818
yarn docs:build

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.1
1+
24.11.0

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.4.0
4+
5+
- update Node to 24.11.0 (LTS)
6+
37
## 1.3.0
48

59
- chore: update Node to 22.21.1 (LTS)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-design-system",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "The Design System for the NG Saas Products",
55
"author": "NG",
66
"license": "MIT",
@@ -35,13 +35,13 @@
3535
"amazing-react-charts": "1.4.0",
3636
"babel-loader": "10.0.0",
3737
"date-fns": "4.1.0",
38-
"eslint": "9.38.0",
38+
"eslint": "9.39.0",
3939
"eslint-config-prettier": "10.1.8",
4040
"eslint-import-resolver-typescript": "4.4.4",
4141
"eslint-plugin-import": "2.32.0",
4242
"eslint-plugin-prettier": "5.5.4",
4343
"eslint-plugin-react": "7.37.5",
44-
"flipper-ui": "0.37.7",
44+
"flipper-ui": "0.39.0",
4545
"prettier": "3.6.2",
4646
"ramda": "0.30.1",
4747
"react": "18.3.1",

0 commit comments

Comments
 (0)