Skip to content

Commit

Permalink
chore(deps): pin dependencies (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 22, 2022
1 parent e3d3399 commit 7cd1286
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,32 @@
"postinstall": "remix setup node"
},
"dependencies": {
"@remix-run/react": "^1.2.2",
"@remix-run/vercel": "^1.2.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"dotenv": "^16.0.0",
"got": "^11.8.3",
"i18next": "^21.6.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.5",
"react-icons": "^4.3.1",
"remix": "^1.2.2"
"@remix-run/react": "1.2.2",
"@remix-run/vercel": "1.2.2",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.4.0",
"@tailwindcss/line-clamp": "0.3.1",
"dotenv": "16.0.0",
"got": "11.8.3",
"i18next": "21.6.11",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "11.15.5",
"react-icons": "4.3.1",
"remix": "1.2.2"
},
"devDependencies": {
"@remix-run/dev": "^1.2.2",
"@remix-run/serve": "^1.2.2",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^10.4.2",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.5"
"@remix-run/dev": "1.2.2",
"@remix-run/serve": "1.2.2",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"autoprefixer": "10.4.2",
"concurrently": "7.0.0",
"cross-env": "7.0.3",
"postcss": "8.4.6",
"prettier": "2.5.1",
"tailwindcss": "3.0.23",
"typescript": "4.5.5"
},
"engines": {
"node": ">=14"
Expand Down

1 comment on commit 7cd1286

@vercel
Copy link

@vercel vercel bot commented on 7cd1286 Feb 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.