Skip to content

Commit

Permalink
Upgrade: Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Sep 9, 2024
1 parent cf12c22 commit b0e39a9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions RootFiles/Global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"watch:css": "node Build/Carbon.Pipeline/postcss.mjs --watch"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"carbon-pipeline": "^0.1.6",
"concurrently": "^8.2.2",
"cssnano": "^7.0.1",
"esbuild": "^0.21.4",
"eslint": "^9.4.0",
"concurrently": "^9.0.0",
"cssnano": "^7.0.6",
"esbuild": "^0.23.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.38",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.45",
"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.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0"
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1"
}
}

0 comments on commit b0e39a9

Please sign in to comment.