Style tweaks

This commit is contained in:
Aria Minaei 2021-07-23 14:04:01 +02:00
parent 2a773b4100
commit da230fbacc
12 changed files with 201 additions and 962 deletions

View file

@ -39,7 +39,7 @@
"@types/node": "^15.6.2",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"esbuild": "^0.12.5",
"esbuild": "^0.12.15",
"esbuild-register": "^2.5.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.3.2"

View file

@ -37,7 +37,7 @@
"@types/jest": "^26.0.23",
"@types/lodash-es": "^4.17.4",
"@types/node": "^15.6.2",
"esbuild": "^0.12.5",
"esbuild": "^0.12.15",
"esbuild-register": "^2.5.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.3.2"

View file

@ -13,8 +13,8 @@
"build": "tsc --build ./tsconfig.json"
},
"devDependencies": {
"@react-three/drei": "^5.3.1",
"@react-three/fiber": "^6.2.2",
"@react-three/drei": "^7.2.2",
"@react-three/fiber": "^7.0.6",
"@theatre/core": "workspace:*",
"@theatre/plugin-r3f": "workspace:*",
"@theatre/studio": "workspace:*",
@ -22,14 +22,9 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^15.6.2",
"@types/react": "^17.0.9",
"esbuild": "^0.12.5",
"esbuild": "^0.12.15",
"esbuild-register": "^2.5.0",
"three": "^0.129.0",
"three": "^0.130.1",
"typescript": "^4.3.2"
},
"dependencies": {
"autoprefixer": "^10.2.6",
"esbuild-plugin-postcss2": "^0.0.9",
"tailwindcss": "^2.1.2"
}
}

View file

@ -38,8 +38,8 @@
"typescript": "^4.3.2"
},
"dependencies": {
"@react-three/drei": "^5.3.1",
"@react-three/fiber": "^6.2.2",
"@react-three/drei": "^7.2.2",
"@react-three/fiber": "^7.0.6",
"@theatre/core": "workspace:*",
"@theatre/studio": "workspace:*",
"lodash-es": "^4.17.21",
@ -52,7 +52,7 @@
"react-use-measure": "^2.0.4",
"reakit": "^1.3.8",
"styled-components": "^5.3.0",
"three": "^0.129.0",
"three": "^0.130.1",
"zustand": "^3.5.1"
}
}