Skip to content

Commit

Permalink
fix: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 5, 2022
1 parent 4dc9d70 commit 364e3fa
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 187 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"dependencies": {
"@types/lodash": "^4.14.184",
"@types/node": "*",
"chalk": "^5.0.1",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"plugin-error": "^2.0.0",
"replace-ext": "^2.0.0",
"sass": "^1.54.5",
"sass": ">= 1.45.0",
"source-map-js": "^1.0.2",
"strip-ansi": "^7.0.1",
"vinyl": "^2.2.1",
Expand All @@ -51,14 +51,14 @@
"@types/gulp-tap": "1.0.1",
"@types/rimraf": "3.0.2",
"@types/vinyl": "2.0.6",
"@typescript-eslint/eslint-plugin": "5.34.0",
"@typescript-eslint/parser": "5.34.0",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"autoprefixer": "10.4.8",
"c8": "7.12.0",
"conventional-changelog-cli": "2.2.2",
"cz-conventional-changelog": "3.3.0",
"del": "7.0.0",
"eslint": "8.22.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"globule": "1.3.4",
Expand All @@ -69,10 +69,10 @@
"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": "3.0.9",
"vitest": "0.22.1"
"vite": "3.1.0",
"vitest": "0.23.1"
},
"packageManager": "pnpm@7.9.3",
"publishConfig": {
Expand Down

0 comments on commit 364e3fa

Please sign in to comment.