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

Commit b84cf51

Browse files
authored
chore/deps (#175)
2 parents d2145d1 + b701fbb commit b84cf51

File tree

13 files changed

+1554
-1439
lines changed

13 files changed

+1554
-1439
lines changed

.yarn/releases/yarn-4.0.0-rc.39.cjs renamed to .yarn/releases/yarn-4.0.0-rc.40.cjs

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,39 @@ packageExtensions:
99
typescript: ^4.8.4
1010
'@graphql-eslint/eslint-plugin@*':
1111
dependencies:
12-
'cosmiconfig-typescript-loader': '*'
1312
'@types/node': '*'
1413
cosmiconfig: '*'
1514
cosmiconfig-toml-loader: '*'
15+
cosmiconfig-typescript-loader: '*'
1616
ts-node: '*'
1717
typescript: ^4.8.4
1818
'@graphql-tools/graphql-tag-pluck@^7':
1919
dependencies:
2020
'@babel/core': '*'
21-
graphql-config@*:
22-
dependencies:
23-
'@types/node': '*'
24-
cosmiconfig-toml-loader: '*'
25-
ts-node: '*'
26-
typescript: ^4.8.4
2721
'@roots/bud-entrypoints@*':
2822
dependencies:
29-
'webpack': '^5'
23+
webpack: ^5
3024
'@roots/bud-stylelint@*':
3125
dependencies:
32-
'webpack': '^5'
26+
webpack: ^5
3327
'@roots/eslint-config@*':
3428
dependencies:
35-
'prettier': '*'
36-
'webpack': '^5'
29+
prettier: '*'
30+
webpack: ^5
3731
'@whatwg-node/fetch@*':
3832
dependencies:
3933
'@types/node': '*'
34+
graphql-config@*:
35+
dependencies:
36+
'@types/node': '*'
37+
cosmiconfig-toml-loader: '*'
38+
ts-node: '*'
39+
typescript: ^4.8.4
4040

4141
plugins:
4242
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
4343
spec: '@yarnpkg/plugin-workspace-tools'
4444
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
4545
spec: '@yarnpkg/plugin-interactive-tools'
4646

47-
yarnPath: .yarn/releases/yarn-4.0.0-rc.39.cjs
47+
yarnPath: .yarn/releases/yarn-4.0.0-rc.40.cjs

apps/nextjs/next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference types="next/navigation-types/navigation" />
43

54
// NOTE: This file should not be edited
65
// see https://nextjs.org/docs/basic-features/typescript for more information.

apps/nextjs/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"chromatic": "NODE_OPTIONS='-r dotenv/config' chromatic --exit-zero-on-changes"
2020
},
2121
"dependencies": {
22-
"@apollo/client": "^3.7.9",
22+
"@apollo/client": "^3.7.10",
2323
"@kleinweb/logan-center__tailwind-config": "workspace:*",
2424
"@kleinweb/tu-assets": "workspace:*",
2525
"@radix-ui/react-separator": "^1.0.1",
26-
"@sentry/nextjs": "^7.40.0",
27-
"@wordpress/i18n": "4.27.0",
26+
"@sentry/nextjs": "^7.41.0",
27+
"@wordpress/i18n": "4.28.0",
2828
"class-variance-authority": "^0.4.0",
2929
"clsx": "^1.2.1",
3030
"date-fns": "2.29.3",
3131
"graphql": "^16.6.0",
32-
"lucide-react": "^0.115.0",
33-
"next": "13.2.2-canary.2",
32+
"lucide-react": "^0.124.0",
33+
"next": "^13.2.4-canary.4",
3434
"react": "^18.2.0",
3535
"react-dom": "^18.2.0",
3636
"react-player": "^2.11.2",
@@ -42,42 +42,42 @@
4242
"@graphql-typed-document-node/core": "3.1.2",
4343
"@kleinweb/eslint-config-custom": "workspace:*",
4444
"@kleinweb/tsconfig": "workspace:*",
45-
"@storybook/addon-essentials": "^7.0.0-beta.57",
46-
"@storybook/addon-interactions": "^7.0.0-beta.57",
47-
"@storybook/addon-links": "^7.0.0-beta.57",
48-
"@storybook/addon-mdx-gfm": "^7.0.0-beta.57",
49-
"@storybook/addons": "^7.0.0-beta.57",
50-
"@storybook/blocks": "^7.0.0-beta.57",
51-
"@storybook/nextjs": "^7.0.0-beta.57",
52-
"@storybook/react": "^7.0.0-beta.57",
45+
"@storybook/addon-essentials": "^7.0.0-beta.62",
46+
"@storybook/addon-interactions": "^7.0.0-beta.62",
47+
"@storybook/addon-links": "^7.0.0-beta.62",
48+
"@storybook/addon-mdx-gfm": "^7.0.0-beta.62",
49+
"@storybook/addons": "^7.0.0-beta.62",
50+
"@storybook/blocks": "^7.0.0-beta.62",
51+
"@storybook/nextjs": "^7.0.0-beta.62",
52+
"@storybook/react": "^7.0.0-beta.62",
5353
"@storybook/testing-library": "^0.0.14-next.1",
54-
"@storybook/theming": "^7.0.0-beta.57",
54+
"@storybook/theming": "^7.0.0-beta.62",
5555
"@svgr/webpack": "^6.5.1",
5656
"@testing-library/jest-dom": "^5.16.5",
5757
"@testing-library/react": "^14.0.0",
5858
"@types/gtag.js": "^0.0.12",
5959
"@types/jest": "^29.4.0",
60-
"@types/node": "^18.14.2",
60+
"@types/node": "^18.14.6",
6161
"@types/react": "^18.0.28",
6262
"@types/react-dom": "^18.0.11",
6363
"@types/testing-library__jest-dom": "^5.14.5",
64-
"@typescript-eslint/eslint-plugin": "^5.54.0",
65-
"@typescript-eslint/parser": "^5.54.0",
64+
"@typescript-eslint/eslint-plugin": "^5.54.1",
65+
"@typescript-eslint/parser": "^5.54.1",
6666
"autoprefixer": "^10.4.13",
6767
"chromatic": "^6.17.1",
6868
"concurrently": "^7.6.0",
6969
"dotenv": "16.0.3",
7070
"dotenv-cli": "^7.0.0",
7171
"eslint": "^8.35.0",
72-
"eslint-config-next": "13.2.2-canary.0",
72+
"eslint-config-next": "13.2.3",
7373
"eslint-plugin-jest": "^27.2.1",
7474
"eslint-plugin-storybook": "^0.6.11",
7575
"graphql-tag": "^2.12.6",
76-
"jest": "^29.4.3",
77-
"jest-environment-jsdom": "^29.4.3",
76+
"jest": "^29.5.0",
77+
"jest-environment-jsdom": "^29.5.0",
7878
"postcss": "^8.4.21",
79-
"rimraf": "^4.1.2",
80-
"storybook": "^7.0.0-beta.57",
79+
"rimraf": "^4.3.1",
80+
"storybook": "^7.0.0-beta.62",
8181
"tailwindcss": "^3.2.7",
8282
"tailwindcss-export-config": "^4.1.0",
8383
"ts-jest": "^29.0.5",

apps/wordpress/composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kleinweb/logan-center",
3-
"packageManager": "[email protected].39",
3+
"packageManager": "[email protected].40",
44
"version": "0.3.0",
55
"license": "GPL-3.0-or-later",
66
"private": true,
@@ -42,21 +42,21 @@
4242
"dotenv": "16.0.3",
4343
"dotenv-cli": "^7.0.0",
4444
"graphql": "^16.6.0",
45-
"graphql-config": "^4.4.1",
45+
"graphql-config": "^4.5.0",
4646
"graphql-tag": "^2.12.6"
4747
},
4848
"devDependencies": {
4949
"@graphql-codegen/cli": "^3.2.1",
5050
"@graphql-codegen/client-preset": "2.1.0",
5151
"@graphql-codegen/introspection": "3.0.1",
5252
"@graphql-codegen/schema-ast": "3.0.1",
53-
"@types/node": "^18.14.2",
53+
"@types/node": "^18.14.6",
5454
"@types/prettier": "^2.7.2",
5555
"commitlint": "^17.4.4",
5656
"concurrently": "^7.6.0",
5757
"eslint": "^8.35.0",
5858
"husky": "^8.0.3",
59-
"lint-staged": "^13.1.2",
59+
"lint-staged": "^13.1.4",
6060
"prettier": "^2.8.4",
6161
"ts-node": "^10.9.1",
6262
"turbo": "^1.8.3",

packages/eslint-config-custom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "GPL-3.0-or-later",
66
"dependencies": {
7-
"eslint-config-next": "13.2.2-canary.0",
8-
"eslint-config-prettier": "^8.6.0",
7+
"eslint-config-next": "13.2.3",
8+
"eslint-config-prettier": "^8.7.0",
99
"eslint-config-turbo": "^0.0.9",
1010
"eslint-plugin-import": "^2.27.5",
1111
"eslint-plugin-jest": "^27.2.1",

packages/kleinweb-core-services/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/logan-center-core-plugin/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/logan-center-theme/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)