Skip to content

Commit bb91817

Browse files
committed
2 parents 1485149 + 791bbfe commit bb91817

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,56 +35,56 @@
3535
],
3636
"license": "MIT",
3737
"dependencies": {
38-
"@babel/cli": "^7.13.14",
39-
"@babel/core": "^7.13.15",
38+
"@babel/cli": "^7.14.3",
39+
"@babel/core": "^7.14.3",
4040
"@babel/plugin-proposal-class-properties": "^7.13.0",
41-
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
42-
"@babel/plugin-transform-runtime": "^7.13.15",
43-
"@babel/preset-env": "^7.13.15",
41+
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
42+
"@babel/plugin-transform-runtime": "^7.14.3",
43+
"@babel/preset-env": "^7.14.4",
4444
"@babel/preset-react": "^7.13.13",
4545
"@babel/preset-typescript": "^7.13.0",
46-
"@babel/runtime": "^7.13.10",
46+
"@babel/runtime": "^7.14.0",
4747
"@rollup/plugin-babel": "^5.3.0",
48-
"@rollup/plugin-commonjs": "^18.0.0",
48+
"@rollup/plugin-commonjs": "^19.0.0",
4949
"@rollup/plugin-json": "^4.1.0",
50-
"@rollup/plugin-node-resolve": "^11.2.1",
50+
"@rollup/plugin-node-resolve": "^13.0.0",
5151
"@rollup/plugin-replace": "^2.4.2",
52-
"@types/jest": "^26.0.22",
52+
"@types/jest": "^26.0.23",
5353
"arrify": "^2.0.1",
54-
"babel-jest": "^27.0.1",
55-
"babel-plugin-macros": "^3.0.1",
54+
"babel-jest": "^27.0.2",
55+
"babel-plugin-macros": "^3.1.0",
5656
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
5757
"babel-plugin-module-resolver": "^4.1.0",
5858
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
5959
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
60-
"browserslist": "^4.16.4",
60+
"browserslist": "^4.16.6",
6161
"builtin-modules": "^3.2.0",
62-
"chalk": "^4.1.0",
63-
"concurrently": "^6.0.1",
62+
"chalk": "^4.1.1",
63+
"concurrently": "^6.2.0",
6464
"cosmiconfig": "^7.0.0",
6565
"cpy": "^8.1.2",
6666
"cross-env": "^7.0.3",
6767
"cross-spawn": "^7.0.3",
6868
"doctoc": "^2.0.0",
69-
"eslint": "^7.24.0",
69+
"eslint": "^7.27.0",
7070
"eslint-config-crisfcodes": "^19.1.1",
71-
"glob": "^7.1.6",
71+
"glob": "^7.1.7",
7272
"husky": "^4.3.8",
7373
"is-ci": "^3.0.0",
74-
"jest": "^27.0.1",
74+
"jest": "^27.0.4",
7575
"jest-serializer-path": "^0.1.15",
7676
"jest-snapshot-serializer-raw": "^1.2.0",
7777
"jest-watch-typeahead": "^0.6.4",
78-
"lint-staged": "^10.5.4",
78+
"lint-staged": "^11.0.0",
7979
"lodash.camelcase": "^4.3.0",
8080
"lodash.has": "^4.5.2",
8181
"lodash.omit": "^4.5.0",
8282
"mkdirp": "^1.0.4",
83-
"prettier": "2.2.1",
83+
"prettier": "2.3.0",
8484
"read-pkg-up": "^7.0.1",
8585
"resolve": "^1.20.0",
8686
"rimraf": "^3.0.2",
87-
"rollup": "^2.45.1",
87+
"rollup": "^2.50.6",
8888
"rollup-plugin-node-builtins": "^2.1.2",
8989
"rollup-plugin-node-globals": "^1.4.0",
9090
"rollup-plugin-terser": "^7.0.2",

0 commit comments

Comments
 (0)