diff options
| author | XhmikosR <[email protected]> | 2021-09-21 09:10:09 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-21 09:10:09 +0300 |
| commit | 60d3eb34f8a1aabe5d2a2308bb841f30cf16c9c4 (patch) | |
| tree | 99e184e5f832a2db1cb92466fbc827118178bbb7 /package.json | |
| parent | 93e82f11b95b172722cf28cc8b88a8640a4b7d27 (diff) | |
| download | bootstrap-60d3eb34f8a1aabe5d2a2308bb841f30cf16c9c4.tar.xz bootstrap-60d3eb34f8a1aabe5d2a2308bb841f30cf16c9c4.zip | |
Update devDependencies (#35026)
* @babel/cli ^7.15.4 → ^7.15.7
* sass ^1.41.0 → ^1.42.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index b412f65c2..0ddd9025b 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@popperjs/core": "^2.10.1" }, "devDependencies": { - "@babel/cli": "^7.15.4", + "@babel/cli": "^7.15.7", "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", "@popperjs/core": "^2.10.1", @@ -141,7 +141,7 @@ "rollup": "^2.56.3", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.3.0", - "sass": "^1.41.0", + "sass": "^1.42.0", "shelljs": "^0.8.4", "stylelint": "^13.13.1", "stylelint-config-twbs-bootstrap": "^2.2.3", |
