Skip to content

Commit 20a222e

Browse files
committed
Updrade: Packages and node.js
1 parent b7f2bf3 commit 20a222e

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ prepare:
2020
check-for-upgrades:
2121
@pnpm setPackageManager pnpm
2222
@pnpm up --interactive --latest
23-
@yes | cp package.json RootFiles/JavaScript/package.json
24-
@pnpm add -D typescript-eslint
25-
@yes | cp package.json RootFiles/TypeScript/package.json
26-
@pnpm remove typescript-eslint
2723

2824
## Run some basic checks with pnpm
2925
test-pnpm:

RootFiles/Global/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

RootFiles/Global/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
"devDependencies": {
1717
"autoprefixer": "^10.4.20",
1818
"carbon-pipeline": "^0.2.1",
19-
"concurrently": "^9.0.0",
19+
"concurrently": "^9.1.2",
2020
"cssnano": "^7.0.6",
21-
"esbuild": "^0.24.0",
22-
"eslint": "^9.10.0",
21+
"esbuild": "^0.24.2",
22+
"eslint": "^9.17.0",
2323
"eslint-config-prettier": "^9.1.0",
2424
"eslint-plugin-prettier": "^5.2.1",
25-
"postcss": "^8.4.45",
25+
"postcss": "^8.4.49",
2626
"postcss-assets": "^6.0.0",
2727
"postcss-clip-path-polyfill": "~1.1.0",
2828
"postcss-import": "^16.1.0",
2929
"postcss-reporter": "^7.1.0",
3030
"postcss-sort-media-queries": "^5.2.0",
31-
"prettier": "^3.3.3",
32-
"stylelint": "^16.9.0",
31+
"prettier": "^3.4.2",
32+
"stylelint": "^16.12.0",
3333
"stylelint-config-standard": "^36.0.1"
3434
}
3535
}

0 commit comments

Comments
 (0)