1
0
Fork 0
mirror of https://github.com/kou029w/hasura-rest-hands-on.git synced 2025-04-02 10:56:23 +00:00

chore(deps): pin dependencies

This commit is contained in:
renovate[bot] 2025-03-01 03:10:02 +00:00 committed by GitHub
parent 6be3ae88f3
commit 3e4faec725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 14 deletions

View file

@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node:lts-alpine container: node:lts-alpine
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with: with:
node-version: "lts/*" node-version: "lts/*"
cache: npm cache: npm
@ -25,7 +25,7 @@ jobs:
npm ci npm ci
npm run build npm run build
mdbook build mdbook build
- uses: actions/upload-pages-artifact@v3 - uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
with: with:
path: book path: book
- uses: actions/deploy-pages@v4 - uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

View file

@ -4,8 +4,8 @@ jobs:
main: main:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with: with:
node-version: "lts/*" node-version: "lts/*"
cache: npm cache: npm

8
package-lock.json generated
View file

@ -11,10 +11,10 @@
"frontend" "frontend"
], ],
"devDependencies": { "devDependencies": {
"esbuild": "^0.24.2", "esbuild": "0.24.2",
"highlight.js": "^11.11.1", "highlight.js": "11.11.1",
"highlightjs-graphql": "^1.0.2", "highlightjs-graphql": "1.0.2",
"prettier": "^3.4.2" "prettier": "3.4.2"
} }
}, },
"frontend": { "frontend": {

View file

@ -9,9 +9,9 @@
"build": "esbuild src/*.js --outdir=theme --platform=browser --bundle --minify && npm --workspaces run build" "build": "esbuild src/*.js --outdir=theme --platform=browser --bundle --minify && npm --workspaces run build"
}, },
"devDependencies": { "devDependencies": {
"esbuild": "^0.24.2", "esbuild": "0.24.2",
"highlight.js": "^11.11.1", "highlight.js": "11.11.1",
"highlightjs-graphql": "^1.0.2", "highlightjs-graphql": "1.0.2",
"prettier": "^3.4.2" "prettier": "3.4.2"
} }
} }