Skip to content

Commit

Permalink
Upgrade: NPM carbon-pipeline package
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Oct 17, 2023
1 parent cbd0ff6 commit 4f5ef6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NPM/dist/module.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import BROWSERLIST from "browserslist";
import chokidar from "chokidar";
import deepmerge from "deepmerge";
import fs from "fs-extra";
import glob from "glob";
import { glob } from "glob";
import postcssrc from "postcss-load-config";
import prettyjson from "prettyjson";
import readCache from "read-cache";
Expand Down
14 changes: 7 additions & 7 deletions NPM/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-pipeline",
"version": "0.1.4",
"version": "0.1.5",
"description": "Exteneral dependencies for Carbon.Pipeline",
"main": "dist/module.cjs",
"module": "dist/module.mjs",
Expand Down Expand Up @@ -42,18 +42,18 @@
},
"homepage": "https://github.com/CarbonPackages/Carbon.Pipeline#readme",
"dependencies": {
"browserslist": "^4.20.0",
"browserslist": "^4.22.1",
"chokidar": "^3.5.3",
"deepmerge": "^4.2.2",
"deepmerge": "^4.3.1",
"dependency-graph": "^0.11.0",
"fs-extra": "^11.0.0",
"glob": "^8.0.3",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"js-yaml": "^4.1.0",
"nanocolors": "^0.2.13",
"postcss-load-config": "^3.1.3",
"postcss-load-config": "^4.0.1",
"prettyjson": "^1.2.5",
"read-cache": "^1.0.0",
"resolve": "^1.22.0"
"resolve": "^1.22.8"
},
"peerDependencies": {
"postcss": "^8.0.0"
Expand Down

0 comments on commit 4f5ef6a

Please sign in to comment.