Skip to content

Commit

Permalink
chore: update all node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 4, 2024
1 parent d8bd8ac commit 5a195ba
Show file tree
Hide file tree
Showing 15 changed files with 9,259 additions and 8,940 deletions.
34 changes: 17 additions & 17 deletions apps/decap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@
"test:unit": "vitest run --passWithNoTests"
},
"dependencies": {
"@amazeelabs/cloudinary-responsive-image": "^1.3.3",
"@amazeelabs/graphql-directives": "^1.2.2",
"@amazeelabs/cloudinary-responsive-image": "^1.6.15",
"@amazeelabs/graphql-directives": "^1.2.3",
"@custom/schema": "workspace:*",
"@custom/ui": "workspace:*",
"decap-cms-app": "^3.0.12",
"decap-cms-core": "^3.2.8",
"graphql": "^16.7.1",
"nanoid": "^4.0.2",
"graphql": "16.8.1",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"rehype-stringify": "^9.0.4",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2",
"yaml": "^2.3.1",
"zod": "^3.21.4"
"yaml": "^2.3.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@amazeelabs/gatsby-source-silverback": "^1.13.2",
"@types/node": "^20.4.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"@amazeelabs/gatsby-source-silverback": "^1.13.7",
"@types/node": "^18",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"netlify-cms-proxy-server": "^1.3.24",
"tsup": "^7.2.0",
"typescript": "^5.0.2",
"vite": "^4.4.5"
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}
44 changes: 22 additions & 22 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,39 @@
"name": "@custom/website",
"private": true,
"dependencies": {
"@amazeelabs/bridge-gatsby": "^1.2.0",
"@amazeelabs/cloudinary-responsive-image": "^1.6.7",
"@amazeelabs/gatsby-silverback-cloudinary": "^1.2.5",
"@amazeelabs/gatsby-source-silverback": "^1.13.2",
"@amazeelabs/publisher": "^2.4.12",
"@amazeelabs/strangler-netlify": "^1.1.2",
"@amazeelabs/bridge-gatsby": "^1.2.7",
"@amazeelabs/cloudinary-responsive-image": "^1.6.15",
"@amazeelabs/gatsby-silverback-cloudinary": "^1.2.7",
"@amazeelabs/gatsby-source-silverback": "^1.13.7",
"@amazeelabs/publisher": "^2.4.17",
"@amazeelabs/strangler-netlify": "^1.1.9",
"@custom/decap": "workspace:*",
"@custom/schema": "workspace:*",
"@custom/ui": "workspace:*",
"gatsby": "^5.11.0",
"gatsby-plugin-layout": "^4.12.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby": "^5.13.1",
"gatsby-plugin-layout": "^4.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-pnpm": "^1.2.10",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-source-filesystem": "^5.12.1",
"image-size": "^1.0.2",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-source-filesystem": "^5.13.0",
"image-size": "^1.1.1",
"mime-types": "^2.1.35",
"netlify-cli": "^15.7.0",
"netlify-cli": "^17.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"serve-static": "^1.15.0"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/serve-static": "^1.15.5",
"happy-dom": "^9.20.3",
"start-server-and-test": "^2.0.0",
"vitest": "^0.32.2"
"happy-dom": "^12.10.3",
"start-server-and-test": "^2.0.3",
"vitest": "^1.1.1"
},
"scripts": {
"test:static": "tsc --noEmit && eslint '**/*.{ts,tsx,js,jsx}' --ignore-path='./.gitignore'",
Expand All @@ -47,7 +47,7 @@
"start:cms": "pnpm run --filter @custom/cms start",
"build": "CLOUDINARY_CLOUDNAME=test start-test start:cms 8888 build:gatsby",
"start": "publisher",
"serve": "netlify dev --dir=public --port=8000",
"serve": "netlify dev --cwd=. --dir=public --port=8000",
"dev": "pnpm clean && publisher",
"open": "open http://127.0.0.1:8000/___status/",
"gatsby:develop": "ENABLE_GATSBY_REFRESH_ENDPOINT=true pnpm gatsby develop",
Expand Down
30 changes: 17 additions & 13 deletions apps/website/publisher.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
},
clean: 'pnpm clean',
serve: {
command: 'pnpm netlify dev --dir=public --port=7999',
command: 'pnpm netlify dev --cwd=. --dir=public --port=7999',
readyPattern: 'Server now ready',
readyTimeout: 1000 * 60,
port: 7999,
Expand All @@ -30,21 +30,25 @@ export default defineConfig({
? [
`pnpm netlify env:set AWS_LAMBDA_JS_RUNTIME nodejs18.x`,
`pnpm netlify env:set DRUPAL_EXTERNAL_URL ${process.env.DRUPAL_EXTERNAL_URL}`,
`pnpm netlify deploy --dir=public --prod`,
`pnpm netlify deploy --cwd=. --dir=public --prod`,
].join(' && ')
: 'echo "Fake deployment done"',
},
databaseUrl: 'persisted-store/publisher.sqlite',
publisherPort: isLagoon ? 3000 : 8000,
oAuth2: isLagoon ? {
clientId: process.env.PUBLISHER_OAUTH2_CLIENT_ID || 'publisher',
clientSecret: process.env.PUBLISHER_OAUTH2_CLIENT_SECRET || 'publisher',
sessionSecret: process.env.PUBLISHER_OAUTH2_SESSION_SECRET || 'banana',
tokenHost: process.env.PUBLISHER_OAUTH2_TOKEN_HOST || 'http://127.0.0.1:8888',
environmentType: process.env.PUBLISHER_OAUTH2_ENVIRONMENT_TYPE || 'development',
scope: 'publisher',
tokenPath: '/oauth/token',
authorizePath: '/oauth/authorize?response_type=code',
grantType: 0,
} : undefined,
oAuth2: isLagoon
? {
clientId: process.env.PUBLISHER_OAUTH2_CLIENT_ID || 'publisher',
clientSecret: process.env.PUBLISHER_OAUTH2_CLIENT_SECRET || 'publisher',
sessionSecret: process.env.PUBLISHER_OAUTH2_SESSION_SECRET || 'banana',
tokenHost:
process.env.PUBLISHER_OAUTH2_TOKEN_HOST || 'http://127.0.0.1:8888',
environmentType:
process.env.PUBLISHER_OAUTH2_ENVIRONMENT_TYPE || 'development',
scope: 'publisher',
tokenPath: '/oauth/token',
authorizePath: '/oauth/authorize?response_type=code',
grantType: 0,
}
: undefined,
});
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"turbo": "^1.10.7",
"typescript": "^5.1.6",
"vitest": "^0.32.2"
"prettier": "^3.1.1",
"turbo": "^1.11.2",
"typescript": "^5.3.3",
"vitest": "^1.1.1"
},
"resolutions": {
"eslint": "7",
Expand Down
12 changes: 6 additions & 6 deletions packages/drupal/gutenberg_blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"test:static": "tsc --noEmit && eslint \"**/*.{ts,tsx,js,jsx}\" --ignore-path=\"./.eslintignore\""
},
"dependencies": {
"clsx": "^1.2.1",
"clsx": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@custom/ui": "workspace:*",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/wordpress__block-editor": "11.5.0",
"@types/wordpress__blocks": "12.5.0",
"@types/wordpress__components": "23.0.1",
"@types/wordpress__compose": "6.0.1",
"@types/wordpress__core-data": "2.4.5",
"@types/wordpress__data": "6.0.2",
"@types/wordpress__editor": "13.0.0",
"@vitejs/plugin-react": "4.0.1",
"typescript": "^5.1.6",
"vite": "^4.3.9"
"@vitejs/plugin-react": "4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}
20 changes: 10 additions & 10 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
"prep": "graphql-codegen --verbose && swc ./src -d ./build && tsc --emitDeclarationOnly"
},
"devDependencies": {
"@amazeelabs/codegen-autoloader": "^1.1.1",
"@amazeelabs/codegen-gatsby-fragments": "^1.1.8",
"@amazeelabs/codegen-operation-ids": "^0.1.21",
"@graphql-codegen/cli": "^4.0.1",
"@amazeelabs/codegen-autoloader": "^1.1.3",
"@amazeelabs/codegen-gatsby-fragments": "^1.1.15",
"@amazeelabs/codegen-operation-ids": "^0.1.28",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/schema-ast": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.67",
"concurrently": "^8.2.1",
"graphql": "^16.7.1",
"typescript": "^5.1.6"
"concurrently": "^8.2.2",
"graphql": "16.8.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@amazeelabs/executors": "^1.1.0",
"@amazeelabs/scalars": "^1.6.2",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.80"
"@amazeelabs/scalars": "^1.6.13",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.102"
}
}
104 changes: 52 additions & 52 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,75 +38,75 @@
"report": "mkdir -p coverage/storybook && nyc report --reporter=lcov -t coverage/storybook --report-dir coverage/storybook"
},
"dependencies": {
"@amazeelabs/react-intl-rsc": "^1.1.11",
"@amazeelabs/silverback-iframe": "^1.2.15",
"@amazeelabs/react-intl-rsc": "^1.1.18",
"@amazeelabs/silverback-iframe": "^1.2.22",
"@custom/schema": "workspace:*",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.1.1",
"clsx": "^1.2.1",
"framer-motion": "^10.12.17",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.3.3",
"clsx": "^2.1.0",
"framer-motion": "^10.17.4",
"hast-util-is-element": "^2.1.3",
"hast-util-select": "^5.0.5",
"react-hook-form": "^7.45.1",
"react-hook-form": "^7.49.2",
"swr": "^2.2.4",
"unified": "^10.1.2",
"zod": "^3.21.4",
"zustand": "^4.3.8"
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@amazeelabs/bridge-storybook": "^1.2.1",
"@amazeelabs/cloudinary-responsive-image": "^1.6.7",
"@formatjs/cli": "^6.1.3",
"@storybook/addon-actions": "^7.3.2",
"@storybook/addon-coverage": "^0.0.9",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/blocks": "^7.3.2",
"@storybook/jest": "^0.2.1",
"@storybook/react": "^7.3.2",
"@storybook/react-vite": "^7.3.2",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.67",
"@amazeelabs/bridge-storybook": "^1.2.8",
"@amazeelabs/cloudinary-responsive-image": "^1.6.15",
"@formatjs/cli": "^6.2.4",
"@storybook/addon-actions": "^7.6.7",
"@storybook/addon-coverage": "^1.0.0",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/jest": "^0.2.3",
"@storybook/react": "^7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.102",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "^14.0.0",
"@types/hast": "^2.3.4",
"@types/react": "^18.2.14",
"@types/react-body-classname": "^1.1.7",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"eslint-plugin-formatjs": "^4.10.3",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-tailwindcss": "^3.13.0",
"happy-dom": "^9.20.3",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/react": "^14.1.2",
"@types/hast": "^2.3.9",
"@types/react": "^18.2.46",
"@types/react-body-classname": "^1.1.10",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.3",
"eslint-plugin-formatjs": "^4.11.3",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "^3.13.1",
"happy-dom": "^12.10.3",
"nyc": "^15.1.0",
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss": "^8.4.32",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.0.0",
"postcss-import-ext-glob": "^2.1.1",
"postcss-prefix-selector": "^1.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"serve": "^14.2.0",
"start-server-and-test": "^2.0.0",
"storybook": "^7.3.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-turbosnap": "^1.0.2",
"vitest": "^0.34.2",
"vite-imagetools": "^5.0.8"
"serve": "^14.2.1",
"start-server-and-test": "^2.0.3",
"storybook": "^7.6.7",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-imagetools": "^6.2.9",
"vite-plugin-turbosnap": "^1.0.3",
"vitest": "^1.1.1"
}
}
Loading

0 comments on commit 5a195ba

Please sign in to comment.