Skip to content

Commit 8e2a2f7

Browse files
committed
v11.18.0
1 parent ffaf869 commit 8e2a2f7

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

dev/html/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "html-env",
33
"private": true,
4-
"version": "11.17.1",
4+
"version": "11.18.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"framer-motion": "^11.17.1",
14-
"motion": "^11.17.1",
13+
"framer-motion": "^11.18.0",
14+
"motion": "^11.18.0",
1515
"motion-dom": "^11.16.4"
1616
},
1717
"devDependencies": {

dev/next/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "next-env",
33
"private": true,
4-
"version": "11.17.1",
4+
"version": "11.18.0",
55
"type": "module",
66
"scripts": {
77
"dev": "next dev",
88
"dev-server": "next dev",
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"framer-motion": "^11.17.1",
12+
"framer-motion": "^11.18.0",
1313
"next": "14.x",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1"

dev/react-19/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-19-env",
33
"private": true,
4-
"version": "11.17.1",
4+
"version": "11.18.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"motion": "^11.17.1",
14+
"motion": "^11.18.0",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

dev/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-env",
33
"private": true,
4-
"version": "11.17.1",
4+
"version": "11.18.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"framer-motion": "^11.17.1",
14+
"framer-motion": "^11.18.0",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1"
1717
},

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.17.1",
2+
"version": "11.18.0",
33
"packages": [
44
"packages/*",
55
"dev/*"

packages/framer-motion-3d/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framer-motion-3d",
3-
"version": "11.17.1",
3+
"version": "11.18.0",
44
"description": "A simple and powerful React animation library for @react-three/fiber",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.mjs",
@@ -45,7 +45,7 @@
4545
"postpublish": "git push --tags"
4646
},
4747
"dependencies": {
48-
"framer-motion": "^11.17.1",
48+
"framer-motion": "^11.18.0",
4949
"react-merge-refs": "^2.0.1"
5050
},
5151
"peerDependencies": {

packages/framer-motion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framer-motion",
3-
"version": "11.17.1",
3+
"version": "11.18.0",
44
"description": "A simple and powerful JavaScript animation library",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.mjs",

packages/motion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion",
3-
"version": "11.17.1",
3+
"version": "11.18.0",
44
"description": "An animation library for JavaScript and React.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/motion/lib/index.mjs",
@@ -70,7 +70,7 @@
7070
"postpublish": "git push --tags"
7171
},
7272
"dependencies": {
73-
"framer-motion": "^11.17.1",
73+
"framer-motion": "^11.18.0",
7474
"tslib": "^2.4.0"
7575
},
7676
"peerDependencies": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -7178,7 +7178,7 @@ __metadata:
71787178
"@react-three/fiber": 8.2.2
71797179
"@react-three/test-renderer": ^9.0.0
71807180
"@rollup/plugin-commonjs": ^22.0.1
7181-
framer-motion: ^11.17.1
7181+
framer-motion: ^11.18.0
71827182
react-merge-refs: ^2.0.1
71837183
three: ^0.137.0
71847184
peerDependencies:
@@ -7189,7 +7189,7 @@ __metadata:
71897189
languageName: unknown
71907190
linkType: soft
71917191

7192-
"framer-motion@^11.17.1, framer-motion@workspace:packages/framer-motion":
7192+
"framer-motion@^11.18.0, framer-motion@workspace:packages/framer-motion":
71937193
version: 0.0.0-use.local
71947194
resolution: "framer-motion@workspace:packages/framer-motion"
71957195
dependencies:
@@ -7935,8 +7935,8 @@ __metadata:
79357935
version: 0.0.0-use.local
79367936
resolution: "html-env@workspace:dev/html"
79377937
dependencies:
7938-
framer-motion: ^11.17.1
7939-
motion: ^11.17.1
7938+
framer-motion: ^11.18.0
7939+
motion: ^11.18.0
79407940
motion-dom: ^11.16.4
79417941
vite: ^5.2.0
79427942
languageName: unknown
@@ -10764,11 +10764,11 @@ __metadata:
1076410764
languageName: unknown
1076510765
linkType: soft
1076610766

10767-
"motion@^11.17.1, motion@workspace:packages/motion":
10767+
"motion@^11.18.0, motion@workspace:packages/motion":
1076810768
version: 0.0.0-use.local
1076910769
resolution: "motion@workspace:packages/motion"
1077010770
dependencies:
10771-
framer-motion: ^11.17.1
10771+
framer-motion: ^11.18.0
1077210772
tslib: ^2.4.0
1077310773
peerDependencies:
1077410774
"@emotion/is-prop-valid": "*"
@@ -10878,7 +10878,7 @@ __metadata:
1087810878
version: 0.0.0-use.local
1087910879
resolution: "next-env@workspace:dev/next"
1088010880
dependencies:
10881-
framer-motion: ^11.17.1
10881+
framer-motion: ^11.18.0
1088210882
next: 14.x
1088310883
react: ^18.3.1
1088410884
react-dom: ^18.3.1
@@ -12335,7 +12335,7 @@ __metadata:
1233512335
"@typescript-eslint/parser": ^7.2.0
1233612336
"@vitejs/plugin-react-swc": ^3.5.0
1233712337
eslint-plugin-react-refresh: ^0.4.6
12338-
motion: ^11.17.1
12338+
motion: ^11.18.0
1233912339
react: ^19.0.0
1234012340
react-dom: ^19.0.0
1234112341
vite: ^5.2.0
@@ -12407,7 +12407,7 @@ __metadata:
1240712407
"@typescript-eslint/parser": ^7.2.0
1240812408
"@vitejs/plugin-react-swc": ^3.5.0
1240912409
eslint-plugin-react-refresh: ^0.4.6
12410-
framer-motion: ^11.17.1
12410+
framer-motion: ^11.18.0
1241112411
react: ^18.3.1
1241212412
react-dom: ^18.3.1
1241312413
styled-components: ^6.1.11

0 commit comments

Comments
 (0)