Skip to content

Commit fd78957

Browse files
author
v1rtl
committed
upgrade examples react-scripts to v4
1 parent e17c28d commit fd78957

File tree

14 files changed

+4142
-3735
lines changed

14 files changed

+4142
-3735
lines changed

β€Žexamples/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@react-spring/web": "9.0.0",
6+
"@react-spring/web": "9.2.4",
77
"@react-three/drei": "7.4.0",
8-
"@react-three/fiber": "^6.0.9",
8+
"@react-three/fiber": "^7.0.6",
99
"@react-three/flex": "0.6.1",
10-
"@react-three/postprocessing": "2.0.2",
10+
"@react-three/postprocessing": "2.0.5",
1111
"lerp": "^1.0.3",
1212
"postprocessing": "6.22.3",
1313
"react": "^0.0.0-experimental-94c0244ba",
1414
"react-dom": "^0.0.0-experimental-94c0244ba",
15-
"react-scripts": "3.4.3",
15+
"react-scripts": "4.0.3",
1616
"three": "0.131.3",
1717
"troika-three-text": "^0.42.0",
1818
"zustand": "3.5.8"
@@ -42,6 +42,6 @@
4242
"customize-cra": "^1.0.0",
4343
"customize-cra-react-refresh": "^1.1.0",
4444
"react-app-rewired": "^2.1.6",
45-
"webpack-bundle-analyzer": "^3.8.0"
45+
"webpack-bundle-analyzer": "^4.4.2"
4646
}
4747
}

β€Žexamples/src/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ body,
1010
}
1111

1212
body {
13-
cursor: url('/images/ellipse.svg'), pointer;
14-
cursor: -webkit-image-set(url('/images/ellipse.svg') 1x, url('/images/ellipse.svg') 2x), pointer;
13+
cursor: url('./images/ellipse.svg'), pointer;
14+
cursor: -webkit-image-set(url('./images/ellipse.svg') 1x, url('./images/ellipse.svg') 2x), pointer;
1515
background: #272727;
16-
font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Roboto,
17-
Ubuntu, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
16+
font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Roboto, Ubuntu, sans-serif,
17+
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
1818
}
1919

2020
.scrollArea {

β€Žexamples/yarn.lock

Lines changed: 4133 additions & 3726 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)