Skip to content

Commit

Permalink
update dependencies [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Apr 20, 2024
1 parent 2e281f5 commit be040fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint": "^9.1.0",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^9.0.0",
"eslint": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion lib/nextjs-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vitest": "^1.5.0"
},
"dependencies": {
"r18gs": "^0.1.0"
"r18gs": "^0.1.1"
},
"peerDependencies": {
"@types/react": "16.8 - 18",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@turbo/gen": "^1.13.2",
"eslint": "^9.0.0",
"eslint": "^9.1.0",
"eslint-config-custom": "workspace:*",
"prettier": "^3.2.5",
"turbo": "^1.13.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"typescript": "5.4.5"
},
"dependencies": {
"eslint": "^9.0.0"
"eslint": "^9.1.0"
}
}

0 comments on commit be040fb

Please sign in to comment.