Skip to content

Commit

Permalink
Updrade: Packages and node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Jan 8, 2025
1 parent b7f2bf3 commit 20a222e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ prepare:
check-for-upgrades:
@pnpm setPackageManager pnpm
@pnpm up --interactive --latest
@yes | cp package.json RootFiles/JavaScript/package.json
@pnpm add -D typescript-eslint
@yes | cp package.json RootFiles/TypeScript/package.json
@pnpm remove typescript-eslint

## Run some basic checks with pnpm
test-pnpm:
Expand Down
2 changes: 1 addition & 1 deletion RootFiles/Global/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
12 changes: 6 additions & 6 deletions RootFiles/Global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"devDependencies": {
"autoprefixer": "^10.4.20",
"carbon-pipeline": "^0.2.1",
"concurrently": "^9.0.0",
"concurrently": "^9.1.2",
"cssnano": "^7.0.6",
"esbuild": "^0.24.0",
"eslint": "^9.10.0",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.45",
"postcss": "^8.4.49",
"postcss-assets": "^6.0.0",
"postcss-clip-path-polyfill": "~1.1.0",
"postcss-import": "^16.1.0",
"postcss-reporter": "^7.1.0",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
"prettier": "^3.4.2",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1"
}
}

0 comments on commit 20a222e

Please sign in to comment.