Skip to content

Commit 07653cd

Browse files
Pin dependencies
1 parent 70a51ec commit 07653cd

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- name: Checkout 🛎️
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2020
- name: Use Node.js 20.19.3
21-
uses: actions/setup-node@v6
21+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
2222
with:
2323
node-version: '20.19.3'
2424

@@ -31,7 +31,7 @@ jobs:
3131
run: npm run build && npm run export && touch ./out/.nojekyll
3232

3333
- name: Deploy 🚀
34-
uses: JamesIves/github-pages-deploy-action@v4.4.1
34+
uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6 # v4.4.1
3535
with:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
BRANCH: gh-pages # The branch the action should deploy to.

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,27 @@
2323
"toml": "^3.0.0"
2424
},
2525
"devDependencies": {
26-
"@elastic/datemath": "^5.0.3",
27-
"@emotion/babel-plugin": "^11.10.2",
28-
"@next/bundle-analyzer": "^12.3.4",
29-
"@types/node": "^16.11.10",
30-
"@typescript-eslint/eslint-plugin": "^5.5.0",
31-
"axios": "^1.4.0",
32-
"copy-webpack-plugin": "^10.0.0",
33-
"eslint": "<8.0.0",
26+
"@elastic/datemath": "5.0.3",
27+
"@emotion/babel-plugin": "11.13.5",
28+
"@next/bundle-analyzer": "12.3.7",
29+
"@types/node": "16.18.126",
30+
"@typescript-eslint/eslint-plugin": "5.62.0",
31+
"axios": "1.13.2",
32+
"copy-webpack-plugin": "10.2.4",
33+
"eslint": "7.32.0",
3434
"eslint-config-next": "12.0.4",
35-
"eslint-config-prettier": "^8.3.0",
36-
"eslint-plugin-prettier": "^4.0.0",
37-
"glob": "^7.2.0",
38-
"iniparser": "^1.0.5",
39-
"moment": "^2.29.4",
40-
"next": "^12.3.5",
41-
"null-loader": "^4.0.1",
42-
"prettier": "^2.5.0",
43-
"sass": "^1.43.5",
44-
"serve": "^14.2.5",
45-
"typescript": "^5",
46-
"typescript-plugin-css-modules": "^5.2.0"
35+
"eslint-config-prettier": "8.10.2",
36+
"eslint-plugin-prettier": "4.2.5",
37+
"glob": "7.2.3",
38+
"iniparser": "1.0.5",
39+
"moment": "2.30.1",
40+
"next": "12.3.7",
41+
"null-loader": "4.0.1",
42+
"prettier": "2.8.8",
43+
"sass": "1.97.0",
44+
"serve": "14.2.5",
45+
"typescript": "5.9.3",
46+
"typescript-plugin-css-modules": "5.2.0"
4747
},
4848
"resolutions": {
4949
"trim": "0.0.3"

0 commit comments

Comments
 (0)