Skip to content

Commit 1d14312

Browse files
committed
chore: update npm libs
1 parent 5a8cd67 commit 1d14312

File tree

2 files changed

+139
-131
lines changed

2 files changed

+139
-131
lines changed

package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -38,52 +38,52 @@
3838
"styled-components": "^5.2.1"
3939
},
4040
"devDependencies": {
41-
"@babel/cli": "^7.12.1",
42-
"@babel/core": "^7.12.3",
41+
"@babel/cli": "^7.12.10",
42+
"@babel/core": "^7.12.10",
4343
"@babel/plugin-proposal-class-properties": "^7.12.1",
4444
"@babel/plugin-proposal-private-methods": "^7.12.1",
4545
"@babel/plugin-transform-classes": "^7.12.1",
46-
"@babel/preset-env": "^7.12.1",
47-
"@babel/preset-react": "^7.12.5",
48-
"@babel/preset-typescript": "^7.12.1",
49-
"@rollup/plugin-babel": "^5.2.1",
46+
"@babel/preset-env": "^7.12.11",
47+
"@babel/preset-react": "^7.12.10",
48+
"@babel/preset-typescript": "^7.12.7",
49+
"@rollup/plugin-babel": "^5.2.2",
5050
"@rollup/plugin-commonjs": "^16.0.0",
51-
"@rollup/plugin-image": "^2.0.5",
51+
"@rollup/plugin-image": "^2.0.6",
5252
"@rollup/plugin-node-resolve": "^10.0.0",
5353
"@storybook/addon-docs": "^6.0.21",
5454
"@storybook/addon-info": "^5.3.21",
5555
"@storybook/addon-knobs": "^6.0.21",
5656
"@storybook/react": "^6.0.21",
5757
"@types/dompurify": "^2.0.4",
5858
"@types/lodash": "^4.14.165",
59-
"@types/react": "^16.9.56",
59+
"@types/react": "^17.0.0",
6060
"@types/react-dates": "^21.8.0",
61-
"@types/react-dom": "^16.9.9",
61+
"@types/react-dom": "^17.0.0",
6262
"@types/react-toggle": "^4.0.2",
6363
"@types/styled-components": "^5.1.4",
6464
"@typescript-eslint/eslint-plugin": "4.3.0",
65-
"@typescript-eslint/parser": "4.8.2",
65+
"@typescript-eslint/parser": "4.13.0",
6666
"babel-eslint": "^10.1.0",
67-
"babel-loader": "^8.1.0",
67+
"babel-loader": "^8.2.2",
6868
"babel-plugin-styled-components": "1.10.5",
69-
"dompurify": "^2.0.17",
70-
"eslint": "^7.9.0",
71-
"eslint-config-airbnb": "^18.2.0",
69+
"dompurify": "^2.2.6",
70+
"eslint": "^7.17.0",
71+
"eslint-config-airbnb": "^18.2.1",
7272
"eslint-config-prettier": "^6.11.0",
7373
"eslint-config-react-app": "^5.2.1",
7474
"eslint-loader": "^4.0.2",
75-
"eslint-plugin-import": "^2.22.0",
76-
"eslint-plugin-jsx-a11y": "^6.3.1",
77-
"eslint-plugin-prettier": "^3.1.4",
78-
"eslint-plugin-react": "^7.20.6",
75+
"eslint-plugin-import": "^2.22.1",
76+
"eslint-plugin-jsx-a11y": "^6.4.1",
77+
"eslint-plugin-prettier": "^3.3.1",
78+
"eslint-plugin-react": "^7.22.0",
7979
"eslint-plugin-react-hooks": "^4.1.2",
8080
"eslint-watch": "^7.0.0",
81-
"html-react-parser": "^0.14.1",
81+
"html-react-parser": "^0.14.3",
8282
"lodash-es": "^4.17.15",
8383
"moment": "^2.29.1",
84-
"polished": "^4.0.3",
85-
"prettier": "^2.1.2",
86-
"rc-progress": "^3.1.0",
84+
"polished": "^4.0.5",
85+
"prettier": "^2.2.1",
86+
"rc-progress": "^3.1.3",
8787
"react": "^17.0.1",
8888
"react-addons-shallow-compare": "^15.6.2",
8989
"react-dates": "^21.8.0",
@@ -92,15 +92,15 @@
9292
"react-paginate": "^6.5.0",
9393
"rimraf": "^3.0.2",
9494
"rollup-plugin-copy": "^3.3.0",
95-
"rollup-plugin-filesize": "^9.0.2",
95+
"rollup-plugin-filesize": "^9.1.0",
9696
"rollup-plugin-terser": "^7.0.2",
9797
"styled-components": "^5.2.1",
9898
"styled-components-modifiers": "^1.2.5",
9999
"styled-tools": "^1.7.2",
100-
"stylelint": "^13.7.2",
100+
"stylelint": "^13.8.0",
101101
"stylelint-config-standard": "^20.0.0",
102102
"stylelint-config-styled-components": "^0.1.1",
103103
"stylelint-processor-styled-components": "^1.10.0",
104-
"typescript": "^4.0.5"
104+
"typescript": "^4.1.3"
105105
}
106106
}

0 commit comments

Comments
 (0)