Skip to content

Commit 1dd5179

Browse files
Update all
1 parent 7eb1bd2 commit 1dd5179

File tree

3 files changed

+284
-227
lines changed

3 files changed

+284
-227
lines changed

.github/workflows/build_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
run:
1414
shell: bash -l {0}
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Use Node.js 16
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: 16
2424

2525
- name: Cache node modules
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
env:
2828
cache-name: cache-node-modules
2929
with:

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"@testing-library/user-event": "14.4.3",
1414
"@types/aos": "3.0.4",
1515
"@types/jest": "28.1.7",
16-
"@types/node": "16.11.60",
16+
"@types/node": "20.12.11",
1717
"@types/react": "18.0.21",
1818
"@types/react-dom": "18.0.6",
1919
"@types/react-scroll": "1.8.4",
2020
"aos": "2.3.4",
21-
"bulma": "0.9.4",
21+
"bulma": "1.0.0",
2222
"kwesforms": "2.1.26",
2323
"react": "18.2.0",
2424
"react-dom": "18.2.0",
2525
"react-router-dom": "6.3.0",
2626
"react-scripts": "5.0.1",
2727
"react-scroll": "1.8.7",
28-
"typescript": "4.8.3",
29-
"web-vitals": "2.1.4"
28+
"typescript": "5.4.5",
29+
"web-vitals": "4.0.0"
3030
},
3131
"scripts": {
3232
"start": "react-scripts start",
@@ -52,15 +52,15 @@
5252
"@typescript-eslint/parser": "5.33.1",
5353
"eslint": "8.24.0",
5454
"eslint-config-airbnb": "19.0.4",
55-
"eslint-config-airbnb-typescript": "17.0.0",
56-
"eslint-config-prettier": "8.5.0",
55+
"eslint-config-airbnb-typescript": "18.0.0",
56+
"eslint-config-prettier": "9.1.0",
5757
"eslint-plugin-import": "2.26.0",
5858
"eslint-plugin-jsx-a11y": "6.6.1",
59-
"eslint-plugin-prettier": "4.2.1",
59+
"eslint-plugin-prettier": "5.1.3",
6060
"eslint-plugin-react": "7.31.8",
6161
"eslint-plugin-react-hooks": "4.6.0",
62-
"lint-staged": "13.0.3",
63-
"prettier": "2.7.1"
62+
"lint-staged": "15.2.2",
63+
"prettier": "3.2.5"
6464
},
6565
"lint-staged": {
6666
"src/**/*.+(js|jsx|ts|tsx|json)": [

0 commit comments

Comments
 (0)