mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🔧 Chore(deps-dev): devDependencies
@babel/cli ^7.20.7 → ^7.21.0 closes #295 @babel/core ^7.20.12 → ^7.21.4 closes #296 @babel/preset-env ^7.20.2 → ^7.21.4 core-js ^3.27.2 → ^3.29.1 closes #297
This commit is contained in:
+6
-1
@@ -86,7 +86,12 @@ All notable changes to this project will be documented in this file.
|
||||
- Bump @babel/core from 7.19.1 to 7.20.12
|
||||
- Bump @babel/preset-env from 7.18.10 to 7.20.2
|
||||
- Bump core-js from 3.25.2 to 3.27.2
|
||||
- **Full Changelog:** @Lruihao [`v0.2.16...v0.2.17`](https://github.com/hugo-fixit/FixIt/compare/v0.2.16...v0.2.17)
|
||||
- :wrench: Chore(deps-dev):
|
||||
- Bump @babel/cli from 7.20.7 to 7.17.10
|
||||
- Bump @babel/core from 7.20.12 to 7.21.4
|
||||
- Bump @babel/preset-env from 7.20.2 to 7.21.4
|
||||
- Bump core-js from 3.27.2 to 3.29.1
|
||||
- **Full Changelog:** @Lruihao [`v0.2.17...v0.2.18`](https://github.com/hugo-fixit/FixIt/compare/v0.2.17...v0.2.18)
|
||||
|
||||
## v0.2.16 [2022.9.24]
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Generated
+496
-490
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -4,13 +4,13 @@
|
||||
"description": "FixIt theme source files",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.20.7",
|
||||
"@babel/core": "^7.20.12",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/cli": "^7.21.0",
|
||||
"@babel/core": "^7.21.4",
|
||||
"@babel/preset-env": "^7.21.4",
|
||||
"atomic-algolia": "^0.3.19",
|
||||
"babelify": "^10.0.0",
|
||||
"browserify": "^17.0.0",
|
||||
"core-js": "^3.27.2",
|
||||
"core-js": "^3.29.1",
|
||||
"segmentit": "^2.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user