Skip to content

Commit

Permalink
Merge pull request #352 from airbnb/deps-0407
Browse files Browse the repository at this point in the history
deps: Audit 2020-04-07
  • Loading branch information
milesj authored Apr 7, 2020
2 parents 3b11d17 + 14306f4 commit 4687c8f
Show file tree
Hide file tree
Showing 8 changed files with 260 additions and 259 deletions.
1 change: 1 addition & 0 deletions configs/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = {
},
rules: {
'max-classes-per-file': 'off',
'no-console': 'off',

// Webpack alias imports
'import/extensions': 'off',
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@
"./packages/*"
],
"dependencies": {
"@storybook/addon-a11y": "^5.3.17",
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-a11y": "^5.3.18",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-console": "^1.2.1",
"@storybook/addon-contexts": "^5.3.17",
"@storybook/addon-links": "^5.3.17",
"@storybook/addon-viewport": "^5.3.17",
"@storybook/addons": "^5.3.17",
"@storybook/react": "^5.3.17",
"markdown-to-jsx": "^6.11.0",
"@storybook/addon-contexts": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addon-viewport": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"markdown-to-jsx": "^6.11.1",
"react-element-to-jsx-string": "^14.3.1"
},
"devDependencies": {
Expand All @@ -89,24 +89,24 @@
"@airbnb/config-jest": "^3.0.1",
"@airbnb/config-prettier": "^3.1.0",
"@airbnb/config-typescript": "^3.0.1",
"@airbnb/nimbus": "^3.1.1",
"@airbnb/nimbus": "^3.1.3",
"@types/airbnb-prop-types": "^2.13.1",
"@types/enzyme": "^3.10.5",
"@types/filesize": "^5.0.0",
"@types/gh-pages": "^2.2.0",
"@types/google.analytics": "0.0.40",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^25.1.4",
"@types/jest": "^25.2.1",
"@types/jscodeshift": "^0.7.0",
"@types/lodash": "^4.14.149",
"@types/luxon": "^1.22.0",
"@types/node-fetch": "^2.5.5",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.5",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"@types/react-virtualized": "^9.21.8",
"@types/shallowequal": "^1.1.1",
"@types/svgo": "^1.3.1",
"@types/svgo": "^1.3.2",
"@types/uuid": "^7.0.2",
"babel-loader": "^8.1.0",
"emojibase-test-utils": "^5.0.1",
Expand All @@ -124,12 +124,12 @@
"lerna": "^3.20.2",
"moment": "^2.24.0",
"react": "^16.13.1",
"react-docgen-typescript-loader": "^3.7.1",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.13.1",
"rimraf": "^3.0.1",
"rut-dom": "^1.0.1",
"svgo": "^1.3.2",
"ts-node": "^8.8.1",
"ts-node": "^8.8.2",
"url-loader": "^4.0.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"dependencies": {
"shallowequal": "^1.1.0",
"uuid": "^7.0.2"
"uuid": "^7.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"dependencies": {
"@airbnb/lunar-icons": "^3.1.0",
"lodash": "^4.17.15",
"uuid": "^7.0.2"
"uuid": "^7.0.3"
}
}
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@types/react": "*",
"@types/react-dom": "*",
"@types/react-virtualized": "*",
"aesthetic": "^5.1.4",
"aesthetic-adapter-aphrodite": "^5.1.2",
"aesthetic-react": "^2.1.3",
"aesthetic": "^5.2.0",
"aesthetic-adapter-aphrodite": "^5.2.0",
"aesthetic-react": "^2.2.1",
"airbnb-prop-types": "^2.15.0",
"aphrodite": "^2.4.0",
"copy-to-clipboard": "^3.3.1",
Expand All @@ -52,12 +52,12 @@
"interweave-emoji": "^5.3.1",
"interweave-emoji-picker": "^5.2.1",
"lodash": "^4.17.15",
"luxon": "^1.22.2",
"luxon": "^1.23.0",
"ms": "^2.1.2",
"prop-types": "^15.7.2",
"react-day-picker": "7.3.2",
"react-virtualized": "^9.21.2",
"shallowequal": "^1.1.0",
"uuid": "^7.0.2"
"uuid": "^7.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@types/airbnb-prop-types": "*",
"@types/lodash": "*",
"airbnb-prop-types": "^2.15.0",
"final-form": "^4.18.7",
"final-form": "^4.19.1",
"lodash": "^4.17.15",
"shallowequal": "^1.1.0",
"uuid": "^7.0.2"
"uuid": "^7.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/enzyme": "*",
"@types/jest": "*",
"@types/react": "*",
"aesthetic": "^5.1.4",
"aesthetic-react": "^2.1.3"
"aesthetic": "^5.2.0",
"aesthetic-react": "^2.2.1"
}
}
Loading

0 comments on commit 4687c8f

Please sign in to comment.