diff --git a/.env b/.env index 280510f..2f8e217 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ REACT_APP_RDFSHAPE_HOST=https://api.rdfshape.weso.es REACT_APP_RDFSHAPE_WS_HOST=wss://api.rdfshape.weso.es -REACT_APP_VERSION=0.2.12 +REACT_APP_VERSION=0.2.13 diff --git a/.env.development b/.env.development index 1d17e8e..35dedbc 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ REACT_APP_RDFSHAPE_HOST=http://localhost:8080 REACT_APP_RDFSHAPE_WS_HOST=ws://localhost:8080 -REACT_APP_VERSION=0.2.12 \ No newline at end of file +REACT_APP_VERSION=0.2.13 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0f81510..c8e26d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24440,9 +24440,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "node_modules/typescript": { - "version": "4.6.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", - "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", + "version": "3.9.10", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", + "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==", "peer": true, "bin": { "tsc": "bin/tsc", @@ -45170,9 +45170,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "4.6.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", - "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", + "version": "3.9.10", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", + "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==", "peer": true }, "typical": { diff --git a/package.json b/package.json index 4dd6f41..8c31dc3 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ "yashe": "^1.3.22" }, "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", + "start": "react-scripts --openssl-legacy-provider start", + "build": "react-scripts --openssl-legacy-provider build", "test": "react-scripts test --passWithNoTests", "eject": "react-scripts eject" }, diff --git a/src/About.js b/src/About.js index 963567e..535db3a 100644 --- a/src/About.js +++ b/src/About.js @@ -40,8 +40,8 @@ function About() { RDFShape: An RDF playground based on Shapes - , Jose Emilio Labra Gayo, Daniel - Fernández Álvarez, Herminio García González, Demo presented at{" "} + , Jose Emilio Labra Gayo, Daniel + Fernández Álvarez, Herminio García González, Demo presented at{" "} International Semantic Web Conference diff --git a/src/Home.js b/src/Home.js index 307dd88..2e26780 100644 --- a/src/Home.js +++ b/src/Home.js @@ -8,8 +8,9 @@ function Home() {
RDFShape is a playground for RDF data conversion, validation and - visualization, among other features. Here are some ideas: + visualization, among other features.
+It supports the following tasks: