Skip to content

Commit

Permalink
Update Node.js and package versions for all packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkPurple141 committed Jan 28, 2024
1 parent ffd9ee4 commit 8c9b5d6
Show file tree
Hide file tree
Showing 14 changed files with 6,777 additions and 5,601 deletions.
10 changes: 10 additions & 0 deletions .changeset/five-zoos-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'storybook-addon-performance-cli': patch
'storybook-addon-performance': patch
'react-16-example': patch
'react-esm-example': patch
'react-17-example': patch
'react-18-example': patch
---

Bump dependencies.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:

strategy:
matrix:
node-version: [16, 18]
node-version: [20]

steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
- name: Set node version to 16.x
version: 8
- name: Set node version to 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
registry-url: https://registry.npmjs.org/
- name: Setup npmrc
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18]
node-version: [20]
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18]
node-version: [20]
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.1
20.9.0
16 changes: 8 additions & 8 deletions examples/react-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"dependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-select": "^5.7.0"
"react-select": "^5.8.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@storybook/react": "7.0.0-beta.2",
"@storybook/react-webpack5": "7.0.0-beta.2",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.3",
"http-server": "^14.1.1",
"storybook": "7.0.0-beta.2",
"storybook-addon-performance": "workspace:*",
"typescript": "^4.9.4",
"webpack": "^5.75.0"
"typescript": "^4.9.5",
"webpack": "^5.90.0"
},
"scripts": {
"storybook:dev": "pnpm storybook dev --port 9005",
Expand Down
16 changes: 8 additions & 8 deletions examples/react-v16.8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"dependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-select": "^5.7.0"
"react-select": "^5.8.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@storybook/react": "7.0.0-beta.2",
"@storybook/react-webpack5": "7.0.0-beta.2",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.3",
"http-server": "^14.1.1",
"storybook": "7.0.0-beta.2",
"storybook-addon-performance": "workspace:*",
"typescript": "^4.9.4",
"webpack": "^5.75.0"
"typescript": "^4.9.5",
"webpack": "^5.90.0"
},
"scripts": {
"storybook:dev": "pnpm storybook dev --port 9003",
Expand Down
16 changes: 8 additions & 8 deletions examples/react-v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-select": "^5.7.0"
"react-select": "^5.8.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@storybook/react": "7.0.0-beta.2",
"@storybook/react-webpack5": "7.0.0-beta.2",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.3",
"http-server": "^14.1.1",
"storybook": "7.0.0-beta.2",
"storybook-addon-performance": "workspace:*",
"typescript": "^4.9.4",
"webpack": "^5.75.0"
"typescript": "^4.9.5",
"webpack": "^5.90.0"
},
"scripts": {
"storybook:dev": "pnpm storybook dev --port 9004",
Expand Down
16 changes: 8 additions & 8 deletions examples/react-v18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.7.0"
"react-select": "^5.8.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@storybook/react": "7.0.0-beta.2",
"@storybook/react-webpack5": "7.0.0-beta.2",
"babel-loader": "^9.1.0",
"babel-loader": "^9.1.3",
"http-server": "^14.1.1",
"storybook": "7.0.0-beta.2",
"storybook-addon-performance": "workspace:*",
"typescript": "^4.9.4",
"webpack": "^5.75.0"
"typescript": "^4.9.5",
"webpack": "^5.90.0"
},
"scripts": {
"storybook:dev": "pnpm storybook dev --port 9006",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "root",
"private": true,
"engines": {
"node": ">=16",
"pnpm": ">=7"
"node": ">=20",
"pnpm": ">=8"
},
"scripts": {
"build": "turbo build",
Expand All @@ -13,8 +13,8 @@
"cut:version": "pnpm changeset version && pnpm changeset tag"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"turbo": "^1.7.3"
"@changesets/cli": "^2.27.1",
"turbo": "^1.11.3"
},
"packageManager": "pnpm@7.5.0"
}
"packageManager": "pnpm@8.10.0"
}
26 changes: 13 additions & 13 deletions packages/storybook-addon-performance-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
"prettier_target": "src/**/*.{ts,tsx,js,jsx,md,json} test/**/*.{ts,tsx,js,jsx,md,json}"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"@types/jest": "^29.5.11",
"@types/node": "^16.18.76",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.3.1",
"prettier": "^2.8.1",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"tslib": "^2.4.1",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
}
}
42 changes: 21 additions & 21 deletions packages/storybook-addon-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,41 +23,41 @@
"/dist"
],
"dependencies": {
"@storybook/manager-api": "^7.0.0-beta.12",
"@storybook/theming": "^7.0.0-beta.12",
"@xstate/react": "^3.0.1",
"xstate": "^4.35.0"
"@storybook/manager-api": "^7.6.10",
"@storybook/theming": "^7.6.10",
"@xstate/react": "^3.2.2",
"xstate": "^4.38.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@storybook/channels": "^7.0.0-beta.12",
"@storybook/components": "^7.0.0-beta.12",
"@storybook/core-events": "^7.0.0-beta.12",
"@storybook/preview-api": "^7.0.0-beta.12",
"@storybook/channels": "^7.6.10",
"@storybook/components": "^7.6.10",
"@storybook/core-events": "^7.6.10",
"@storybook/preview-api": "^7.6.10",
"@testing-library/react": "^10.4.9",
"@types/jest": "^29.0.0",
"@types/jest": "^29.5.11",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.17",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"cypress": "^12.0.2",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cypress": "^12.17.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"fflate": "^0.7.4",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^2.8.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^2.8.8",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"tiny-invariant": "^1.3.1",
"ts-jest": "^29.0.3",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
"ts-jest": "^29.1.2",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
},
"config": {
"prettier_target": "src/**/*.{ts,tsx,js,jsx,md,json} test/**/*.{ts,tsx,js,jsx,md,json} examples/**/*.{ts,tsx,js,jsx,md,json}"
Expand Down Expand Up @@ -96,6 +96,6 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
}
}
Loading

0 comments on commit 8c9b5d6

Please sign in to comment.