This repository was archived by the owner on May 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #181 from inrupt/release/0.5.0
Release/0.5.0
- Loading branch information
Showing
128 changed files
with
10,158 additions
and
5,963 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@inrupt/solid-react-components", | ||
"version": "0.4.4", | ||
"version": "0.5.0", | ||
"description": "Solid React Components", | ||
"scripts": { | ||
"start": "node scripts/start.js", | ||
|
@@ -23,7 +23,7 @@ | |
"type": "git", | ||
"url": "git+https://github.com/Inrupt-inc/solid-react-components" | ||
}, | ||
"homepage": "https://solid.inrupt.com/docs", | ||
"homepage": "https://solidproject.org", | ||
"contributors": [ | ||
{ | ||
"name": "Justin Bingham", | ||
|
@@ -35,35 +35,49 @@ | |
}, | ||
{ | ||
"name": "Pablo Rodriguez", | ||
"email": "[email protected]" | ||
"email": "" | ||
}, | ||
{ | ||
"name": "Jairo Campos", | ||
"email": "[email protected]" | ||
"email": "" | ||
}, | ||
{ | ||
"name": "Arne Hassel", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Angel Araya", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Eliamar Agüero", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"@babel/runtime": "^7.1.2", | ||
"@inrupt/solid-sdk-forms": "0.1.0", | ||
"@rdfjs/data-model": "^1.1.1", | ||
"@shexjs/core": "^1.0.0-alpha.4", | ||
"@shexjs/loader": "^1.0.0-alpha.5", | ||
"@shexjs/parser": "^1.0.0-alpha.4", | ||
"@solid/react": "^1.6.0", | ||
"@solid/query-ldflex": "^2.6.0", | ||
"@solid/react": "^1.8.0", | ||
"date-fns": "^2.8.0", | ||
"file-type": "^10.7.1", | ||
"html-webpack-include-assets-plugin": "^1.0.6", | ||
"jsonld": "^1.6.2", | ||
"ldflex": "^2.4.0", | ||
"lodash": "^4.17.15", | ||
"mime-types": "^2.1.24", | ||
"moment": "^2.24.0", | ||
"n3": "^1.1.1", | ||
"rdflib": "^0.20.1", | ||
"react-color": "^2.17.3", | ||
"react-datepicker": "^2.9.6", | ||
"react-router-dom": "^4.3.1", | ||
"react-select": "^2.2.0", | ||
"request-promise": "^4.2.5", | ||
"solid-auth-client": "^2.3.0", | ||
"unique": "0.0.1", | ||
"unique-string": "^1.0.0" | ||
|
@@ -143,7 +157,7 @@ | |
"terser-webpack-plugin": "1.1.0", | ||
"uglify-js": "^3.6.0", | ||
"url-loader": "1.1.1", | ||
"webpack": "4.19.1", | ||
"webpack": "^4.41.2", | ||
"webpack-dev-server": "3.1.14", | ||
"webpack-manifest-plugin": "2.0.4", | ||
"workbox-webpack-plugin": "3.6.3" | ||
|
@@ -200,6 +214,7 @@ | |
"@contex": "<rootDir>/src/lib/context", | ||
"@testSetup": "<rootDir>/src/test/setup", | ||
"@classes": "<rootDir>/src/lib/classes", | ||
"@lib": "<rootDir>/src/lib", | ||
"@constants": "<rootDir>/src/lib/constants", | ||
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.