Skip to content

Commit 7dc3495

Browse files
committed
update deps
1 parent 336e590 commit 7dc3495

File tree

2 files changed

+1262
-1175
lines changed

2 files changed

+1262
-1175
lines changed

package.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2+
"name": "oxicode-portafolio",
23
"private": true,
34
"engines": {
4-
"node": "^16.0.0"
5+
"node": "^16.19.0"
56
},
67
"scripts": {
78
"lint": "next lint --fix",
@@ -10,34 +11,35 @@
1011
"start": "next start"
1112
},
1213
"dependencies": {
13-
"@headlessui/react": "^1.6.5",
14-
"@octokit/core": "3.6.0",
15-
"date-fns": "^2.28.0",
16-
"next": "12.1.6",
17-
"next-seo": "^5.4.0",
18-
"react": "17.0.2",
19-
"react-dom": "17.0.2",
14+
"@headlessui/react": "^1.7.13",
15+
"@octokit/core": "4.2.0",
16+
"date-fns": "^2.29.3",
17+
"next": "12.3.4",
18+
"next-seo": "^5.15.0",
19+
"react": "18.2.0",
20+
"react-dom": "18.2.0",
2021
"react-ga": "3.3.1",
2122
"react-google-recaptcha": "2.1.0",
22-
"react-icons": "4.4.0",
23-
"typeit-react": "2.3.3",
23+
"react-icons": "4.8.0",
24+
"react-rough-notation": "^1.0.3",
25+
"typeit-react": "2.6.4",
2426
"unsplash-js": "7.0.15"
2527
},
2628
"devDependencies": {
27-
"@babel/core": "7.18.2",
28-
"@babel/eslint-parser": "7.18.2",
29-
"autoprefixer": "10.4.7",
30-
"eslint": "8.18.0",
29+
"@babel/core": "7.21.0",
30+
"@babel/eslint-parser": "7.19.1",
31+
"autoprefixer": "10.4.13",
32+
"eslint": "8.35.0",
3133
"eslint-config-eslint": "7.0.0",
32-
"eslint-config-next": "12.1.6",
34+
"eslint-config-next": "12.3.4",
3335
"eslint-config-standard": "17.0.0",
3436
"eslint-import-resolver-typescript": "2.7.1",
3537
"eslint-plugin-jsdoc": "39.3.3",
36-
"eslint-plugin-n": "^15.2.5",
38+
"eslint-plugin-n": "^15.6.1",
3739
"eslint-plugin-node": "11.1.0",
38-
"eslint-plugin-promise": "6.0.0",
40+
"eslint-plugin-promise": "6.1.1",
3941
"eslint-plugin-simple-import-sort": "7.0.0",
40-
"postcss": "8.4.14",
41-
"tailwindcss": "3.1.4"
42+
"postcss": "8.4.21",
43+
"tailwindcss": "3.2.7"
4244
}
4345
}

0 commit comments

Comments
 (0)