aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-12-08 17:02:03 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:59 +0300
commitb4f7b2bfe316817e5f3cabb101ac39e76ceb8083 (patch)
treec378a7c1757312c38c6503b294b3453b6c7d7fb8 /vnext/package.json
parent09316170d9c2ef5c5314ff39b07c59c4af003077 (diff)
Bump postcss-import from 15.0.1 to 15.1.0
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.0.1 to 15.1.0. - [Release notes](https://github.com/postcss/postcss-import/releases) - [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-import/compare/15.0.1...15.1.0) --- updated-dependencies: - dependency-name: postcss-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 8d2acd16..36b3f6ce 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -41,7 +41,7 @@
"live-server": "^1.2.2",
"postcss": "^8.4.19",
"postcss-cli": "^10.1.0",
- "postcss-import": "^15.0.1",
+ "postcss-import": "^15.1.0",
"postcss-preset-env": "^7.8.3",
"postcss-url": "^10.1.3",
"react-test-renderer": "^18.2.0",