Skip to content

Commit

Permalink
chore(web): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 4c63614 commit 57d2169
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"bun-types": "latest",
"eslint-config-custom": "workspace:*",
"pino-pretty": "11.0.0",
"pino-pretty": "11.3.0",
"tsconfig": "workspace:*"
},
"main": "src/index.ts",
Expand Down
42 changes: 21 additions & 21 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,36 +52,36 @@
"zod": "3.22.4"
},
"devDependencies": {
"@babel/core": "7.24.3",
"@babel/core": "7.26.0",
"@funboxteam/optimizt": "5.0.2",
"@pandacss/dev": "0.36.1",
"@pandacss/dev": "0.47.0",
"@radix-ui/colors": "3.0.0",
"@storybook/addon-a11y": "8.0.5",
"@storybook/addon-essentials": "8.0.5",
"@storybook/addon-interactions": "8.0.5",
"@storybook/addon-links": "8.0.5",
"@storybook/addon-viewport": "8.0.5",
"@storybook/blocks": "8.0.5",
"@storybook/nextjs": "8.0.5",
"@storybook/react": "8.0.5",
"@storybook/test": "8.0.5",
"@storybook/test-runner": "0.17.0",
"@storybook/addon-a11y": "8.4.1",
"@storybook/addon-essentials": "8.4.1",
"@storybook/addon-interactions": "8.4.1",
"@storybook/addon-links": "8.4.1",
"@storybook/addon-viewport": "8.4.1",
"@storybook/blocks": "8.4.1",
"@storybook/nextjs": "8.4.1",
"@storybook/react": "8.4.1",
"@storybook/test": "8.4.1",
"@storybook/test-runner": "0.19.1",
"@storybook/testing-library": "0.2.2",
"@types/mdast": "4.0.3",
"@types/mdx": "2.0.12",
"@types/unist": "3.0.2",
"autoprefixer": "10.4.19",
"axe-playwright": "2.0.1",
"critters": "0.0.22",
"@types/mdast": "4.0.4",
"@types/mdx": "2.0.13",
"@types/unist": "3.0.3",
"autoprefixer": "10.4.20",
"axe-playwright": "2.0.3",
"critters": "0.0.25",
"eslint-config-custom-next": "workspace:*",
"jest-mock": "29.7.0",
"mdx": "0.3.1",
"panda-preset-radix-colors": "workspace:*",
"panda-preset-radix-ui": "workspace:*",
"postcss": "8.4.38",
"storybook": "8.0.5",
"postcss": "8.4.47",
"storybook": "8.4.1",
"tsconfig": "workspace:*",
"webpack": "5.91.0"
"webpack": "5.96.1"
},
"trustedDependencies": [
"core-js-pure",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
},
"devDependencies": {
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "9.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"patch-package": "8.0.0",
"playwright": "1.42.1",
"prettier": "3.2.5",
"playwright": "1.48.2",
"prettier": "3.3.3",
"scaffdog": "3.0.0",
"tsup": "8.0.2",
"turbo": "1.13.0",
"typescript": "5.4.3"
"tsup": "8.3.5",
"turbo": "1.13.4",
"typescript": "5.6.3"
},
"engines": {
"node": "18.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-image-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"devDependencies": {
"@types/hast": "3.0.4",
"@types/node": "20.12.2",
"@types/node": "20.17.5",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*"
},
Expand Down

0 comments on commit 57d2169

Please sign in to comment.