Skip to content

Commit

Permalink
v1.4.7
Browse files Browse the repository at this point in the history
node v19.0.0

packages:
 autoprefixer                  ^10.4.0  →       ^10.4.13
 browserslist                  ^4.17.6  →        ^4.21.4
 caniuse-lite            ^1.0.30001278  →  ^1.0.30001431
 css-declaration-sorter         ^6.1.3  →         ^6.3.1
 cssnano                        ^5.0.9  →        ^5.1.14
 minimist                      >=1.2.2  →        >=1.2.7
 nodemon                       ^2.0.14  →        ^2.0.20
 postcss                       ^8.3.11  →        ^8.4.19
 postcss-cli                    ^9.0.2  →        ^10.0.0
 postcss-merge-idents           ^5.0.1  →         ^5.1.1
 postcss-merge-rules            ^5.0.2  →         ^5.1.3
 sass                          ^1.43.4  →        ^1.56.1
  • Loading branch information
danielhaim1 committed Nov 13, 2022
1 parent e4cbec3 commit 57e2b05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
19
29 changes: 13 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rgbyk/color",
"version": "1.4.6",
"version": "1.4.7",
"description": "a node.js color model system.",
"keywords": [
"color",
Expand Down Expand Up @@ -33,22 +33,19 @@
"watch:color-ryb": "nodemon --watch src/scss -e scss -x \"npm run color-ryb\""
},
"dependencies": {
"autoprefixer": "^10.4.0",
"browserslist": "^4.17.6",
"caniuse-lite": "^1.0.30001278",
"css-declaration-sorter": "^6.1.3",
"cssnano": "^5.0.9",
"minimist": ">=1.2.2",
"nodemon": "^2.0.14",
"autoprefixer": "^10.4.13",
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001431",
"css-declaration-sorter": "^6.3.1",
"cssnano": "^5.1.14",
"minimist": "^1.2.7",
"nodemon": "^2.0.20",
"postcss": "^8.4.19",
"postcss-cli": "^10.0.0",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-merge-idents": "^5.0.1",
"postcss-merge-rules": "^5.0.2",
"postcss-merge-selectors": "0.0.6",
"postcss-merge-idents": "^5.1.1",
"postcss-merge-rules": "^5.1.3",
"postcss-sorting": "^7.0.1",
"sass": "^1.43.4"
},
"devDependencies": {
"postcss": "^8.3.11",
"postcss-cli": "^9.0.2"
"sass": "^1.56.1"
}
}

0 comments on commit 57e2b05

Please sign in to comment.