Skip to content

Commit bcf34b2

Browse files
Pin dependencies
1 parent 34a87d1 commit bcf34b2

File tree

3 files changed

+50
-68
lines changed

3 files changed

+50
-68
lines changed

.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@v2.3.1
19+
uses: actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b # v2.3.1
2020
- name: Use Node.js 18.16.1
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
2222
with:
2323
node-version: '18.16.1'
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-lock.json

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

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@
2121
"toml": "^3.0.0"
2222
},
2323
"devDependencies": {
24-
"@elastic/datemath": "^5.0.3",
25-
"@emotion/babel-plugin": "^11.10.2",
26-
"@next/bundle-analyzer": "^12.3.4",
27-
"@types/node": "^16.11.10",
28-
"@typescript-eslint/eslint-plugin": "^5.5.0",
29-
"axios": "^1.4.0",
30-
"copy-webpack-plugin": "^10.0.0",
31-
"eslint": "<8.0.0",
24+
"@elastic/datemath": "5.0.3",
25+
"@emotion/babel-plugin": "11.11.0",
26+
"@next/bundle-analyzer": "12.3.4",
27+
"@types/node": "16.18.38",
28+
"@typescript-eslint/eslint-plugin": "5.62.0",
29+
"axios": "1.4.0",
30+
"copy-webpack-plugin": "10.2.4",
31+
"eslint": "7.32.0",
3232
"eslint-config-next": "12.0.4",
33-
"eslint-config-prettier": "^8.3.0",
34-
"eslint-plugin-prettier": "^4.0.0",
35-
"glob": "^7.2.0",
36-
"iniparser": "^1.0.5",
37-
"moment": "^2.29.4",
38-
"next": "^12.3.1",
39-
"null-loader": "^4.0.1",
40-
"prettier": "^2.5.0",
41-
"react": "^17.0.2",
42-
"react-dom": "^17.0.2",
43-
"sass": "^1.43.5",
44-
"serve": "^13.0.2",
45-
"typescript": "^4.5.2",
46-
"typescript-plugin-css-modules": "^3.4.0"
33+
"eslint-config-prettier": "8.8.0",
34+
"eslint-plugin-prettier": "4.2.1",
35+
"glob": "7.2.3",
36+
"iniparser": "1.0.5",
37+
"moment": "2.29.4",
38+
"next": "12.3.4",
39+
"null-loader": "4.0.1",
40+
"prettier": "2.8.8",
41+
"react": "17.0.2",
42+
"react-dom": "17.0.2",
43+
"sass": "1.63.6",
44+
"serve": "13.0.4",
45+
"typescript": "4.5.5",
46+
"typescript-plugin-css-modules": "3.4.0"
4747
},
4848
"resolutions": {
4949
"trim": "0.0.3"

0 commit comments

Comments
 (0)