Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 12, 2024
1 parent f887668 commit 6475555
Show file tree
Hide file tree
Showing 8 changed files with 401 additions and 416 deletions.
34 changes: 17 additions & 17 deletions examples/visual-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,51 +11,51 @@
},
"dependencies": {
"@react-spring/three": "^9.7.5",
"@react-three/drei": "^9.114.3",
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "^8.17.10",
"@sanity/client": "^6.22.1",
"@sanity/client": "^6.22.4",
"@sanity/icons": "^3.4.0",
"@sanity/mutate": "workspace:*",
"@sanity/sanitype": "^0.3.1",
"@sanity/ui": "^2.8.9",
"@sanity/sanitype": "^0.6.1",
"@sanity/ui": "^2.8.23",
"@statelyai/inspect": "^0.4.0",
"@types/three": "^0.169.0",
"@xstate/react": "^4.1.3",
"comlink": "^4.4.1",
"groq-js": "^1.13.0",
"@types/three": "^0.170.0",
"@xstate/react": "^5.0.0",
"comlink": "^4.4.2",
"groq-js": "^1.14.0",
"mendoza": "^3.0.7",
"nice-color-palettes": "^4.0.0",
"polished": "^4.3.1",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-compiler-runtime": "workspace:*",
"react-compiler-runtime": "beta",
"react-dom": "^18.3.1",
"react-jason": "^1.1.2",
"rxjs": "^7.8.1",
"styled-components": "^6.1.13",
"three": "^0.169.0",
"xstate": "^5.18.2"
"three": "^0.170.0",
"xstate": "^5.19.0"
},
"devDependencies": {
"@types/node": "catalog:",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"@vitejs/plugin-react": "^4.3.2",
"babel-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
"@vitejs/plugin-react": "^4.3.3",
"babel-plugin-react-compiler": "beta",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-config-sanity": "catalog:",
"eslint-plugin-import": "catalog:",
"eslint-plugin-prettier": "catalog:",
"eslint-plugin-react": "catalog:",
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
"eslint-plugin-react-compiler": "beta",
"eslint-plugin-react-hooks": "catalog:",
"eslint-plugin-simple-import-sort": "catalog:",
"eslint-plugin-unused-imports": "catalog:",
"typescript": "catalog:",
"vite": "^5.4.9",
"vitest": "^2.1.3"
"vite": "^5.4.11",
"vitest": "^2.1.4"
}
}
7 changes: 1 addition & 6 deletions examples/visual-editing/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ export default defineConfig({
plugins: [
react({
babel: {
plugins: [
[
'babel-plugin-react-compiler',
{runtimeModule: 'react-compiler-runtime'},
],
],
plugins: [['babel-plugin-react-compiler', {target: '18'}]],
},
}),
],
Expand Down
14 changes: 7 additions & 7 deletions examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"start": "vite dev"
},
"dependencies": {
"@sanity/client": "^6.21.3",
"@sanity/client": "^6.22.4",
"@sanity/icons": "^3.4.0",
"@sanity/mutate": "workspace:^",
"@sanity/sanitype": "^0.6.1",
"@sanity/ui": "^2.8.9",
"@sanity/ui": "^2.8.23",
"dataloader": "^2.2.2",
"groq-js": "^1.13.0",
"groq-js": "^1.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-jason": "^1.1.2",
Expand All @@ -24,11 +24,11 @@
},
"devDependencies": {
"@types/node": "catalog:",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-config-sanity": "catalog:",
Expand All @@ -39,6 +39,6 @@
"eslint-plugin-simple-import-sort": "catalog:",
"eslint-plugin-unused-imports": "catalog:",
"typescript": "catalog:",
"vite": "^5.4.2"
"vite": "^5.4.11"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/mutate",
"version": "0.11.0-canary.2",
"version": "0.11.0-canary.3",
"description": "Experimental toolkit for working with Sanity mutations in JavaScript & TypeScript",
"keywords": [
"sanity",
Expand Down Expand Up @@ -103,15 +103,15 @@
},
"browserslist": "extends @sanity/browserslist-config",
"dependencies": {
"@sanity/client": "^6.22.3",
"@sanity/client": "^6.22.4",
"@sanity/diff-match-patch": "^3.1.1",
"hotscript": "^1.0.13",
"lodash": "^4.17.21",
"mendoza": "^3.0.7",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@sanity/pkg-utils": "^6.11.9",
"@sanity/pkg-utils": "^6.11.10",
"@sanity/prettier-config": "^1.0.3",
"@types/diff-match-patch": "^1.0.36",
"@types/lodash": "^4.17.13",
Expand All @@ -136,7 +136,7 @@
"vitest": "^2.1.4"
},
"peerDependencies": {
"xstate": "^5.18.2"
"xstate": "^5.19.0"
},
"peerDependenciesMeta": {
"xstate": {
Expand Down
21 changes: 0 additions & 21 deletions packages/react-compiler-runtime/index.js

This file was deleted.

10 changes: 0 additions & 10 deletions packages/react-compiler-runtime/package.json

This file was deleted.

Loading

0 comments on commit 6475555

Please sign in to comment.