Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
palmamartin committed Dec 1, 2023
1 parent 28be5bc commit 14f10b6
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 137 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -12,29 +12,29 @@
"ci": "yarn format && yarn lint && yarn tsc"
},
"dependencies": {
"next": "14.0.1",
"next": "14.0.3",
"next-plausible": "^3.12.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/node": "20.8.10",
"@types/node": "20.10.1",
"@types/prettier": "^3.0.0",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10.4.16",
"cosmiconfig-toml-loader": "^1.0.0",
"eslint": "8.53.0",
"eslint-config-next": "14.0.1",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}

0 comments on commit 14f10b6

Please sign in to comment.