Skip to content

Commit 9d2cab9

Browse files
github-actions[bot]dependabot[bot]liorMar
authored
Combined PR (#309)
* Bump @wix/data from 1.0.153 to 1.0.158 Bumps @wix/data from 1.0.153 to 1.0.158. --- updated-dependencies: - dependency-name: "@wix/data" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @wix/sdk from 1.13.0 to 1.14.1 Bumps @wix/sdk from 1.13.0 to 1.14.1. --- updated-dependencies: - dependency-name: "@wix/sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @playwright/test from 1.47.2 to 1.48.0 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.47.2 to 1.48.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.47.2...v1.48.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * yarn + yarn dedupe --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: liorMar <liorm@wix.com>
1 parent 671648b commit 9d2cab9

File tree

2 files changed

+77
-223
lines changed

2 files changed

+77
-223
lines changed

next.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ const nextConfig = {
33
env: {},
44
reactStrictMode: true,
55
swcMinify: true,
6-
experimental: {
7-
appDir: true,
8-
},
6+
experimental: {},
97
eslint: {
108
dirs: ['app'],
119
},

0 commit comments

Comments
 (0)