Skip to content

Commit

Permalink
chore: upgrades dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
waynevanson committed Sep 25, 2020
1 parent 670be17 commit dae22cf
Show file tree
Hide file tree
Showing 2 changed files with 1,376 additions and 1,311 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,35 +40,35 @@
]
},
"peerDependencies": {
"@types/sortablejs": "^1.10.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"sortablejs": "^1.10.0",
"@types/sortablejs": "^1.10.0"
"sortablejs": "^1.10.0"
},
"dependencies": {
"classnames": "^2.2.6",
"tiny-invariant": "^1.0.6"
"tiny-invariant": "^1.1.0"
},
"devDependencies": {
"sortablejs": "^1.10.0",
"@types/sortablejs": "^1.10.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/classnames": "^2.2.9",
"@types/node": "12.7.5",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/classnames": "^2.2.10",
"@types/node": "14.11.2",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"@types/sortablejs": "^1.10.0",
"commitizen": "^4.2.1",
"copy-dir": "^1.2.0",
"copy-dir": "^1.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^4.3.0",
"parcel-bundler": "^1.12.4",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rollup": "^1.27.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^2.28.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-typescript2": "^0.25.3",
"ts-node": "^8.5.4",
"typescript": "^3.6.3"
"rollup-plugin-typescript2": "^0.27.2",
"sortablejs": "^1.10.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
}
Loading

0 comments on commit dae22cf

Please sign in to comment.