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] authored Oct 20, 2023
1 parent 9796c7e commit 2c50d2b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
20 changes: 10 additions & 10 deletions apps/catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"@tuloki/prettier": "workspace:*",
"@tuloki/stylelint": "workspace:*",
"@tuloki/tsconfig": "workspace:*",
"@storybook/addon-a11y": "7.5.0",
"@storybook/addon-essentials": "7.5.0",
"@storybook/addon-a11y": "7.5.1",
"@storybook/addon-essentials": "7.5.1",
"@storybook/addon-styling": "1.3.7",
"@storybook/addon-viewport": "7.5.0",
"@storybook/addons": "7.5.0",
"@storybook/nextjs": "7.5.0",
"@storybook/react": "7.5.0",
"@storybook/theming": "7.5.0",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@storybook/addon-viewport": "7.5.1",
"@storybook/addons": "7.5.1",
"@storybook/nextjs": "7.5.1",
"@storybook/react": "7.5.1",
"@storybook/theming": "7.5.1",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"chromatic": "7.4.0",
"eslint-config-tuloki-react": "workspace:*",
"storybook": "7.5.0"
"storybook": "7.5.1"
}
}
8 changes: 4 additions & 4 deletions apps/website-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"@tuloki/tailwind": "workspace:*",
"dotenv": "16.3.1",
"framer-motion": "10.16.4",
"next": "13.5.5",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "0.32.6"
},
"devDependencies": {
"@storybook/react": "7.5.0",
"@storybook/react": "7.5.1",
"@tuloki/jest": "workspace:*",
"@tuloki/postcss": "workspace:*",
"@tuloki/prettier": "workspace:*",
"@tuloki/stylelint": "workspace:*",
"@tuloki/tsconfig": "workspace:*",
"@tuloki/type": "workspace:*",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"eslint-config-tuloki-nextjs": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"fmt:fix": "turbo run fmt:fix"
},
"devDependencies": {
"@types/eslint": "8.44.5",
"@types/eslint": "8.44.6",
"@types/jest": "29.5.6",
"@types/node": "20.8.6",
"@types/node": "20.8.7",
"cross-env": "7.0.3",
"dotenv-cli": "7.3.0",
"eslint": "8.51.0",
Expand All @@ -38,7 +38,7 @@
"stylelint": "15.11.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"turbo": "1.10.15",
"turbo": "1.10.16",
"typescript": "5.2.2"
},
"pnpm": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tuloki/tailwind": "workspace:*",
"dotenv": "16.3.1",
"framer-motion": "10.16.4",
"next": "13.5.5",
"next": "13.5.6",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -30,10 +30,10 @@
"@tuloki/prettier": "workspace:*",
"@tuloki/tsconfig": "workspace:*",
"@tuloki/type": "workspace:*",
"@storybook/nextjs": "7.5.0",
"@storybook/react": "7.5.0",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@storybook/nextjs": "7.5.1",
"@storybook/react": "7.5.1",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"eslint-config-tuloki-react": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@typescript-eslint/parser": "6.8.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "13.5.5",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "9.0.0",
"eslint-config-tuloki-base": "workspace:*",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-config-tuloki-esm": "workspace:*",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "13.5.5",
"next": "13.5.6",
"ts-jest": "29.1.1"
}
}

0 comments on commit 2c50d2b

Please sign in to comment.