Skip to content

Commit 1916326

Browse files
Update all
1 parent 3c767cc commit 1916326

File tree

3 files changed

+241
-163
lines changed

3 files changed

+241
-163
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,21 +13,21 @@
1313
"@testing-library/user-event": "14.5.2",
1414
"@types/aos": "3.0.7",
1515
"@types/jest": "28.1.8",
16-
"@types/node": "16.18.98",
16+
"@types/node": "20.14.2",
1717
"@types/react": "18.2.3",
1818
"@types/react-dom": "18.3.0",
1919
"@types/react-scroll": "1.8.10",
2020
"aos": "2.3.4",
21-
"bulma": "0.9.4",
21+
"bulma": "1.0.1",
2222
"kwesforms": "2.2.9",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",
2525
"react-router-dom": "6.23.1",
2626
"react-player": "2.16.0",
2727
"react-scripts": "^5.0.1",
2828
"react-scroll": "1.9.0",
29-
"typescript": "4.9.5",
30-
"web-vitals": "2.1.4"
29+
"typescript": "5.4.5",
30+
"web-vitals": "4.1.0"
3131
},
3232
"scripts": {
3333
"start": "react-scripts start",
@@ -52,15 +52,15 @@
5252
"@typescript-eslint/parser": "5.62.0",
5353
"eslint": "8.57.0",
5454
"eslint-config-airbnb": "19.0.4",
55-
"eslint-config-airbnb-typescript": "17.1.0",
56-
"eslint-config-prettier": "8.10.0",
55+
"eslint-config-airbnb-typescript": "18.0.0",
56+
"eslint-config-prettier": "9.1.0",
5757
"eslint-plugin-import": "2.29.1",
5858
"eslint-plugin-jsx-a11y": "6.8.0",
59-
"eslint-plugin-prettier": "4.2.1",
59+
"eslint-plugin-prettier": "5.1.3",
6060
"eslint-plugin-react": "7.34.2",
6161
"eslint-plugin-react-hooks": "4.6.2",
62-
"lint-staged": "13.3.0",
63-
"prettier": "2.8.8"
62+
"lint-staged": "15.2.5",
63+
"prettier": "3.3.1"
6464
},
6565
"lint-staged": {
6666
"src/**/*.+(js|jsx|ts|tsx|json)": [

0 commit comments

Comments
 (0)