Skip to content

Commit

Permalink
Update outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Feb 27, 2024
1 parent ffcaee3 commit 524886f
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 1,001 deletions.
4 changes: 2 additions & 2 deletions packages/crafty-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"caniuse-lite": "^1.0.30001589"
"caniuse-lite": "^1.0.30001591"
},
"devDependencies": {
"ansi-colors": "^4.0.0",
"browserslist": "4.23.0",
"colorize-template": "1.0.0",
"debug": "4.3.4",
"fancy-log": "2.0.0",
"find-up": "6.3.0",
"find-up": "7.0.0",
"glob": "8.1.0",
"micromatch": "4.0.5",
"minimatch": "5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-lightningcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@swissquote/crafty-commons": "1.24.0",
"@swissquote/crafty-preset-stylelint": "1.24.0",
"lightningcss": "1.24.0",
"mini-css-extract-plugin": "2.8.0"
"mini-css-extract-plugin": "2.8.1"
},
"peerDependencies": {
"@swissquote/stylelint-config-swissquote": "1.24.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@swissquote/crafty-commons-gulp": "1.24.0",
"@swissquote/crafty-preset-stylelint": "1.24.0",
"@swissquote/postcss-swissquote-preset": "1.24.0",
"mini-css-extract-plugin": "2.8.0",
"mini-css-extract-plugin": "2.8.1",
"postcss": "8.4.35",
"postcss-scss": "4.0.9",
"schema-utils": "4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"camelcase-keys": "7.0.2",
"chokidar": "3.6.0",
"copy-anything": "3.0.5",
"enhanced-resolve": "5.15.0",
"enhanced-resolve": "5.15.1",
"is-negated-glob": "1.0.0",
"just-debounce": "1.1.0",
"loud-rejection": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-swissquote-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@swissquote/crafty-commons": "1.24.0",
"caniuse-lite": "^1.0.30001589",
"caniuse-lite": "^1.0.30001591",
"lightningcss": "1.24.0",
"postcss": "8.4.35"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-swissquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"main": "index.js",
"dependencies": {
"@swissquote/crafty": "1.24.0",
"caniuse-lite": "^1.0.30001589",
"caniuse-lite": "^1.0.30001591",
"postcss-scss": "4.0.9"
},
"devDependencies": {
Expand Down

0 comments on commit 524886f

Please sign in to comment.