Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshswan committed Jan 3, 2021
1 parent d4645a0 commit 1adf02f
Show file tree
Hide file tree
Showing 2 changed files with 1,613 additions and 1,624 deletions.
54 changes: 29 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,61 +36,65 @@
},
"dependencies": {
"@types/globalize": "^1.5.0",
"cldrjs": "^0.5.4",
"dayjs": "^1.8.36",
"cldrjs": "^0.5.5",
"dayjs": "^1.10.1",
"globalize": "^1.6.0",
"hoist-non-react-statics": "^3.3.2",
"jsonpack": "^1.1.5"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-typescript": "^7.10.4",
"@babel/core": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@release-it/conventional-changelog": "^2.0.0",
"@testing-library/react-native": "^7.0.2",
"@testing-library/react-native": "^7.1.0",
"@types/cldrjs": "^0.4.22",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.19",
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.20",
"@types/react-native": "^0.63.43",
"@types/react-test-renderer": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"cldr-data": "^36.0.0",
"coveralls": "^3.1.0",
"del": "^5.1.0",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"del": "^6.0.0",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gulp": "^4.0.2",
"gulp-merge-json": "^2.1.1",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest-junit": "^11.1.0",
"husky": "^4.3.6",
"jest": "^26.6.3",
"jest-junit": "^12.0.0",
"lodash": "^4.17.20",
"merge-stream": "^2.0.0",
"metro-react-native-babel-preset": "^0.63.0",
"mockdate": "^3.0.2",
"prettier": "^2.1.2",
"prettier": "^2.2.1",
"react": "16.13.1",
"react-native": "^0.63.2",
"react-test-renderer": "^16.13.1",
"release-it": "^14.0.3",
"release-it": "^14.2.2",
"rimraf": "^3.0.2",
"through2": "^4.0.2",
"typescript": "^4.0.3"
"typescript": "^4.1.3"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.59.0"
},
"resolutions": {
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.43"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
Expand Down
Loading

0 comments on commit 1adf02f

Please sign in to comment.