Skip to content

Commit 5778ce7

Browse files
Update dependencies (#196)
1 parent e12fdac commit 5778ce7

File tree

9 files changed

+5379
-3643
lines changed

9 files changed

+5379
-3643
lines changed

package-lock.json

Lines changed: 5335 additions & 3607 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -34,58 +34,59 @@
3434
},
3535
"dependencies": {
3636
"docz": "^2.3.1",
37-
"gatsby-plugin-sass": "^2.3.12",
37+
"gatsby-plugin-sass": "^2.7.0",
3838
"normalize.css": "^8.0.1",
39-
"prism-react-renderer": "^1.1.0",
39+
"prism-react-renderer": "^1.1.1",
4040
"prop-types": "^15.7.2",
41-
"react": "^16.13.1",
42-
"react-dom": "^16.13.1",
41+
"react": "^16.14.0",
42+
"react-dom": "^16.14.0",
4343
"react-keyed-flatten-children": "^1.3.0"
4444
},
4545
"devDependencies": {
46-
"@babel/cli": "^7.10.5",
47-
"@babel/core": "^7.11.1",
48-
"@babel/preset-env": "^7.11.0",
49-
"@babel/preset-react": "^7.10.4",
50-
"@babel/register": "^7.10.5",
51-
"@visionappscz/eslint-config-visionapps": "^1.2.0",
46+
"@babel/cli": "^7.12.10",
47+
"@babel/core": "^7.12.10",
48+
"@babel/preset-env": "^7.12.10",
49+
"@babel/preset-react": "^7.12.10",
50+
"@babel/register": "^7.12.10",
51+
"@visionappscz/eslint-config-visionapps": "^1.3.1",
5252
"@visionappscz/stylelint-config-visionapps": "^1.1.0",
5353
"@visionappscz/stylelint-config-visionapps-order": "^1.1.0",
54-
"autoprefixer": "^9.8.6",
54+
"autoprefixer": "^10.1.0",
5555
"babel-core": "^7.0.0-bridge.0",
5656
"babel-eslint": "^10.1.0",
57-
"babel-jest": "^26.2.2",
58-
"babel-loader": "^8.1.0",
57+
"babel-jest": "^26.6.3",
58+
"babel-loader": "^8.2.2",
5959
"concurrently": "^5.3.0",
60-
"core-js": "^3.6.5",
61-
"css-loader": "^4.2.1",
60+
"core-js": "^3.8.1",
61+
"css-loader": "^5.0.1",
6262
"enzyme": "^3.11.0",
63-
"enzyme-adapter-react-16": "^1.15.2",
64-
"enzyme-to-json": "^3.5.0",
65-
"eslint": "^6.8.0",
66-
"eslint-config-airbnb": "^18.1.0",
63+
"enzyme-adapter-react-16": "^1.15.5",
64+
"enzyme-to-json": "^3.6.1",
65+
"eslint": "^7.15.0",
66+
"eslint-config-airbnb": "^18.2.1",
6767
"eslint-loader": "^4.0.2",
68-
"eslint-plugin-import": "^2.20.2",
69-
"eslint-plugin-jsx-a11y": "^6.2.3",
68+
"eslint-plugin-import": "^2.22.1",
69+
"eslint-plugin-jsx-a11y": "^6.4.1",
7070
"eslint-plugin-markdown": "^2.0.0-rc.0",
71-
"eslint-plugin-mdx": "^1.8.1",
72-
"eslint-plugin-react": "^7.19.0",
73-
"eslint-plugin-react-hooks": "^4.0.0",
71+
"eslint-plugin-mdx": "^1.8.2",
72+
"eslint-plugin-react": "^7.21.5",
73+
"eslint-plugin-react-hooks": "^4.2.0",
7474
"identity-obj-proxy": "^3.0.0",
75-
"jest": "^26.2.2",
76-
"markdownlint-cli2": "~0.0.7",
77-
"nodemon": "^2.0.4",
78-
"postcss-loader": "^3.0.0",
75+
"jest": "^26.6.3",
76+
"markdownlint-cli2": "0.0.11",
77+
"nodemon": "^2.0.6",
78+
"postcss": "^8.2.1",
79+
"postcss-loader": "^4.1.0",
7980
"rimraf": "^3.0.2",
80-
"sass": "^1.29.0",
81+
"sass": "^1.30.0",
8182
"sass-loader": "^10.1.0",
82-
"sinon": "^9.0.2",
83-
"style-loader": "^1.2.1",
84-
"stylelint": "^13.6.1",
83+
"sinon": "^9.2.1",
84+
"style-loader": "^2.0.0",
85+
"stylelint": "^13.8.0",
8586
"stylelint-config-css-modules": "^2.2.0",
8687
"stylelint-order": "^4.1.0",
87-
"stylelint-webpack-plugin": "^2.1.0",
88-
"webpack": "^4.44.1",
88+
"stylelint-webpack-plugin": "^2.1.1",
89+
"webpack": "^4.44.2",
8990
"webpack-cli": "^3.3.12",
9091
"webpack-visualizer-plugin": "^0.1.11"
9192
},
@@ -98,7 +99,7 @@
9899
"docs:build": "rimraf .docz docs && docz build --dest docs",
99100
"docs:dev": "rimraf .docz && docz dev",
100101
"docs:serve": "rimraf .docz && npm run docs:build && docz serve",
101-
"lib:build": "concurrently \"webpack --mode development --config webpack.config.lib.js\" \"webpack --mode production --config webpack.config.lib.js\"",
102+
"lib:build": "concurrently \"webpack --mode development --config webpack.config.js\" \"webpack --mode production --config webpack.config.js\"",
102103
"lib:test": "stylelint \"src/lib/**/*.scss\" --config stylelint.config.js && eslint src/lib --ext js,jsx && jest -w",
103104
"markdown:lint": "markdownlint-cli2 \"**/*.md?(x)\" \"#.docz\" \"#dist\" \"#node_modules\" && eslint \"**/*.md?(x)\"",
104105
"markdown:watch": "nodemon --watch . --ext md,mdx --exec \"npm run markdown:lint\"",

