Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 5, 2022
1 parent 039821b commit b0de369
Show file tree
Hide file tree
Showing 2 changed files with 756 additions and 635 deletions.
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"dependencies": {
"@types/lodash": "^4.14.182",
"@types/lodash": "^4.14.184",
"@types/node": "*",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
Expand All @@ -51,29 +51,31 @@
"@types/gulp-tap": "1.0.1",
"@types/rimraf": "3.0.2",
"@types/vinyl": "2.0.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"autoprefixer": "10.4.7",
"c8": "7.11.3",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"@vitest/coverage-c8": "0.23.1",
"autoprefixer": "10.4.8",
"c8": "7.12.0",
"conventional-changelog-cli": "2.2.2",
"cz-conventional-changelog": "3.3.0",
"del": "6.1.1",
"eslint": "8.18.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-prettier": "4.2.1",
"globule": "1.3.4",
"gulp": "4.0.2",
"gulp-postcss": "9.0.1",
"gulp-sourcemaps": "3.0.0",
"gulp-tap": "2.0.0",
"postcss": "8.4.14",
"postcss": "8.4.16",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"typescript": "4.7.4",
"typescript": "4.8.2",
"vinyl": "2.2.1",
"vite": "2.9.12",
"vitest": "0.16.0"
"vite": "3.1.0",
"vitest": "0.23.1"
},
"packageManager": "pnpm@7.11.0",
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit b0de369

Please sign in to comment.