Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjan94 committed Feb 11, 2022
1 parent 6eda0f7 commit 2af696e
Show file tree
Hide file tree
Showing 4 changed files with 3,090 additions and 2,574 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@mockingjay-io:registry=https://registry.npmjs.org
27 changes: 14 additions & 13 deletions package.json
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": [
Expand All @@ -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": {
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down
Loading

0 comments on commit 2af696e

Please sign in to comment.