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