Skip to content

Commit

Permalink
chore(deps): update (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Apr 1, 2021
1 parent 334cfe0 commit 38851ea
Show file tree
Hide file tree
Showing 12 changed files with 20,962 additions and 4,971 deletions.
24,973 changes: 20,483 additions & 4,490 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 14 additions & 16 deletions package.json
Expand Up @@ -31,8 +31,7 @@
"pretest": "npm run lint",
"test": "npm run test:coverage",
"prepare": "npm run build",
"release": "standard-version",
"defaults": "webpack-defaults"
"release": "standard-version"
},
"files": [
"dist"
Expand All @@ -45,30 +44,29 @@
"serialize-javascript": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.11",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@gfx/zopfli": "^1.0.15",
"@webpack-contrib/defaults": "^6.3.0",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^26.6.3",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"del-cli": "^3.0.1",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0",
"husky": "^4.3.7",
"jest": "^26.6.3",
"lint-staged": "^10.5.1",
"memfs": "^3.2.0",
"lint-staged": "^10.5.4",
"memfs": "^3.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"standard-version": "^9.1.0",
"webpack": "^5.12.3",
"prettier": "^2.2.1",
"standard-version": "^9.1.1",
"webpack": "^5.29.0",
"webpack-stats-plugin": "^1.0.3",
"workbox-webpack-plugin": "^6.0.2"
},
Expand Down

0 comments on commit 38851ea

Please sign in to comment.