Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi committed Nov 12, 2023
1 parent 8474992 commit 90a65f3
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -39,17 +39,17 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10",
"concurrently": "^8",
"eslint": "^8",
"eslint-config-next": "^14",
"eslint-config-prettier": "^9",
"eslint-plugin-prettier": "^5",
"jest": "^29",
"jest-environment-jsdom": "^29",
"postcss": "^8.4.31",
"postcss": "^8",
"prettier": "^3",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3",
"ts-jest": "^29",
"typedoc": "^0.25",
"typescript": "^5"
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -11,4 +11,4 @@ module.exports = {
tailwindcss: {},
autoprefixer: {},
},
}
}

0 comments on commit 90a65f3

Please sign in to comment.