Skip to content

Commit d2b4d06

Browse files
renovate[bot]leomp12claude
authored
fix(deps): update all non-major dependencies (#1294)
* fix(deps): update all non-major dependencies * fix(deps): keep storefront-template on beta channel 2.0.0-next.3 is a leftover from Apr/2020, deprecated on npm and only ranked higher because semver compares prerelease ids alphanumerically (next > beta). It got picked up while 2.0.0-beta.299 was tagged but missing from the public registry. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Matos <leomp120894@gmail.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent 4352978 commit d2b4d06

4 files changed

Lines changed: 93 additions & 95 deletions

File tree

@ecomplus/storefront-framework/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@builder.io/partytown": "^0.7.6",
4343
"@ecomplus/storefront-renderer": "^2.11.12",
4444
"@ecomplus/storefront-router": "^2.2.1",
45-
"autoprefixer": "^10.5.1",
45+
"autoprefixer": "^10.5.4",
4646
"babel-loader": "^8.4.1",
4747
"clean-webpack-plugin": "^4.0.0",
4848
"copy-webpack-plugin": "^6.4.1",
@@ -54,12 +54,12 @@
5454
"json-sass-vars": "^3.1.0",
5555
"mini-css-extract-plugin": "^0.12.0",
5656
"mkdirp": "^1.0.4",
57-
"postcss": "^8.5.15",
57+
"postcss": "^8.5.23",
5858
"postcss-loader": "^4.3.0",
5959
"raw-loader": "^4.0.2",
6060
"recursive-readdir": "^2.2.3",
6161
"resolve-url-loader": "^5.0.0",
62-
"sass": "^1.101.0",
62+
"sass": "^1.102.0",
6363
"sass-loader": "^10.5.2",
6464
"terser-webpack-plugin": "^4.2.3",
6565
"url-loader": "^4.1.1",

@ecomplus/storefront-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"html-minifier": "^4.0.0",
3535
"image-size": "^1.2.1",
3636
"lodash": "^4.18.1",
37-
"markdown-it": "^14.2.0"
37+
"markdown-it": "^14.3.0"
3838
}
3939
}

package-lock.json

Lines changed: 87 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"babel-loader": "^8.4.1",
5050
"bootstrap": "^4.6.2",
5151
"browser-sync": "^3.0.4",
52-
"caniuse-lite": "^1.0.30001799",
52+
"caniuse-lite": "^1.0.30001806",
5353
"clean-webpack-plugin": "^4.0.0",
5454
"cross-env": "^7.0.3",
5555
"css-loader": "^3.6.0",
@@ -62,7 +62,7 @@
6262
"jquery": "3.7.1",
6363
"lerna": "^5.6.2",
6464
"lint-staged": "^13.3.0",
65-
"markdown-it": "^14.2.0",
65+
"markdown-it": "^14.3.0",
6666
"mini-css-extract-plugin": "^0.12.0",
6767
"popper.js": "^1.16.1",
6868
"standard": "^17.1.2",

0 commit comments

Comments
 (0)