Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2023
1 parent 7783714 commit 76c9b55
Show file tree
Hide file tree
Showing 4 changed files with 873 additions and 1,393 deletions.
30 changes: 15 additions & 15 deletions apps/website/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
"@radix-ui/react-navigation-menu": "1.1.3",
"@radix-ui/react-select": "1.2.2",
"@radix-ui/react-switch": "1.0.3",
"@t3-oss/env-nextjs": "0.4.1",
"@t3-oss/env-nextjs": "0.6.0",
"@vercel/analytics": "1.0.1",
"@vercel/og": "0.5.7",
"@vercel/og": "0.5.8",
"clsx": "1.2.1",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
"dotenv": "16.3.1",
"framer-motion": "10.12.16",
"next": "13.4.6",
"framer-motion": "10.12.17",
"next": "13.4.7",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.9.0",
"react-icons": "4.10.1",
"sharp": "0.32.1",
"tailwind-merge": "1.13.2",
"ts-pattern": "5.0.1",
Expand All @@ -48,22 +48,22 @@
"@shio/prettier": "workspace:*",
"@shio/stylelint": "workspace:*",
"@shio/tsconfig": "workspace:*",
"@storybook/addon-a11y": "7.0.22",
"@storybook/addon-essentials": "7.0.22",
"@storybook/addon-viewport": "7.0.22",
"@storybook/nextjs": "7.0.22",
"@storybook/react": "7.0.22",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@storybook/addon-a11y": "7.0.24",
"@storybook/addon-essentials": "7.0.24",
"@storybook/addon-viewport": "7.0.24",
"@storybook/nextjs": "7.0.24",
"@storybook/react": "7.0.24",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/webpack": "5.28.1",
"autoprefixer": "10.4.14",
"chromatic": "6.19.8",
"chromatic": "6.19.9",
"eslint-config-shio-nextjs": "workspace:*",
"mini-svg-data-uri": "1.4.4",
"postcss": "8.4.24",
"postcss-import": "15.1.0",
"sass": "1.63.4",
"storybook": "7.0.22",
"sass": "1.63.6",
"storybook": "7.0.24",
"tailwind-scrollbar": "3.0.4",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "1.0.6",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"node": ">=18.0.0 <19",
"pnpm": ">=8.0.0"
},
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@8.6.5",
"volta": {
"node": "18.16.0",
"node": "18.16.1",
"pnpm": "8.6.2"
},
"scripts": {
Expand All @@ -29,20 +29,20 @@
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/node": "20.3.1",
"@types/node": "20.3.2",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"graphql": "16.6.0",
"graphql": "16.7.1",
"graphql-type-json": "0.3.2",
"husky": "8.0.3",
"jest": "29.5.0",
"lint-staged": "13.2.2",
"lint-staged": "13.2.3",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"stylelint": "15.8.0",
"stylelint": "15.9.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"turbo": "1.10.3",
"typescript": "5.1.3"
"turbo": "1.10.6",
"typescript": "5.1.5"
}
}
8 changes: 4 additions & 4 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"lint:fix": "eslint ./**/*.json --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "13.4.6",
"eslint-config-next": "13.4.7",
"eslint-config-shio-base": "workspace:*",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-storybook": "0.6.12",
"eslint-plugin-tailwindcss": "3.12.1"
"eslint-plugin-tailwindcss": "3.13.0"
}
}
Loading

0 comments on commit 76c9b55

Please sign in to comment.