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 Jan 3, 2024
1 parent de42fb2 commit 6423804
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 140 deletions.
12 changes: 6 additions & 6 deletions apps/next13-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "6.1.1",
"styled-components": "6.1.6",
"styled-jsx": "5.1.2",
"use-count-up": "3.0.1"
},
"devDependencies": {
"@types/node": "18.18.13",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@types/node": "18.19.4",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"prettier-plugin-tailwindcss": "0.5.7"
"postcss": "8.4.32",
"prettier-plugin-tailwindcss": "0.5.10"
}
}
4 changes: 2 additions & 2 deletions apps/platformatic-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@platformatic/sql-mapper": "0.47.6",
"@xstate/fsm": "2.1.0",
"ajv": "8.12.0",
"fastify": "4.24.3",
"fastify": "4.25.2",
"fluent-json-schema": "4.2.1",
"platformatic": "0.47.6"
},
"devDependencies": {
"@types/node": "18.18.13",
"@types/node": "18.19.4",
"@xstate/test": "0.5.1"
}
}
4 changes: 2 additions & 2 deletions apps/vite-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"xstate": "4.38.3"
},
"devDependencies": {
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17"
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.1.2",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.1",
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "3.1.0",
"@vitest/ui": "0.34.6",
"@vitest/ui": "0.34.7",
"c8": "7.14.0",
"cypress": "12.17.4",
"eslint": "8.54.0",
"eslint": "8.56.0",
"eslint-config-next": "latest",
"eslint-config-productsway": "0.3.0",
"husky": "8.0.3",
"jsdom": "21.1.2",
"lint-staged": "13.3.0",
"prettier": "2.8.8",
"sort-package-json": "2.6.0",
"tailwindcss": "3.3.5",
"turbo": "1.10.16",
"typescript": "5.3.2",
"tailwindcss": "3.4.0",
"turbo": "1.11.2",
"typescript": "5.3.3",
"vite": "4.5.1",
"vitest": "0.34.6"
},
Expand Down
Loading

1 comment on commit 6423804

@vercel
Copy link

@vercel vercel bot commented on 6423804 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

x-state-demo – ./

x-state-demo.vercel.app
x-state-demo-git-main-dunghd.vercel.app
x-state-demo-dunghd.vercel.app

Please sign in to comment.