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 Jan 18, 2022
1 parent 30ada31 commit fa379f6
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 1,246 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.0.8",
"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.21",
"@types/react": "17.0.38",
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"preact": "10.6.4",
"tailwindcss": "2.2.19",
"typescript": "4.5.4"
}
}
Loading

0 comments on commit fa379f6

Please sign in to comment.