diff options
| author | XhmikosR <[email protected]> | 2022-12-25 12:41:40 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-25 12:41:40 +0200 |
| commit | 04edf521c6e9a373f838f608762733993d980a6d (patch) | |
| tree | bc38caee89fa62f185742613ae965851f51627e3 /package.json | |
| parent | bae3260188a6d09db42362145f77a60213692193 (diff) | |
| download | bootstrap-04edf521c6e9a373f838f608762733993d980a6d.tar.xz bootstrap-04edf521c6e9a373f838f608762733993d980a6d.zip | |
Update devDependencies (#37715)
* @babel/cli ^7.19.3 → ^7.20.7
* @babel/core ^7.20.5 → ^7.20.7
* hugo-bin ^0.96.0 → ^0.97.0
* jasmine ^4.0.2 → ^4.5.0
* jquery ^3.6.2 → ^3.6.3
* rollup ^3.7.5 → ^3.8.1
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 325454e3c..bb89cd009 100644 --- a/package.json +++ b/package.json @@ -103,8 +103,8 @@ "@popperjs/core": "^2.11.6" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.5", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.7", "@babel/preset-env": "^7.20.2", "@popperjs/core": "^2.11.6", "@rollup/plugin-babel": "^6.0.3", @@ -124,10 +124,10 @@ "find-unused-sass-variables": "^4.0.5", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.96.0", + "hugo-bin": "^0.97.0", "ip": "^2.0.0", - "jasmine": "^4.0.2", - "jquery": "^3.6.2", + "jasmine": "^4.5.0", + "jquery": "^3.6.3", "karma": "^6.4.1", "karma-browserstack-launcher": "1.4.0", "karma-chrome-launcher": "^3.1.1", @@ -142,7 +142,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.20", "postcss-cli": "^10.1.0", - "rollup": "^3.7.5", + "rollup": "^3.8.1", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.0.0", "sass": "^1.57.1", |
