Skip to content

Commit

Permalink
fix package.json vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
TieProost committed Feb 12, 2024
1 parent bdb577e commit ef98be6
Show file tree
Hide file tree
Showing 2 changed files with 1,090 additions and 285 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"i18next": "^22.4.15",
"next": "13.3.0",
"next": "^13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.2.0",
Expand All @@ -25,15 +25,16 @@
"autoprefixer": "10.4.14",
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-next": "13.3.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "8.4.22",
"postcss": "^8.4.22",
"prettier": "2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"sass": "^1.62.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
"typescript": "5.0.4",
"yarn-audit-fix": "^10.0.7"
}
}
Loading

0 comments on commit ef98be6

Please sign in to comment.