File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ prepare:
2020check-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
2925test-pnpm :
Original file line number Diff line number Diff line change 1- 20
1+ 22
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments