Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrabka committed Jun 10, 2024
1 parent 966f883 commit d06018d
Show file tree
Hide file tree
Showing 2 changed files with 2,046 additions and 1,328 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.5",
"@semantic-release/github": "^10.0.6",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^13.0.0",
"@t3-oss/env-nextjs": "^0.10.1",
Expand All @@ -57,24 +57,24 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/core": "^7.24.7",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@jest/globals": "^29.7.0",
"@opentelemetry/api": "1.7.0",
"@opentelemetry/resources": "1.18.1",
"@opentelemetry/sdk-node": "0.45.1",
"@opentelemetry/sdk-trace-node": "1.18.1",
"@opentelemetry/semantic-conventions": "1.18.1",
"@playwright/test": "^1.40.0",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/test-runner": "^0.15.2",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/addon-interactions": "^8.1.6",
"@storybook/addon-links": "^8.1.6",
"@storybook/blocks": "^8.1.6",
"@storybook/nextjs": "^8.1.6",
"@storybook/react": "^8.1.6",
"@storybook/test-runner": "^0.18.2",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
Expand All @@ -95,7 +95,7 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-tailwindcss": "^3.17.3",
"fetch-mock": "^9.11.0",
"gzip-size": "6.0.0",
"jest": "^29.7.0",
Expand All @@ -108,8 +108,8 @@
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"semantic-release": "^22.0.8",
"storybook": "^7.5.3",
"tailwindcss": "^3.3.5",
"storybook": "^8.1.6",
"tailwindcss": "^3.4.4",
"ts-jest": "^29.1.1",
"tsc": "^2.0.4",
"typescript": "5.4.5",
Expand Down
Loading

0 comments on commit d06018d

Please sign in to comment.