Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #2081

Merged
merged 2 commits into from
Feb 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.6.0
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
diff --git a/dist/compiler/plugins/mdx.js b/dist/compiler/plugins/mdx.js
index ed4befeed2bad93957a45f96c3e2cbd6ead31829..e7db6627384e28e3ae4f9494b322720b81c58730 100644
index 727fa32c7ff0db6fd1db6ab81aa9c6d9d819d4a4..51ab32cb5a62dfe54883d7004f5c3499f3dc2422 100644
--- a/dist/compiler/plugins/mdx.js
+++ b/dist/compiler/plugins/mdx.js
@@ -102,7 +102,8 @@ export const meta = typeof attributes !== "undefined" && attributes.meta;
@@ -96,7 +96,8 @@ export const handle = typeof attributes !== "undefined" && attributes.handle;
pragma: "React.createElement",
pragmaFrag: "React.Fragment",
rehypePlugins,
- remarkPlugins
+ remarkPlugins,
+ providerImportSource: "@mdx-js/react",
+ providerImportSource: "@mdx-js/react"
});
let contents = `
${compiled.value}
786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-3.4.1.cjs
16 changes: 8 additions & 8 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"serve": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.40.0",
"@react-three/fiber": "^8.9.1",
"@react-three/drei": "^9.56.18",
"@react-three/fiber": "^8.11.0",
"@stitches/react": "^1.2.8",
"@use-gesture/react": "^10.2.22",
"@use-gesture/react": "^10.2.24",
"easing-coordinates": "2.0.2",
"leva": "0.9.34",
"lodash-move": "1.1.1",
Expand All @@ -27,15 +27,15 @@
"react-use-gesture": "^9.1.3",
"react-use-measure": "^2.1.1",
"react95": "^4.0.0",
"sass": "^1.56.1",
"sass": "^1.58.0",
"styled-components": "^5.3.6",
"three": "^0.146.0",
"three-stdlib": "^2.17.3",
"three": "^0.149.0",
"three-stdlib": "^2.21.8",
"vec-la": "^1.5.0",
"wouter": "^2.8.1"
"wouter": "^2.10.0"
},
"devDependencies": {
"@types/lodash.clamp": "^4.0.7",
"@types/lodash.shuffle": "^4.2.6"
"@types/lodash.shuffle": "^4.2.7"
}
}
12 changes: 6 additions & 6 deletions demo/src/sandboxes/animating-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-measure": "2.0.4"
"react-use-measure": "2.1.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-gesture": "^9.1.3"
},
Expand All @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/cards-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-gesture": "^9.1.3"
},
Expand All @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/css-gradients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@react-spring/web": "*",
"easing-coordinates": "2.0.2",
"leva": "0.9.34",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -31,8 +31,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/css-keyframes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/css-variables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -31,8 +31,8 @@
],
"bic": false,
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
12 changes: 6 additions & 6 deletions demo/src/sandboxes/draggable-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@react-spring/web": "*",
"lodash.clamp": "4.0.3",
"lodash-move": "1.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-gesture": "^9.1.3"
},
Expand All @@ -32,9 +32,9 @@
"not op_mini all"
],
"devDependencies": {
"@types/lodash-es": "^4.17.4",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/exit-before-enter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -29,8 +29,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/flip-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
12 changes: 6 additions & 6 deletions demo/src/sandboxes/floating-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"dependencies": {
"@react-spring/web": "*",
"@stitches/react": "^1.2.8",
"@use-gesture/react": "^10.2.22",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@use-gesture/react": "^10.2.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
},
"scripts": {
"start": "react-scripts start",
Expand Down
12 changes: 6 additions & 6 deletions demo/src/sandboxes/goo-blobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-measure": "2.0.4"
"react-use-measure": "2.1.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -30,8 +30,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
10 changes: 5 additions & 5 deletions demo/src/sandboxes/image-fade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"main": "src/index.tsx",
"dependencies": {
"@react-spring/web": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand All @@ -28,8 +28,8 @@
"not op_mini all"
],
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}
12 changes: 6 additions & 6 deletions demo/src/sandboxes/list-reordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@react-spring/web": "*",
"lodash.shuffle": "4.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"react-use-gesture": "^9.1.3"
},
Expand All @@ -28,9 +28,9 @@
"not op_mini all"
],
"devDependencies": {
"@types/lodash.shuffle": "4.2.6",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"typescript": "^4.8.3"
"@types/lodash.shuffle": "4.2.7",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.5"
}
}