Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent c68835d commit 84d8dd1
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 124 deletions.
10 changes: 5 additions & 5 deletions apps/compatibility-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"prettier:fix": "prettier . --write"
},
"dependencies": {
"next": "15.1.3",
"next": "15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@atmina/linting": "workspace:*",
"@next/eslint-plugin-next": "15.1.3",
"@next/eslint-plugin-next": "15.1.4",
"@types/eslint": "9.6.1",
"@types/node": "22.10.5",
"@types/react": "19.0.3",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-config-next": "15.1.4",
"postcss": "8.4.49",
"prettier": "3.4.2",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"prettier": "@atmina/linting/prettier"
}
2 changes: 1 addition & 1 deletion packages/linting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint": "9.17.0",
"prettier": "3.4.2",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"dependencies": {
"@antfu/ni": "^0.23.1",
Expand Down
Loading

0 comments on commit 84d8dd1

Please sign in to comment.