From aad2603a899dbe6fb1aec5315c6f4f2aeeb63e6f Mon Sep 17 00:00:00 2001 From: Oleksii Husakov Date: Tue, 25 Jul 2023 21:40:55 +0300 Subject: [PATCH 1/3] chore: update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 04afe376..ee3dd046 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "prepublishOnly": "rm -rf dist; npm run transpile", "start": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts start", - "transpile": "babel --out-dir dist src && sass src/stylesheets:dist/stylesheets", + "transpile": "babel --extensions '.ts,.tsx' --out-dir dist src && sass src/stylesheets:dist/stylesheets", "postinstall": "npm run transpile", "test": "npx jest", "lint": "eslint src tests", @@ -38,7 +38,7 @@ "@babel/runtime-corejs2": "7.16.7", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", - "@exabyte-io/cove.js": "^2023.7.22-0", + "@exabyte-io/cove.js": "https://github.com/Exabyte-io/cove.js#cc48da9652840eb0f7d8854e02cb690484e6fab1", "@exabyte-io/periodic-table.js": "2022.5.5-2", "@mui/icons-material": "^5.11.0", "@mui/material": "^5.11.9", From 1169536acd34362e469880b5ecf63b94bf640f63 Mon Sep 17 00:00:00 2001 From: Oleksii Husakov Date: Tue, 25 Jul 2023 22:37:49 +0300 Subject: [PATCH 2/3] chore: update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee3dd046..f0dbd18c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "prepublishOnly": "rm -rf dist; npm run transpile", "start": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts start", - "transpile": "babel --extensions '.ts,.tsx' --out-dir dist src && sass src/stylesheets:dist/stylesheets", + "transpile": "babel --extensions '.js,.ts,.tsx' --out-dir dist src && sass src/stylesheets:dist/stylesheets", "postinstall": "npm run transpile", "test": "npx jest", "lint": "eslint src tests", From 1cc67f30653904187800d10b65035afd38de01a9 Mon Sep 17 00:00:00 2001 From: Oleksii Husakov Date: Tue, 25 Jul 2023 22:44:47 +0300 Subject: [PATCH 3/3] chore: update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0dbd18c..d9e42357 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "prepublishOnly": "rm -rf dist; npm run transpile", "start": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts start", - "transpile": "babel --extensions '.js,.ts,.tsx' --out-dir dist src && sass src/stylesheets:dist/stylesheets", + "transpile": "babel --extensions '.js,.jsx,.ts,.tsx' --out-dir dist src && sass src/stylesheets:dist/stylesheets", "postinstall": "npm run transpile", "test": "npx jest", "lint": "eslint src tests",