Skip to content

Commit

Permalink
v11.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Dec 13, 2024
1 parent cd43451 commit edfd0f2
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions dev/html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "html-env",
"private": true,
"version": "11.14.1",
"version": "11.14.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^11.14.1",
"motion": "^11.14.1",
"framer-motion": "^11.14.2",
"motion": "^11.14.2",
"motion-dom": "^11.14.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions dev/next/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "next-env",
"private": true,
"version": "11.14.1",
"version": "11.14.2",
"type": "module",
"scripts": {
"dev": "next dev",
"dev-server": "next dev",
"start": "next start"
},
"dependencies": {
"framer-motion": "^11.14.1",
"framer-motion": "^11.14.2",
"next": "14.x",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions dev/react-19/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-19-env",
"private": true,
"version": "11.14.1",
"version": "11.14.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"motion": "^11.14.1",
"motion": "^11.14.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions dev/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-env",
"private": true,
"version": "11.14.1",
"version": "11.14.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"framer-motion": "^11.14.1",
"framer-motion": "^11.14.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.14.1",
"version": "11.14.2",
"packages": [
"packages/*",
"dev/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framer-motion-3d",
"version": "11.14.1",
"version": "11.14.2",
"description": "A simple and powerful React animation library for @react-three/fiber",
"main": "dist/cjs/index.js",
"module": "dist/es/index.mjs",
Expand Down Expand Up @@ -45,7 +45,7 @@
"postpublish": "git push --tags"
},
"dependencies": {
"framer-motion": "^11.14.1",
"framer-motion": "^11.14.2",
"react-merge-refs": "^2.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framer-motion",
"version": "11.14.1",
"version": "11.14.2",
"description": "A simple and powerful JavaScript animation library",
"main": "dist/cjs/index.js",
"module": "dist/es/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/motion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "motion",
"version": "11.14.1",
"version": "11.14.2",
"description": "An animation library for JavaScript and React.",
"main": "dist/cjs/index.js",
"module": "dist/es/motion/lib/index.mjs",
Expand Down Expand Up @@ -70,7 +70,7 @@
"postpublish": "git push --tags"
},
"dependencies": {
"framer-motion": "^11.14.1",
"framer-motion": "^11.14.2",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7178,7 +7178,7 @@ __metadata:
"@react-three/fiber": 8.2.2
"@react-three/test-renderer": ^9.0.0
"@rollup/plugin-commonjs": ^22.0.1
framer-motion: ^11.14.1
framer-motion: ^11.14.2
react-merge-refs: ^2.0.1
three: ^0.137.0
peerDependencies:
Expand All @@ -7189,7 +7189,7 @@ __metadata:
languageName: unknown
linkType: soft

"framer-motion@^11.14.1, framer-motion@workspace:packages/framer-motion":
"framer-motion@^11.14.2, framer-motion@workspace:packages/framer-motion":
version: 0.0.0-use.local
resolution: "framer-motion@workspace:packages/framer-motion"
dependencies:
Expand Down Expand Up @@ -7935,8 +7935,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "html-env@workspace:dev/html"
dependencies:
framer-motion: ^11.14.1
motion: ^11.14.1
framer-motion: ^11.14.2
motion: ^11.14.2
motion-dom: ^11.14.1
vite: ^5.2.0
languageName: unknown
Expand Down Expand Up @@ -10762,11 +10762,11 @@ __metadata:
languageName: unknown
linkType: soft

"motion@^11.14.1, motion@workspace:packages/motion":
"motion@^11.14.2, motion@workspace:packages/motion":
version: 0.0.0-use.local
resolution: "motion@workspace:packages/motion"
dependencies:
framer-motion: ^11.14.1
framer-motion: ^11.14.2
tslib: ^2.4.0
peerDependencies:
"@emotion/is-prop-valid": "*"
Expand Down Expand Up @@ -10876,7 +10876,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "next-env@workspace:dev/next"
dependencies:
framer-motion: ^11.14.1
framer-motion: ^11.14.2
next: 14.x
react: ^18.3.1
react-dom: ^18.3.1
Expand Down Expand Up @@ -12333,7 +12333,7 @@ __metadata:
"@typescript-eslint/parser": ^7.2.0
"@vitejs/plugin-react-swc": ^3.5.0
eslint-plugin-react-refresh: ^0.4.6
motion: ^11.14.1
motion: ^11.14.2
react: ^19.0.0
react-dom: ^19.0.0
vite: ^5.2.0
Expand Down Expand Up @@ -12405,7 +12405,7 @@ __metadata:
"@typescript-eslint/parser": ^7.2.0
"@vitejs/plugin-react-swc": ^3.5.0
eslint-plugin-react-refresh: ^0.4.6
framer-motion: ^11.14.1
framer-motion: ^11.14.2
react: ^18.3.1
react-dom: ^18.3.1
styled-components: ^6.1.11
Expand Down

0 comments on commit edfd0f2

Please sign in to comment.