Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: package updates
Browse files Browse the repository at this point in the history
sushanyadav committed Nov 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6d52a95 commit ec88bd0
Showing 2 changed files with 999 additions and 747 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -14,31 +14,31 @@
"validate": "yarn run prettier & yarn run lint:eslint & yarn run check-types & yarn run build"
},
"dependencies": {
"next": "^13.4.9",
"next": "^14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.58.3"
"sass": "^1.69.5"
},
"devDependencies": {
"@tsconfig/next": "^1.0.2",
"@tsconfig/next": "^2.0.1",
"@types/eslint": "^8.44.6",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.14",
"@types/node": "^20.8.10",
"@types/react": "^18.2.33",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "^13.4.9",
"eslint-plugin-import": "^2.27.5",
"eslint-config-next": "^14.0.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"postcss": "^8.4.25",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.3.2",
"lint-staged": "^15.0.2",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
1,714 changes: 983 additions & 731 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit ec88bd0

Please sign in to comment.