Skip to content

Commit

Permalink
Bump all dep versions (#335)
Browse files Browse the repository at this point in the history
* Bump all dep versions

* Bump pnpm version

* fix tests
  • Loading branch information
tajo authored Feb 5, 2023
1 parent 1cf19bd commit f493c42
Show file tree
Hide file tree
Showing 15 changed files with 3,779 additions and 6,191 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
run: pnpm build

- name: Unit and e2e tests
run: pnpm test -- --concurrency=1
run: pnpm test
8 changes: 4 additions & 4 deletions e2e/addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"dependencies": {
"@ladle/react": "workspace:*",
"@playwright/test": "^1.28.1",
"axe-playwright": "^1.1.11",
"playwright-core": "^1.28.1",
"@playwright/test": "^1.30.0",
"axe-playwright": "^1.1.12",
"playwright-core": "^1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"start-server-and-test": "^1.15.2"
"start-server-and-test": "^1.15.3"
}
}
4 changes: 2 additions & 2 deletions e2e/config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@ladle/react": "workspace:*",
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"start-server-and-test": "^1.15.2"
"start-server-and-test": "^1.15.3"
}
}
4 changes: 2 additions & 2 deletions e2e/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@ladle/react": "workspace:*",
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"start-server-and-test": "^1.15.2"
"start-server-and-test": "^1.15.3"
}
}
6 changes: 3 additions & 3 deletions e2e/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"dependencies": {
"@ladle/react": "workspace:*",
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.30.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"start-server-and-test": "^1.15.2",
"start-server-and-test": "^1.15.3",
"tailwindcss": "^3.2.4"
}
}
4 changes: 2 additions & 2 deletions e2e/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@ladle/react": "workspace:*",
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"start-server-and-test": "^1.15.2"
"start-server-and-test": "^1.15.3"
}
}
6 changes: 3 additions & 3 deletions e2e/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"dependencies": {
"@ladle/react": "workspace:*",
"@playwright/test": "^1.28.1",
"flow-remove-types": "^2.196.0",
"@playwright/test": "^1.30.0",
"flow-remove-types": "^2.198.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-pluginutils": "^2.8.2",
"start-server-and-test": "^1.15.2"
"start-server-and-test": "^1.15.3"
}
}
4 changes: 2 additions & 2 deletions e2e/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"dependencies": {
"@ladle/react": "workspace:*",
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.30.0",
"@types/sync-fetch": "^0.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"start-server-and-test": "^1.15.2",
"start-server-and-test": "^1.15.3",
"sync-fetch": "^0.4.2"
}
}
4 changes: 2 additions & 2 deletions e2e/programmatic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"dependencies": {
"@ladle/react": "workspace:*",
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"start-server-and-test": "^1.15.2"
"start-server-and-test": "^1.15.3"
}
}
4 changes: 2 additions & 2 deletions e2e/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@ladle/react": "workspace:*",
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"start-server-and-test": "^1.15.2"
"start-server-and-test": "^1.15.3"
}
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Vojtech Miksu <vojtech@miksu.cz>",
"license": "MIT",
"private": true,
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@7.26.3",
"scripts": {
"lint": "eslint \"./packages/*/{lib,src}/**/*.{ts,tsx}\" --max-warnings=0",
"test": "turbo run test --concurrency=1",
Expand All @@ -32,25 +32,25 @@
"e2e/provider"
],
"devDependencies": {
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@playwright/test": "^1.28.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@playwright/test": "^1.30.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"husky": "^8.0.2",
"playwright": "^1.28.1",
"prettier": "^2.8.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"playwright": "^1.30.0",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.3",
"turbo": "^1.6.3",
"typescript": "^4.9.4"
"turbo": "^1.7.3",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ladle-react-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"exports": {
".": "./index.js"
},
"packageManager": "pnpm@7.1.9",
"packageManager": "pnpm@7.26.3",
"publishConfig": {
"access": "public"
},
Expand Down
46 changes: 23 additions & 23 deletions packages/ladle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"./preview": "./api/preview.js",
"./build": "./api/build.js"
},
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@7.26.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -33,24 +33,24 @@
},
"dependencies": {
"@babel/code-frame": "^7.18.6",
"@babel/core": "^7.20.5",
"@babel/generator": "^7.20.5",
"@babel/parser": "^7.20.5",
"@babel/core": "^7.20.12",
"@babel/generator": "^7.20.14",
"@babel/parser": "^7.20.15",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.6",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.20.5",
"@babel/types": "^7.20.5",
"@babel/runtime": "^7.20.13",
"@babel/template": "^7.20.7",
"@babel/traverse": "^7.20.13",
"@babel/types": "^7.20.7",
"@ladle/react-context": "workspace:^1.0.1",
"@vitejs/plugin-react": "^3.0.0",
"axe-core": "^4.6.1",
"boxen": "^7.0.0",
"@vitejs/plugin-react": "^3.1.0",
"axe-core": "^4.6.3",
"boxen": "^7.0.1",
"chokidar": "^3.5.3",
"classnames": "^2.3.2",
"commander": "^9.4.1",
"commander": "^10.0.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"default-browser": "^3.1.0",
Expand All @@ -62,34 +62,34 @@
"open": "^8.4.0",
"prism-react-renderer": "^1.3.5",
"prop-types": "^15.8.1",
"query-string": "^8.0.3",
"react-frame-component": "^5.2.3",
"query-string": "^8.1.0",
"react-frame-component": "^5.2.6",
"react-inspector": "^6.0.1",
"vite": "^4.0.1",
"vite-tsconfig-paths": "^4.0.3"
"vite": "^4.1.1",
"vite-tsconfig-paths": "^4.0.5"
},
"peerDependencies": {
"react": ">=16.14.0",
"react-dom": ">=16.14.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/cli": "^7.20.7",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@types/babel__code-frame": "^7.0.3",
"@types/babel__core": "^7.1.20",
"@types/babel__core": "^7.20.0",
"@types/babel__generator": "^7.6.4",
"@types/babel__template": "^7.4.1",
"@types/babel__traverse": "^7.18.3",
"@types/cross-spawn": "^6.0.2",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.15",
"@types/express": "^4.17.17",
"@types/lodash.merge": "^4.6.7",
"@types/node": "^18.11.15",
"@types/ws": "^8.5.3",
"@types/node": "^18.11.19",
"@types/ws": "^8.5.4",
"cross-env": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vitest": "^0.25.8"
"vitest": "^0.28.4"
},
"engines": {
"node": ">=16.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"test": "echo 'no test'"
},
"dependencies": {
"@algolia/client-search": "4.14.2",
"@docusaurus/core": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@docusaurus/theme-common": "2.2.0",
"@algolia/client-search": "4.14.3",
"@docusaurus/core": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
"@docusaurus/theme-common": "2.3.1",
"@mdx-js/react": "^1.6.0",
"@types/react": "^18.0.26",
"@types/react": "^18.0.27",
"clsx": "^1.2.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"browserslist": {
"production": [
Expand Down
Loading

1 comment on commit f493c42

@vercel
Copy link

@vercel vercel bot commented on f493c42 Feb 5, 2023

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:

ladle – ./

ladle.vercel.app
ladle.dev
ladle-miksu.vercel.app
ladle-git-main-miksu.vercel.app

Please sign in to comment.