Skip to content

Commit f4c4e03

Browse files
authored
Merge pull request #1030 from w3bdesign/develop
Framer motion 10
2 parents 217da31 + 7eb8ac4 commit f4c4e03

File tree

3 files changed

+64
-57
lines changed

3 files changed

+64
-57
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "^18.0.28",
2727
"algoliasearch": "^4.15.0",
2828
"autoprefixer": "^10.4.13",
29-
"framer-motion": "9.1.7",
29+
"framer-motion": "10.2.3",
3030
"graphql": "^16.6.0",
3131
"lodash": "^4.17.21",
3232
"next": "^13.2.3",
@@ -35,7 +35,7 @@
3535
"react": "18.2.0",
3636
"react-dom": "18.2.0",
3737
"react-hook-form": "^7.43.5",
38-
"react-instantsearch-dom": "^6.39.0",
38+
"react-instantsearch-dom": "^6.39.0",
3939
"uuid": "^9.0.0"
4040
},
4141
"devDependencies": {

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const config: PlaywrightTestConfig = {
2727
/* Retry on CI only */
2828
retries: process.env.CI ? 2 : 0,
2929
/* Opt out of parallel tests on CI. */
30-
workers: process.env.CI ? 1 : "100%",
30+
workers: process.env.CI ? 1 : '100%',
3131
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
3232
reporter: process.env.CI ? 'github' : 'html',
3333
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */

0 commit comments

Comments
 (0)