Skip to content

Commit

Permalink
Update all dependencies (#551)
Browse files Browse the repository at this point in the history
* Update all dependencies

* Update vitest snaps (no escaping)
  • Loading branch information
tajo authored Mar 17, 2024
1 parent 3af5d80 commit faf818d
Show file tree
Hide file tree
Showing 21 changed files with 3,834 additions and 3,317 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-lemons-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ladle/react": patch
---

Update all dependencies
6 changes: 3 additions & 3 deletions e2e/addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"dependencies": {
"@ladle/playwright-config": "workspace:*",
"@ladle/react": "workspace:*",
"@playwright/test": "^1.40.1",
"axe-playwright": "^1.2.3",
"@playwright/test": "^1.42.1",
"axe-playwright": "^2.0.1",
"cross-env": "^7.0.3",
"query-string": "^8.1.0",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions e2e/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"@ladle/playwright-config": "workspace:*",
"@ladle/react": "workspace:*",
"@playwright/test": "^1.40.1",
"@vitejs/plugin-react": "^4.2.0",
"@playwright/test": "^1.42.1",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
10 changes: 5 additions & 5 deletions e2e/baseweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"dependencies": {
"@ladle/playwright-config": "workspace:*",
"@ladle/react": "workspace:*",
"@playwright/test": "^1.40.1",
"autoprefixer": "^10.4.16",
"baseui": "^13.0.0",
"@playwright/test": "^1.42.1",
"autoprefixer": "^10.4.18",
"baseui": "^14.0.0",
"cross-env": "^7.0.3",
"postcss": "^8.4.31",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styletron-engine-monolithic": "^1.0.0",
"styletron-react": "^6.1.1",
"tailwindcss": "^3.3.5"
"tailwindcss": "^3.4.1"
}
}
2 changes: 1 addition & 1 deletion e2e/config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@ladle/playwright-config": "workspace:*",
"@ladle/react": "workspace:*",
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.42.1",
"cross-env": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion e2e/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@ladle/playwright-config": "workspace:*",
"@ladle/react": "workspace:*",
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.42.1",
"cross-env": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
8 changes: 4 additions & 4 deletions e2e/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"dependencies": {
"@ladle/playwright-config": "workspace:*",
"@ladle/react": "workspace:*",
"@playwright/test": "^1.40.1",
"autoprefixer": "^10.4.16",
"@playwright/test": "^1.42.1",
"autoprefixer": "^10.4.18",
"cross-env": "^7.0.3",
"postcss": "^8.4.31",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5"
"tailwindcss": "^3.4.1"
}
}
2 changes: 1 addition & 1 deletion e2e/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@ladle/playwright-config": "workspace:*",
"@ladle/react": "workspace:*",
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.42.1",
"cross-env": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
10 changes: 5 additions & 5 deletions e2e/msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"dependencies": {
"@ladle/playwright-config": "workspace:*",
"@ladle/react": "workspace:*",
"@playwright/test": "^1.40.1",
"autoprefixer": "^10.4.16",
"baseui": "^13.0.0",
"@playwright/test": "^1.42.1",
"autoprefixer": "^10.4.18",
"baseui": "^14.0.0",
"cross-env": "^7.0.3",
"postcss": "^8.4.31",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styletron-engine-monolithic": "^1.0.0",
"styletron-react": "^6.1.1",
"tailwindcss": "^3.3.5"
"tailwindcss": "^3.4.1"
}
}
2 changes: 1 addition & 1 deletion e2e/playwright-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"test": "echo 'no test'"
},
"dependencies": {
"@playwright/test": "^1.40.1"
"@playwright/test": "^1.42.1"
}
}
2 changes: 1 addition & 1 deletion e2e/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@ladle/playwright-config": "workspace:*",
"@ladle/react": "workspace:*",
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.42.1",
"@types/sync-fetch": "^0.4.3",
"cross-env": "^7.0.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/programmatic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@ladle/playwright-config": "workspace:*",
"@ladle/react": "workspace:*",
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.42.1",
"cross-env": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion e2e/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@ladle/playwright-config": "workspace:*",
"@ladle/react": "workspace:*",
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.42.1",
"cross-env": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@playwright/test": "^1.40.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"turbo": "^1.10.16",
"typescript": "^5.3.2"
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"@playwright/test": "^1.42.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"turbo": "^1.12.5",
"typescript": "^5.4.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
58 changes: 29 additions & 29 deletions packages/ladle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,67 +37,67 @@
},
"dependencies": {
"@babel/code-frame": "^7.23.5",
"@babel/core": "^7.23.5",
"@babel/generator": "^7.23.5",
"@babel/parser": "^7.23.5",
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.23.5",
"@babel/types": "^7.23.5",
"@babel/core": "^7.24.0",
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.24.0",
"@babel/template": "^7.24.0",
"@babel/traverse": "^7.24.0",
"@babel/types": "^7.24.0",
"@ladle/react-context": "^1.0.1",
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"axe-core": "^4.8.2",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"axe-core": "^4.8.4",
"boxen": "^7.1.1",
"chokidar": "^3.5.3",
"classnames": "^2.3.2",
"commander": "^11.1.0",
"chokidar": "^3.6.0",
"classnames": "^2.5.1",
"commander": "^12.0.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"get-port": "^7.0.0",
"globby": "^14.0.0",
"globby": "^14.0.1",
"history": "^5.3.0",
"koa": "^2.14.2",
"koa": "^2.15.1",
"koa-connect": "^2.1.0",
"lodash.merge": "^4.6.2",
"msw": "^2.0.9",
"open": "^9.1.0",
"prism-react-renderer": "^2.3.0",
"msw": "^2.2.4",
"open": "^10.1.0",
"prism-react-renderer": "^2.3.1",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react-hotkeys-hook": "^4.4.1",
"query-string": "^9.0.0",
"react-hotkeys-hook": "^4.5.0",
"react-inspector": "^6.0.2",
"rehype-class-names": "^1.0.14",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"source-map": "^0.7.4",
"vfile": "^6.0.1",
"vite": "^5.0.4",
"vite-tsconfig-paths": "^4.2.1"
"vite": "^5.1.6",
"vite-tsconfig-paths": "^4.3.2"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/cli": "^7.23.9",
"@types/babel__code-frame": "^7.0.6",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.7",
"@types/babel__generator": "^7.6.8",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.4",
"@types/babel__traverse": "^7.20.5",
"@types/cross-spawn": "^6.0.6",
"@types/debug": "^4.1.12",
"@types/express": "^4.17.21",
"@types/koa": "^2.13.12",
"@types/koa": "^2.15.0",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.10.1",
"@types/node": "^20.11.28",
"@types/ws": "^8.5.10",
"cross-env": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vitest": "^0.34.6"
"vitest": "^1.4.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit faf818d

Please sign in to comment.