Skip to content

Commit

Permalink
Updated examples for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blvdmitry committed Jul 6, 2024
1 parent d407b05 commit 9371ab6
Show file tree
Hide file tree
Showing 18 changed files with 2,311 additions and 1,924 deletions.
8 changes: 4 additions & 4 deletions examples/integration-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"reshaped": "2.2.0"
"reshaped": "3.0.0"
},
"devDependencies": {
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.14",
"postcss": "8.4.21",
"tailwindcss": "3.2.7",
"typescript": "4.8.4",
"vite": "3.1.8"
"typescript": "5.5.3",
"vite": "5.3.3"
}
}
3 changes: 1 addition & 2 deletions examples/integration-tailwind/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"moduleResolution": "bundler",
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
Expand Down
1,415 changes: 841 additions & 574 deletions examples/integration-tailwind/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/starter-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"reshaped": "2.9.5",
"typescript": "4",
"reshaped": "3.0.0",
"typescript": "5.5.3",
"web-vitals": "3.5.2"
},
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions examples/starter-cra/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"moduleResolution": "bundler",
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
Expand Down
480 changes: 269 additions & 211 deletions examples/starter-cra/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 9371ab6

Please sign in to comment.