Use exact versions of npm packages

This commit is contained in:
jahooma 2021-12-02 18:53:21 -06:00
parent 8484b54fa0
commit a61f70d887

View File

@ -9,22 +9,22 @@
"format": "npx prettier --write ."
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@headlessui/react": "1.4.2",
"@heroicons/react": "1.0.5",
"next": "12.0.4",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/forms": "0.3.4",
"@types/node": "16.11.11",
"@types/react": "17.0.37",
"autoprefixer": "^10.2.6",
"autoprefixer": "10.2.6",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"postcss": "^8.3.5",
"postcss": "8.3.5",
"prettier": "2.5.0",
"tailwindcss": "^2.2.4",
"tailwindcss": "2.2.4",
"typescript": "4.5.2"
}
}