Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Dec 14, 2020
1 parent fcd22d0 commit 675f414
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 76 deletions.
22 changes: 11 additions & 11 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "react-inlinesvg-demo",
"version": "2.2.1",
"version": "2.2.2",
"description": "An SVG loader component for ReactJS",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"react-inlinesvg": "2.2.1",
"react-scripts": "4.0.1",
"styled-components": "5.2.1"
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-inlinesvg": "^2.2.2",
"react-scripts": "^4.0.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^14.14.12",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/styled-components": "5.1.4",
"typescript": "4.1.2"
"@types/node": "^14.14.13",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.5",
"typescript": "^4.1.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
148 changes: 93 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"src"
],
"types": "esm",
"sideEffects": true,
"sideEffects": false,
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
},
"dependencies": {
"exenv": "^1.2.2",
"react-from-dom": "^0.5.0"
"react-from-dom": "^0.5.1"
},
"devDependencies": {
"@gilbarbara/tsconfig": "^0.1.0",
Expand All @@ -45,13 +45,13 @@
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/exenv": "^1.2.0",
"@types/fetch-mock": "^7.3.3",
"@types/jest": "^26.0.18",
"@types/node": "^14.14.12",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.13",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"del-cli": "^3.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
Expand All @@ -60,11 +60,11 @@
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"http-server": "^0.12.3",
"husky": "^4.3.5",
"husky": "^4.3.6",
"jest": "^26.6.3",
"jest-chain": "^1.1.5",
"jest-enzyme": "^7.1.2",
Expand All @@ -76,11 +76,12 @@
"prettier": "^2.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"repo-tools": "^0.2.0",
"repo-tools": "^0.2.1",
"size-limit": "^4.9.1",
"start-server-and-test": "^1.11.6",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"scripts": {
"build": "npm run clean && npm run build:cjs && npm run build:esm",
Expand Down

0 comments on commit 675f414

Please sign in to comment.