Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
chore/deps (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr authored Mar 6, 2023
2 parents d2145d1 + b701fbb commit b84cf51
Show file tree
Hide file tree
Showing 13 changed files with 1,554 additions and 1,439 deletions.

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,39 @@ packageExtensions:
typescript: ^4.8.4
'@graphql-eslint/eslint-plugin@*':
dependencies:
'cosmiconfig-typescript-loader': '*'
'@types/node': '*'
cosmiconfig: '*'
cosmiconfig-toml-loader: '*'
cosmiconfig-typescript-loader: '*'
ts-node: '*'
typescript: ^4.8.4
'@graphql-tools/graphql-tag-pluck@^7':
dependencies:
'@babel/core': '*'
graphql-config@*:
dependencies:
'@types/node': '*'
cosmiconfig-toml-loader: '*'
ts-node: '*'
typescript: ^4.8.4
'@roots/bud-entrypoints@*':
dependencies:
'webpack': '^5'
webpack: ^5
'@roots/bud-stylelint@*':
dependencies:
'webpack': '^5'
webpack: ^5
'@roots/eslint-config@*':
dependencies:
'prettier': '*'
'webpack': '^5'
prettier: '*'
webpack: ^5
'@whatwg-node/fetch@*':
dependencies:
'@types/node': '*'
graphql-config@*:
dependencies:
'@types/node': '*'
cosmiconfig-toml-loader: '*'
ts-node: '*'
typescript: ^4.8.4

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-4.0.0-rc.39.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.40.cjs
1 change: 0 additions & 1 deletion apps/nextjs/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
44 changes: 22 additions & 22 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"chromatic": "NODE_OPTIONS='-r dotenv/config' chromatic --exit-zero-on-changes"
},
"dependencies": {
"@apollo/client": "^3.7.9",
"@apollo/client": "^3.7.10",
"@kleinweb/logan-center__tailwind-config": "workspace:*",
"@kleinweb/tu-assets": "workspace:*",
"@radix-ui/react-separator": "^1.0.1",
"@sentry/nextjs": "^7.40.0",
"@wordpress/i18n": "4.27.0",
"@sentry/nextjs": "^7.41.0",
"@wordpress/i18n": "4.28.0",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"date-fns": "2.29.3",
"graphql": "^16.6.0",
"lucide-react": "^0.115.0",
"next": "13.2.2-canary.2",
"lucide-react": "^0.124.0",
"next": "^13.2.4-canary.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.11.2",
Expand All @@ -42,42 +42,42 @@
"@graphql-typed-document-node/core": "3.1.2",
"@kleinweb/eslint-config-custom": "workspace:*",
"@kleinweb/tsconfig": "workspace:*",
"@storybook/addon-essentials": "^7.0.0-beta.57",
"@storybook/addon-interactions": "^7.0.0-beta.57",
"@storybook/addon-links": "^7.0.0-beta.57",
"@storybook/addon-mdx-gfm": "^7.0.0-beta.57",
"@storybook/addons": "^7.0.0-beta.57",
"@storybook/blocks": "^7.0.0-beta.57",
"@storybook/nextjs": "^7.0.0-beta.57",
"@storybook/react": "^7.0.0-beta.57",
"@storybook/addon-essentials": "^7.0.0-beta.62",
"@storybook/addon-interactions": "^7.0.0-beta.62",
"@storybook/addon-links": "^7.0.0-beta.62",
"@storybook/addon-mdx-gfm": "^7.0.0-beta.62",
"@storybook/addons": "^7.0.0-beta.62",
"@storybook/blocks": "^7.0.0-beta.62",
"@storybook/nextjs": "^7.0.0-beta.62",
"@storybook/react": "^7.0.0-beta.62",
"@storybook/testing-library": "^0.0.14-next.1",
"@storybook/theming": "^7.0.0-beta.57",
"@storybook/theming": "^7.0.0-beta.62",
"@svgr/webpack": "^6.5.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/gtag.js": "^0.0.12",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.2",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"autoprefixer": "^10.4.13",
"chromatic": "^6.17.1",
"concurrently": "^7.6.0",
"dotenv": "16.0.3",
"dotenv-cli": "^7.0.0",
"eslint": "^8.35.0",
"eslint-config-next": "13.2.2-canary.0",
"eslint-config-next": "13.2.3",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-storybook": "^0.6.11",
"graphql-tag": "^2.12.6",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.21",
"rimraf": "^4.1.2",
"storybook": "^7.0.0-beta.57",
"rimraf": "^4.3.1",
"storybook": "^7.0.0-beta.62",
"tailwindcss": "^3.2.7",
"tailwindcss-export-config": "^4.1.0",
"ts-jest": "^29.0.5",
Expand Down
18 changes: 9 additions & 9 deletions apps/wordpress/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kleinweb/logan-center",
"packageManager": "[email protected].39",
"packageManager": "[email protected].40",
"version": "0.3.0",
"license": "GPL-3.0-or-later",
"private": true,
Expand Down Expand Up @@ -42,21 +42,21 @@
"dotenv": "16.0.3",
"dotenv-cli": "^7.0.0",
"graphql": "^16.6.0",
"graphql-config": "^4.4.1",
"graphql-config": "^4.5.0",
"graphql-tag": "^2.12.6"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.2.1",
"@graphql-codegen/client-preset": "2.1.0",
"@graphql-codegen/introspection": "3.0.1",
"@graphql-codegen/schema-ast": "3.0.1",
"@types/node": "^18.14.2",
"@types/node": "^18.14.6",
"@types/prettier": "^2.7.2",
"commitlint": "^17.4.4",
"concurrently": "^7.6.0",
"eslint": "^8.35.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"lint-staged": "^13.1.4",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"turbo": "^1.8.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"main": "index.js",
"license": "GPL-3.0-or-later",
"dependencies": {
"eslint-config-next": "13.2.2-canary.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "^8.7.0",
"eslint-config-turbo": "^0.0.9",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kleinweb-core-services/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/logan-center-core-plugin/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/logan-center-theme/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/logan-center-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@kleinweb/logan-center__tailwind-config": "workspace:*",
"@wordpress/blocks": "^12.4.0"
"@wordpress/blocks": "^12.5.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
Expand All @@ -41,7 +41,7 @@
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@types/wordpress__blocks": "^12.0.3",
"@wordpress/dependency-extraction-webpack-plugin": "^4.10.0",
"@wordpress/dependency-extraction-webpack-plugin": "^4.11.0",
"babel-loader": "^9.1.2",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tu-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@svgr/rollup": "^6.5.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"rimraf": "^4.1.2",
"rollup": "^3.17.3",
"rimraf": "^4.3.1",
"rollup": "^3.18.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
}
Expand Down
Loading

0 comments on commit b84cf51

Please sign in to comment.