Skip to content

Commit f267eea

Browse files
chore(deps): update all
1 parent b9aeeb5 commit f267eea

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/firebase-hosting-merge.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
build_and_deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
with:
1515
persist-credentials: false
1616

17-
- uses: actions/setup-node@v2
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 12.x
2020

@@ -25,7 +25,7 @@ jobs:
2525
run: npm ci && npm run build
2626

2727
- name: Automated Version Bump
28-
uses: phips28/gh-action-bump-version@v9.0.13
28+
uses: phips28/gh-action-bump-version@v11.0.4
2929
with:
3030
minor-wording: 'add,Adds,new,Added'
3131
major-wording: 'MAJOR,cut-major,breaking-change'

.github/workflows/firebase-hosting-pull-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
build_and_preview:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
with:
1212
persist-credentials: false
13-
- uses: actions/setup-node@v2
13+
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 12.x
1616
- run: git config --global url."https://${{ secrets.PAT }}@github.com/".insteadOf ssh://[email protected]/

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"@mui/material": "^5.4.2",
1414
"@mui/styles": "^5.4.2",
1515
"client-persistence": "git+https://github.com/dplantera/client-persistence.git#1.0.6",
16-
"pdfjs-dist": "^2.12.313",
16+
"pdfjs-dist": "^4.0.0",
1717
"prismjs": "^1.27.0",
1818
"react": "^17.0.2",
1919
"react-dom": "^17.0.2",
20-
"react-pdf": "^5.7.1",
20+
"react-pdf": "^7.0.0",
2121
"react-router-dom": "^5.3.0",
2222
"react-simple-code-editor": "^0.11.0",
2323
"serialize-javascript": "^6.0.0",
24-
"uuid": "^8.3.2",
24+
"uuid": "^9.0.0",
2525
"workbox-core": "^6.3.0",
2626
"workbox-expiration": "^6.3.0",
2727
"workbox-precaching": "^6.3.0",
2828
"workbox-routing": "^6.3.0",
29-
"zustand": "^3.6.7"
29+
"zustand": "^4.0.0"
3030
},
3131
"devDependencies": {
3232
"@babel/cli": "^7.17.3",
@@ -35,8 +35,8 @@
3535
"@babel/preset-env": "^7.15.8",
3636
"@material-ui/icons": "^5.0.0-beta.5",
3737
"buffer": "^6.0.3",
38-
"dotenv": "^10.0.0",
39-
"fs-extra": "^10.0.0",
38+
"dotenv": "^16.0.0",
39+
"fs-extra": "^11.0.0",
4040
"jest": "^27.5.1",
4141
"prop-types": "^15.8.1",
4242
"react-scripts": "^5.0.0",

0 commit comments

Comments
 (0)