Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Nov 7, 2022
1 parent bce3aa5 commit 9b293e8
Show file tree
Hide file tree
Showing 7 changed files with 1,079 additions and 653 deletions.
10 changes: 5 additions & 5 deletions apps/react-17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@jellydn/config": "*",
"@jellydn/ui": "*",
"@jellydn/tsconfig": "*",
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@trivago/prettier-plugin-sort-imports": "3.4.0",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.16",
"@vitejs/plugin-react": "1.3.2",
"prettier": "2.6.2",
"typescript": "4.7.3",
"vite": "2.9.8"
"@vitejs/plugin-react": "2.2.0",
"prettier": "2.7.1",
"typescript": "4.8.4",
"vite": "3.2.3"
}
}
18 changes: 9 additions & 9 deletions apps/react-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"lint": "eslint src"
},
"dependencies": {
"react": "18.1.0",
"react-dom": "18.1.0"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@jellydn/config": "*",
"@jellydn/ui": "*",
"@jellydn/tsconfig": "*",
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.0",
"@vitejs/plugin-react": "1.3.2",
"prettier": "2.6.2",
"typescript": "4.7.3",
"vite": "2.9.8"
"@trivago/prettier-plugin-sort-imports": "3.4.0",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@vitejs/plugin-react": "2.2.0",
"prettier": "2.7.1",
"typescript": "4.8.4",
"vite": "3.2.3"
}
}
10 changes: 5 additions & 5 deletions apps/react-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@jellydn/config": "*",
"@jellydn/tsconfig": "*",
"@jellydn/ui": "*",
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@trivago/prettier-plugin-sort-imports": "3.4.0",
"@types/react": "latest",
"@types/react-dom": "latest",
"@vitejs/plugin-react": "1.3.2",
"prettier": "2.6.2",
"typescript": "4.7.3",
"vite": "2.9.8"
"@vitejs/plugin-react": "2.2.0",
"prettier": "2.7.1",
"typescript": "4.8.4",
"vite": "3.2.3"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"prepare": "husky install"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@trivago/prettier-plugin-sort-imports": "3.4.0",
"gh-pages": "4.0.0",
"husky": "8.0.1",
"lint-staged": "13.0.0",
"prettier": "2.6.2",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"turbo": "latest"
},
"packageManager": "[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"eslint-preset.js"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "8.14.0",
"eslint-config-productsway": "0.1.14"
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "8.27.0",
"eslint-config-productsway": "0.1.16"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@jellydn/config": "*",
"@jellydn/tsconfig": "*",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.0",
"typescript": "4.7.3"
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"typescript": "4.8.4"
},
"dependencies": {
"consola": "^2.15.3"
Expand Down
Loading

0 comments on commit 9b293e8

Please sign in to comment.