Pin dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-26 14:38:15 +00:00
parent eed703e394
commit a87235a044
2 changed files with 16 additions and 16 deletions

View File

@@ -6,16 +6,16 @@
"start": "next start"
},
"dependencies": {
"axios": "^0.24.0",
"axios": "0.24.0",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.38",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0",
"typescript": "^4.5.4"
"@types/react": "17.0.38",
"autoprefixer": "10.4.0",
"postcss": "8.4.5",
"tailwindcss": "3.0.7",
"typescript": "4.5.4"
}
}