Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 29, 2024
1 parent 6253de2 commit 3e929bb
Show file tree
Hide file tree
Showing 3 changed files with 3,424 additions and 4,450 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
node: ['14.x']
steps:
- name: Checkout Commit
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Cache yarn dependencies
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-dependencies
with:
path: node_modules
Expand All @@ -36,23 +36,23 @@ jobs:
needs: install-cache
steps:
- name: Checkout commit
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Restore yarn dependencies
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-dependencies
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Publish to Chromatic
uses: chromaui/action@v1
uses: chromaui/action@v11
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Expand All @@ -65,13 +65,13 @@ jobs:
needs: install-cache
steps:
- name: Checkout Commit
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Restore yarn dependencies
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-dependencies
with:
path: node_modules
Expand All @@ -89,13 +89,13 @@ jobs:
needs: install-cache
steps:
- name: Checkout Commit
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Restore yarn dependencies
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-dependencies
with:
path: node_modules
Expand All @@ -113,13 +113,13 @@ jobs:
needs: install-cache
steps:
- name: Checkout Commit
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Restore yarn dependencies
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-dependencies
with:
path: node_modules
Expand All @@ -137,13 +137,13 @@ jobs:
needs: [lint, typecheck, test]
steps:
- name: Checkout Commit
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Restore yarn dependencies
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-dependencies
with:
path: node_modules
Expand Down
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@hookform/resolvers": "^2.0.0",
"@hookform/resolvers": "^3.0.0",
"@styled-system/css": "^5.0.0",
"framer-motion": ">=6.0.0",
"react": ">=16 || >= 17 || >= 18",
"react-hook-form": "^7.0.0",
"react-icons": "^4.0.0",
"react-icons": "^5.0.0",
"zod": "^3.0.0"
},
"resolutions": {
"typescript": "4.4.4",
"eslint": "7.32.0",
"prettier": "2.7.1"
"typescript": "^5.0.0",
"eslint": "9.8.0",
"prettier": "^3.0.0"
},
"lint-staged": {
"*.md": [
Expand Down Expand Up @@ -75,41 +75,41 @@
"@babel/core": "^7.16.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "^2.5.2",
"@size-limit/preset-small-lib": "^6.0.4",
"@storybook/addon-essentials": "^6.5.9",
"@hookform/resolvers": "^3.0.0",
"@size-limit/preset-small-lib": "^11.0.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.5.9",
"@storybook/addon-storysource": "^6.5.9",
"@storybook/addon-viewport": "^6.5.9",
"@storybook/addons": "^6.5.9",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/addon-links": "^8.0.0",
"@storybook/addon-storysource": "^8.0.0",
"@storybook/addon-viewport": "^8.0.0",
"@storybook/addons": "^7.0.0",
"@storybook/builder-webpack5": "^8.0.0",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/theming": "^6.5.9",
"@storybook/react": "^8.0.0",
"@storybook/theming": "^8.0.0",
"@styled-system/css": "^5.1.5",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.3",
"babel-plugin-module-resolver": "^4.1.0",
"chromatic": "^6.0.5",
"eslint-plugin-prettier": "^4.0.0",
"framer-motion": "^6.0.0",
"husky": "^7.0.4",
"np": "^7.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"babel-jest": "^29.0.0",
"babel-loader": "^9.0.0",
"babel-plugin-module-resolver": "^5.0.0",
"chromatic": "^11.0.0",
"eslint-plugin-prettier": "^5.0.0",
"framer-motion": "^11.0.0",
"husky": "^9.0.0",
"np": "^10.0.0",
"npm-run-all2": "^5.0.0",
"prettier": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.8.8",
"react-icons": "^4.2.0",
"size-limit": "^6.0.4",
"storybook-dark-mode": "^1.1.0",
"react-icons": "^5.0.0",
"size-limit": "^11.0.0",
"storybook-dark-mode": "^4.0.0",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"type-fest": "^2.5.2",
"typescript": "^4.4.4",
"type-fest": "^4.0.0",
"typescript": "^5.0.0",
"webpack": "^5.61.0",
"zod": "^3.7.1"
},
Expand All @@ -130,16 +130,16 @@
"body-scroll-lock": "^3.1.5",
"color-hash-ts": "^0.0.7",
"deepmerge": "^4.2.2",
"eslint": "7.32.0",
"eslint": "9.8.0",
"font-color-contrast": "^11.1.0",
"lint-staged": "^11.2.6",
"lint-staged": "^15.0.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"patch-package": "^6.4.7",
"patch-package": "^8.0.0",
"polished": "^4.1.3",
"postinstall-postinstall": "^2.1.0",
"react-intersection-observer": "^8.32.2",
"react-intersection-observer": "^9.0.0",
"react-no-ssr": "^1.1.0",
"reakit": "^1.3.11",
"styled-system": "^5.1.5",
Expand Down
Loading

0 comments on commit 3e929bb

Please sign in to comment.