Skip to content

Commit d51a9d8

Browse files
chore(deps): pin dependencies
1 parent f5bc763 commit d51a9d8

3 files changed

Lines changed: 51 additions & 51 deletions

File tree

.github/workflows/gh-pages.yml

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

1919
steps:
2020
- name: Checkout 🛎️
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2222
- name: Use Node.js 20.19.3
23-
uses: actions/setup-node@v6
23+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2424
with:
2525
node-version: '20.19.3'
2626

@@ -33,7 +33,7 @@ jobs:
3333
run: npm run build && npm run export && touch ./out/.nojekyll
3434

3535
- name: Deploy 🚀
36-
uses: JamesIves/github-pages-deploy-action@v4.8.0
36+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
3737
with:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
BRANCH: gh-pages # The branch the action should deploy to.

package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 21 additions & 21 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.13.5",
28-
"@next/bundle-analyzer": "^12.3.7",
29-
"@types/node": "^16.18.126",
30-
"@typescript-eslint/eslint-plugin": "^7.18.0",
31-
"axios": "^1.14.0",
32-
"copy-webpack-plugin": "^13.0.1",
33-
"eslint": "^8.57.1",
34-
"eslint-config-next": "^12.3.7",
35-
"eslint-config-prettier": "^8.10.2",
36-
"eslint-plugin-prettier": "^4.2.5",
37-
"glob": "^7.2.0",
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.3",
44-
"serve": "^14.2.6",
45-
"typescript": "^5.9.3",
46-
"typescript-plugin-css-modules": "^5.2.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": "7.18.0",
31+
"axios": "1.16.1",
32+
"copy-webpack-plugin": "13.0.1",
33+
"eslint": "8.57.1",
34+
"eslint-config-next": "12.3.7",
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.3",
44+
"serve": "14.2.6",
45+
"typescript": "5.9.3",
46+
"typescript-plugin-css-modules": "5.2.0"
4747
},
4848
"overrides": {
4949
"trim": "0.0.3",

0 commit comments

Comments
 (0)