Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 29, 2023
1 parent 6cccd8e commit 8785c5c
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 165 deletions.
6 changes: 3 additions & 3 deletions apps/next13-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"use-count-up": "3.0.1"
},
"devDependencies": {
"@types/node": "18.15.10",
"@types/react": "18.0.30",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"postcss": "8.4.21",
"prettier-plugin-tailwindcss": "0.2.5"
"prettier-plugin-tailwindcss": "0.2.6"
}
}
2 changes: 1 addition & 1 deletion apps/platformatic-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"platformatic": "0.19.1"
},
"devDependencies": {
"@types/node": "18.15.10",
"@types/node": "18.15.11",
"@xstate/test": "0.5.1"
}
}
2 changes: 1 addition & 1 deletion apps/vite-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"xstate": "4.37.1"
},
"devDependencies": {
"@types/react": "18.0.30",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@vitejs/plugin-react": "3.1.0",
"@vitest/ui": "0.29.7",
"@vitest/ui": "0.29.8",
"c8": "7.13.0",
"cypress": "12.8.1",
"eslint": "8.36.0",
"cypress": "12.9.0",
"eslint": "8.37.0",
"eslint-config-next": "latest",
"eslint-config-productsway": "0.2.0",
"husky": "8.0.3",
"jsdom": "21.1.1",
"lint-staged": "13.2.0",
"prettier": "2.8.7",
"sort-package-json": "2.4.1",
"tailwindcss": "3.2.7",
"turbo": "1.8.6",
"tailwindcss": "3.3.0",
"turbo": "1.8.7",
"typescript": "5.0.2",
"vite": "4.2.1",
"vitest": "0.29.7"
"vitest": "0.29.8"
},
"packageManager": "yarn@1.22.19"
}
Loading

0 comments on commit 8785c5c

Please sign in to comment.