src/lib/components/ui/Button/Button.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ Button.propTypes = {
190190
*/
191191
forwardedRef: PropTypes.oneOfType([
192192
PropTypes.func,
193+
// eslint-disable-next-line react/forbid-prop-types
193194
PropTypes.shape({ current: PropTypes.any }),
194195
]),
195196
/**

src/lib/components/ui/CheckboxField/CheckboxField.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ CheckboxField.propTypes = {
116116
*/
117117
forwardedRef: PropTypes.oneOfType([
118118
PropTypes.func,
119+
// eslint-disable-next-line react/forbid-prop-types
119120
PropTypes.shape({ current: PropTypes.any }),
120121
]),
121122
/**

src/lib/components/ui/SelectField/SelectField.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ SelectField.propTypes = {
132132
*/
133133
forwardedRef: PropTypes.oneOfType([
134134
PropTypes.func,
135+
// eslint-disable-next-line react/forbid-prop-types
135136
PropTypes.shape({ current: PropTypes.any }),
136137
]),
137138
/**

src/lib/components/ui/TextArea/TextArea.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ TextArea.propTypes = {
128128
*/
129129
forwardedRef: PropTypes.oneOfType([
130130
PropTypes.func,
131+
// eslint-disable-next-line react/forbid-prop-types
131132
PropTypes.shape({ current: PropTypes.any }),
132133
]),
133134
/**

src/lib/components/ui/TextField/TextField.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ TextField.propTypes = {
137137
*/
138138
forwardedRef: PropTypes.oneOfType([
139139
PropTypes.func,
140+
// eslint-disable-next-line react/forbid-prop-types
140141
PropTypes.shape({ current: PropTypes.any }),
141142
]),
142143
/**

src/lib/components/ui/Toggle/Toggle.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Toggle.propTypes = {
116116
*/
117117
forwardedRef: PropTypes.oneOfType([
118118
PropTypes.func,
119+
// eslint-disable-next-line react/forbid-prop-types
119120
PropTypes.shape({ current: PropTypes.any }),
120121
]),
121122
/**

webpack.config.lib.js renamed to webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22
const StyleLintPlugin = require('stylelint-webpack-plugin');
33
const VisualizerPlugin = require('webpack-visualizer-plugin');
44

5-
const MAX_DEVELOPMENT_OUTPUT_SIZE = 1500000;
5+
const MAX_DEVELOPMENT_OUTPUT_SIZE = 1850000;
66
const MAX_PRODUCTION_OUTPUT_SIZE = 200000;
77

88
module.exports = (env, argv) => ({
@@ -84,6 +84,7 @@ module.exports = (env, argv) => ({
8484
plugins: [
8585
new StyleLintPlugin({
8686
configFile: 'stylelint.config.js',
87+
files: '**/*.scss',
8788
syntax: 'scss',
8889
}),
8990
new VisualizerPlugin({

0 commit comments

Comments
 (0)