Skip to content

Commit

Permalink
Merge pull request #89 from jellydn/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
jellydn committed Apr 3, 2023
2 parents 478c86a + b1a49dc commit 0cc359f
Show file tree
Hide file tree
Showing 6 changed files with 1,647 additions and 1,118 deletions.
6 changes: 3 additions & 3 deletions apps/jotai-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "vite preview"
},
"dependencies": {
"jotai": "1.7.1",
"jotai": "1.13.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -17,8 +17,8 @@
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react-refresh": "1.3.6",
"eslint": "8.17.0",
"vite": "2.9.10"
"eslint": "8.37.0",
"vite": "2.9.15"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
Expand Down
18 changes: 9 additions & 9 deletions apps/recoil-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.31.3",
"recoil": "0.7.3"
"react-hook-form": "7.43.9",
"recoil": "0.7.7"
},
"devDependencies": {
"@jellydn/config": "*",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react-refresh": "1.3.6",
"autoprefixer": "10.4.7",
"eslint": "8.17.0",
"postcss": "8.4.14",
"tailwindcss": "3.0.24",
"vite": "2.9.10",
"vite-plugin-windicss": "1.8.4",
"windicss": "3.5.4"
"autoprefixer": "10.4.14",
"eslint": "8.37.0",
"postcss": "8.4.21",
"tailwindcss": "3.3.1",
"vite": "2.9.15",
"vite-plugin-windicss": "1.8.10",
"windicss": "3.5.6"
}
}
28 changes: 14 additions & 14 deletions apps/redux-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "1.8.2",
"next": "12.1.6",
"@reduxjs/toolkit": "1.9.3",
"next": "12.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.2"
"react-redux": "8.0.5"
},
"scripts": {
"dev": "next dev --port 3002",
Expand All @@ -30,18 +30,18 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.2.0",
"@types/jest": "28.1.1",
"@types/node": "16.11.39",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "28.1.8",
"@types/node": "16.18.23",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@types/react-redux": "7.1.24",
"autoprefixer": "10.4.7",
"eslint": "8.17.0",
"jest": "28.1.1",
"postcss": "8.4.14",
"tailwindcss": "3.0.24"
"@types/react-redux": "7.1.25",
"autoprefixer": "10.4.14",
"eslint": "8.37.0",
"jest": "28.1.3",
"postcss": "8.4.21",
"tailwindcss": "3.3.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "2.6.2",
"prettier": "2.8.7",
"turbo": "latest",
"typescript": "4.7.3"
"typescript": "4.9.5"
},
"turbo": {
"baseBranch": "origin/main",
Expand Down
14 changes: 7 additions & 7 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
],
"dependencies": {
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.28.0",
"eslint-config-next": "12.3.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1"
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0"
}
}
Loading

0 comments on commit 0cc359f

Please sign in to comment.