Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshilov committed Jun 15, 2024
1 parent bd6a93d commit d4594d5
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 83 deletions.
1 change: 0 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default {
preset: './jest.preset.js',
transform: {
'^(?!.*\\.(js|jsx|ts|tsx|css|json)$)': '@nx/react/plugins/jest',
// '^.+\\.[tj]sx?$': ['babel-jest', { presets: ['@nx/next/babel'] }],
'^.+\\.[tj]sx?$': [
'@swc/jest',
{ jsc: { transform: { react: { runtime: 'automatic' } } } },
Expand Down
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

// eslint-disable-next-line @typescript-eslint/no-var-requires
const { composePlugins, withNx } = require('@nx/next');
const jiti = require('jiti')(__filename);

// Validate envs during build.
jiti('./src/env/client.ts');
// const jiti = require('jiti')(__filename);
// jiti('./src/env/client.ts');

/**
* @type {import('@nx/next/plugins/with-nx').WithNxOptions}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@haqq/app-store-scraper": "1.1.1",
"@headlessui/react": "2.0.4",
"@hookform/resolvers": "3.6.0",
"@intercom/messenger-js-sdk": "0.0.9",
"@intercom/messenger-js-sdk": "0.0.11",
"@react-spring/web": "9.7.3",
"@storybook/theming": "^8.1.9",
"@t3-oss/env-nextjs": "0.10.1",
Expand All @@ -28,7 +28,7 @@
"clsx": "2.1.1",
"jiti": "1.21.6",
"next": "14.2.4",
"posthog-js": "1.139.0",
"posthog-js": "1.139.2",
"qrcode.react": "3.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down Expand Up @@ -60,8 +60,8 @@
"@nx/workspace": "19.3.0",
"@storybook/addon-essentials": "8.1.9",
"@storybook/addon-interactions": "8.1.9",
"@storybook/core-server": "8.1.9",
"@storybook/cli": "8.1.9",
"@storybook/core-server": "8.1.9",
"@storybook/nextjs": "8.1.9",
"@storybook/react": "8.1.9",
"@storybook/test": "8.1.9",
Expand All @@ -70,6 +70,9 @@
"@swc/helpers": "0.5.11",
"@swc/jest": "0.2.36",
"@tailwindcss/typography": "0.5.13",
"@testing-library/dom": "10.1.0",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
Expand All @@ -90,13 +93,10 @@
"jest-environment-jsdom": "29.7.0",
"nx": "19.3.0",
"postcss": "8.4.38",
"@testing-library/dom": "10.1.0",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"postcss-import": "16.1.0",
"postcss-preset-env": "9.5.14",
"prettier": "3.3.1",
"prettier-plugin-tailwindcss": "0.6.2",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.4",
"storybook": "8.1.9",
"tailwindcss": "3.4.4",
"ts-jest": "29.1.4",
Expand Down
Loading

0 comments on commit d4594d5

Please sign in to comment.