Skip to content

Commit 2acfbe4

Browse files
fix(deps): Update non-major
1 parent 873372e commit 2acfbe4

File tree

8 files changed

+902
-395
lines changed

8 files changed

+902
-395
lines changed

apps/v1/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@
2222
"dependencies": {
2323
"@heroicons/react": "2.1.3",
2424
"@juggle/resize-observer": "3.4.0",
25-
"@sanity/client": "6.15.11",
25+
"@sanity/client": "6.15.15",
2626
"@sanity/color": "2.2.5",
27-
"@sanity/icons": "2.11.7",
28-
"@sanity/ui": "2.1.1",
29-
"@sanity/vision": "3.37.1",
27+
"@sanity/icons": "2.11.8",
28+
"@sanity/ui": "2.1.4",
29+
"@sanity/vision": "3.38.0",
3030
"culori": "4.0.1",
3131
"history": "5.3.0",
3232
"json5": "2.2.3",
3333
"motion": "10.17.0",
34-
"next": "14.1.4",
34+
"next": "14.2.1",
3535
"next-sanity": "6.1.4",
3636
"polished": "4.3.1",
3737
"react": "18.2.0",
3838
"react-dom": "18.2.0",
39-
"react-icons": "5.0.1",
39+
"react-icons": "5.1.0",
4040
"rimraf": "4.4.1",
41-
"sanity": "3.37.1",
42-
"sanity-plugin-asset-source-unsplash": "3.0.0",
41+
"sanity": "3.38.0",
42+
"sanity-plugin-asset-source-unsplash": "3.0.1",
4343
"sanity-plugin-mux-input": "2.3.4",
4444
"scroll-into-view-if-needed": "3.1.0",
4545
"slugify": "1.6.6",
@@ -51,18 +51,18 @@
5151
"@types/jest": "29.5.12",
5252
"@types/node": "18.17.11",
5353
"@types/prettier": "3.0.0",
54-
"@types/react": "18.2.75",
54+
"@types/react": "18.2.79",
5555
"esbuild": "0.20.2",
5656
"esbuild-plugin-replace": "1.4.0",
5757
"eslint": "8.57.0",
58-
"eslint-config-next": "14.1.4",
58+
"eslint-config-next": "14.2.1",
5959
"eslint-config-prettier": "9.1.0",
60-
"eslint-plugin-simple-import-sort": "12.0.0",
60+
"eslint-plugin-simple-import-sort": "12.1.0",
6161
"jest": "29.7.0",
6262
"prettier": "3.2.5",
63-
"prettier-plugin-packagejson": "2.4.14",
63+
"prettier-plugin-packagejson": "2.5.0",
6464
"type-fest": "4.15.0",
65-
"typescript": "5.4.2",
65+
"typescript": "5.4.5",
6666
"write-file-atomic": "5.0.1"
6767
}
6868
}

apps/v2/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
"dev": "sanity dev --port 3000"
88
},
99
"dependencies": {
10-
"@sanity/icons": "2.11.7",
11-
"@sanity/ui": "2.1.1",
10+
"@sanity/icons": "2.11.8",
11+
"@sanity/ui": "2.1.4",
1212
"motion": "10.17.0",
1313
"react": "18.2.0",
1414
"react-dom": "18.2.0",
15-
"react-icons": "5.0.1",
15+
"react-icons": "5.1.0",
1616
"react-is": "18.2.0",
17-
"sanity": "3.37.1",
17+
"sanity": "3.38.0",
1818
"sanity-plugin-mux-input": "2.3.4",
1919
"styled-components": "6.1.8"
2020
},
2121
"devDependencies": {
2222
"@sanity/eslint-config-studio": "4.0.0",
23-
"@types/react": "18.2.75",
23+
"@types/react": "18.2.79",
2424
"eslint": "8.57.0",
25-
"typescript": "5.4.2"
25+
"typescript": "5.4.5"
2626
}
2727
}

examples/advanced/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"dependencies": {
1010
"react": "18.2.0",
1111
"react-dom": "18.2.0",
12-
"react-icons": "5.0.1",
12+
"react-icons": "5.1.0",
1313
"react-is": "18.2.0",
14-
"sanity": "3.37.1",
14+
"sanity": "3.38.0",
1515
"sanity-plugin-mux-input": "2.3.4",
1616
"styled-components": "6.1.8"
1717
},
1818
"devDependencies": {
1919
"@sanity/eslint-config-studio": "4.0.0",
2020
"eslint": "8.57.0",
21-
"typescript": "5.4.2"
21+
"typescript": "5.4.5"
2222
}
2323
}

examples/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"dependencies": {
1010
"react": "18.2.0",
1111
"react-dom": "18.2.0",
12-
"react-icons": "5.0.1",
12+
"react-icons": "5.1.0",
1313
"react-is": "18.2.0",
14-
"sanity": "3.37.1",
14+
"sanity": "3.38.0",
1515
"sanity-plugin-mux-input": "2.3.4",
1616
"styled-components": "6.1.8"
1717
},
1818
"devDependencies": {
1919
"@sanity/eslint-config-studio": "4.0.0",
2020
"eslint": "8.57.0",
21-
"typescript": "5.4.2"
21+
"typescript": "5.4.5"
2222
}
2323
}

examples/next-dynamic/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"dev": "PORT=3004 next dev"
88
},
99
"dependencies": {
10-
"next": "14.1.4",
10+
"next": "14.2.1",
1111
"next-sanity": "6.1.4",
1212
"react": "18.2.0",
1313
"react-dom": "18.2.0",
14-
"react-icons": "5.0.1",
14+
"react-icons": "5.1.0",
1515
"react-is": "18.2.0",
16-
"sanity": "3.37.1",
16+
"sanity": "3.38.0",
1717
"sanity-plugin-mux-input": "2.3.4",
1818
"styled-components": "6.1.8"
1919
},
2020
"devDependencies": {
2121
"@types/node": "18.17.11",
22-
"@types/react": "18.2.75",
23-
"typescript": "5.4.2"
22+
"@types/react": "18.2.79",
23+
"typescript": "5.4.5"
2424
}
2525
}

examples/next-static/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"dev": "PORT=3005 next dev"
88
},
99
"dependencies": {
10-
"next": "14.1.4",
10+
"next": "14.2.1",
1111
"next-sanity": "6.1.4",
1212
"react": "18.2.0",
1313
"react-dom": "18.2.0",
14-
"react-icons": "5.0.1",
14+
"react-icons": "5.1.0",
1515
"react-is": "18.2.0",
16-
"sanity": "3.37.1",
16+
"sanity": "3.38.0",
1717
"sanity-plugin-mux-input": "2.3.4",
1818
"styled-components": "6.1.8"
1919
},
2020
"devDependencies": {
2121
"@types/node": "18.17.11",
22-
"@types/react": "18.2.75",
23-
"typescript": "5.4.2"
22+
"@types/react": "18.2.79",
23+
"typescript": "5.4.5"
2424
}
2525
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"prettier": "3.2.5",
12-
"prettier-plugin-packagejson": "2.4.14",
12+
"prettier-plugin-packagejson": "2.5.0",
1313
"turbo": "1.13.2"
1414
},
1515
"packageManager": "pnpm@8.15.6"

0 commit comments

Comments
 (0)