forked from praneshr/react-diff-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6eda0f7
commit 2af696e
Showing
4 changed files
with
3,090 additions
and
2,574 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@mockingjay-io:registry=https://registry.npmjs.org |
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": "react-diff-viewer", | ||
"version": "3.1.1", | ||
"name": "@mockingjay-io/react-diff-viewer", | ||
"version": "1.0.0", | ||
"private": false, | ||
"description": "A simple and beautiful text diff viewer component made with diff and React", | ||
"keywords": [ | ||
|
@@ -13,9 +13,9 @@ | |
"react-component", | ||
"ui" | ||
], | ||
"repository": "[email protected]:praneshr/react-diff-viewer.git", | ||
"repository": "[email protected]:mockingjay-io/react-diff-viewer.git", | ||
"license": "MIT", | ||
"author": "Pranesh Ravi<[email protected]>", | ||
"author": "Niranjan Rajendran <[email protected]>, Pranesh Ravi <[email protected]>", | ||
"main": "lib/index", | ||
"typings": "lib/index", | ||
"scripts": { | ||
|
@@ -29,20 +29,21 @@ | |
"test:watch": "mocha --require ts-node/register --require enzyme.ts --watch-extensions ts,tsx --watch ./test/**" | ||
}, | ||
"dependencies": { | ||
"@emotion/css": "^11.7.1", | ||
"@emotion/utils": "^1.0.0", | ||
"classnames": "^2.2.6", | ||
"create-emotion": "^10.0.14", | ||
"diff": "^4.0.1", | ||
"emotion": "^10.0.14", | ||
"memoize-one": "^5.0.4", | ||
"create-emotion": "^11.0.0", | ||
"diff": "^5.0.0", | ||
"memoize-one": "^6.0.0", | ||
"prop-types": "^15.6.2" | ||
}, | ||
"devDependencies": { | ||
"@types/classnames": "^2.2.6", | ||
"@types/diff": "^4.0.2", | ||
"@types/diff": "^5.0.2", | ||
"@types/enzyme": "^3.1.14", | ||
"@types/enzyme-adapter-react-16": "^1.0.3", | ||
"@types/expect": "^1.20.3", | ||
"@types/memoize-one": "^4.1.1", | ||
"@types/memoize-one": "^5.1.2", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.0.12", | ||
"@types/react": "^16.4.14", | ||
|
@@ -65,7 +66,7 @@ | |
"html-webpack-plugin": "^3.2.0", | ||
"mini-css-extract-plugin": "^0.7.0", | ||
"mocha": "^6.1.4", | ||
"node-sass": "^4.9.3", | ||
"node-sass": "^6.0.1", | ||
"raw-loader": "^3.0.0", | ||
"react": "^16.5.2", | ||
"react-dom": "^16.5.2", | ||
|
@@ -79,8 +80,8 @@ | |
"webpack-dev-server": "^3.1.9" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.3.0 || ^16.0.0", | ||
"react-dom": "^15.3.0 || ^16.0.0" | ||
"react": "^15.3.0 || ^16.0.0 || ^17.0.0", | ||
"react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
"engines": { | ||
"node": ">= 8" | ||
|
Oops, something went wrong.