Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 30ada31 commit bbfbc11
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 1,441 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"build": "next build"
},
"dependencies": {
"next": "^12.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"preact": "^10.6.2",
"tailwindcss": "^2.2.19",
"typescript": "^4.5.2"
"@types/node": "16.11.26",
"@types/react": "17.0.39",
"autoprefixer": "10.4.2",
"postcss": "8.4.8",
"preact": "10.6.6",
"tailwindcss": "2.2.19",
"typescript": "4.6.2"
}
}
Loading

0 comments on commit bbfbc11

Please sign in to comment.