chore(deps): pin dependencies
This commit is contained in:
@@ -2,7 +2,7 @@ version: 2.1
|
||||
jobs:
|
||||
build-check:
|
||||
docker:
|
||||
- image: cibuilds/hugo:0.136
|
||||
- image: cibuilds/hugo:0.136@sha256:59165779b022c6983084b41b8d9dc7a962e5c4ca10be9d0bf528d3671a91b36b
|
||||
working_directory: ~/LoveIt
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
+11
-11
@@ -5,16 +5,16 @@
|
||||
"private": true,
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.8.4",
|
||||
"@babel/core": "^7.9.0",
|
||||
"@babel/preset-env": "^7.9.0",
|
||||
"babel-preset-minify": "^0.5.1",
|
||||
"babelify": "^10.0.0",
|
||||
"browserify": "^17.0.0",
|
||||
"core-js": "^3.6.4",
|
||||
"husky": "^9.0.0",
|
||||
"minimist": "^1.2.5",
|
||||
"segmentit": "^2.0.3"
|
||||
"@babel/cli": "7.25.9",
|
||||
"@babel/core": "7.26.0",
|
||||
"@babel/preset-env": "7.26.0",
|
||||
"babel-preset-minify": "0.5.2",
|
||||
"babelify": "10.0.0",
|
||||
"browserify": "17.0.1",
|
||||
"core-js": "3.39.0",
|
||||
"husky": "9.1.6",
|
||||
"minimist": "1.2.8",
|
||||
"segmentit": "2.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"preinstall": "npx npm-force-resolutions",
|
||||
@@ -27,7 +27,7 @@
|
||||
"copy": "rm -rf resources && cp -rf exampleSite/resources resources"
|
||||
},
|
||||
"resolutions": {
|
||||
"minimist": "^1.2.5"
|
||||
"minimist": "1.2.8"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
||||
Reference in New Issue
Block a user