Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazh committed Aug 26, 2022
1 parent efb129b commit fbd8262
Show file tree
Hide file tree
Showing 2 changed files with 1,039 additions and 982 deletions.
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -52,32 +52,32 @@
"changelog": "conventional-changelog -i CHANGELOG.md -s"
},
"dependencies": {
"@babel/register": "^7.17.7",
"@babel/register": "^7.18.9",
"require-from-string": "^2.0.2",
"source-map-support": "^0.5.21",
"yargs": "^17.4.1"
"yargs": "^17.5.1"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.17.10",
"@jstoolkit/configs": "^3.84.5",
"@types/webpack-env": "^1.16.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@jstoolkit/configs": "^3.84.7",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"conventional-changelog-cli": "^2.2.2",
"copyfiles": "^2.4.1",
"eslint": "^8.15.0",
"eslint": "^8.22.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.6.4",
"webpack": "^5.72.1"
"typescript": "^4.8.2",
"webpack": "^5.74.0"
},
"peerDependencies": {
"webpack": ">= 2.x"
Expand Down

0 comments on commit fbd8262

Please sign in to comment.