Skip to content

Commit

Permalink
chore: update :pacakge:
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Kupiec committed Mar 13, 2021
1 parent 1bd7607 commit 1a13135
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -11,24 +11,24 @@
"build": "NODE_ENV=production gulp build $npm_package_config_env"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/core": "^7.13.10",
"@babel/polyfill": "^7.12.1",
"@babel/register": "^7.13.0",
"@babel/preset-env": "^7.13.5",
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"@typescript-eslint/parser": "^4.15.2",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@babel/register": "^7.13.8",
"@babel/preset-env": "^7.13.10",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@typescript-eslint/parser": "^4.17.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"babel-loader": "^8.2.2",
"core-js": "3",
"eslint": "^7.20.0",
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"husky": "^5.1.1",
"husky": "^5.1.3",
"ts-loader": "8.0.9",
"typescript": "^4.2.2",
"webpack": "^5.24.1"
"typescript": "^4.2.3",
"webpack": "^5.25.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 1a13135

Please sign in to comment.