Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
crisfcodes committed Jun 5, 2021
2 parents 1485149 + 791bbfe commit bb91817
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,56 +35,56 @@
],
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.10",
"@babel/runtime": "^7.14.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@types/jest": "^26.0.22",
"@types/jest": "^26.0.23",
"arrify": "^2.0.1",
"babel-jest": "^27.0.1",
"babel-plugin-macros": "^3.0.1",
"babel-jest": "^27.0.2",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist": "^4.16.4",
"browserslist": "^4.16.6",
"builtin-modules": "^3.2.0",
"chalk": "^4.1.0",
"concurrently": "^6.0.1",
"chalk": "^4.1.1",
"concurrently": "^6.2.0",
"cosmiconfig": "^7.0.0",
"cpy": "^8.1.2",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"doctoc": "^2.0.0",
"eslint": "^7.24.0",
"eslint": "^7.27.0",
"eslint-config-crisfcodes": "^19.1.1",
"glob": "^7.1.6",
"glob": "^7.1.7",
"husky": "^4.3.8",
"is-ci": "^3.0.0",
"jest": "^27.0.1",
"jest": "^27.0.4",
"jest-serializer-path": "^0.1.15",
"jest-snapshot-serializer-raw": "^1.2.0",
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^10.5.4",
"lint-staged": "^11.0.0",
"lodash.camelcase": "^4.3.0",
"lodash.has": "^4.5.2",
"lodash.omit": "^4.5.0",
"mkdirp": "^1.0.4",
"prettier": "2.2.1",
"prettier": "2.3.0",
"read-pkg-up": "^7.0.1",
"resolve": "^1.20.0",
"rimraf": "^3.0.2",
"rollup": "^2.45.1",
"rollup": "^2.50.6",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit bb91817

Please sign in to comment.