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 May 16, 2023
1 parent d45024a commit 02b8db8
Show file tree
Hide file tree
Showing 3 changed files with 715 additions and 570 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
run_install: true

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: pnpm

- name: Build project
Expand Down
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"@commitlint/cli": "17.5.0",
"@commitlint/config-conventional": "17.4.4",
"@types/globule": "1.1.5",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@types/globule": "1.1.6",
"@types/gulp": "4.0.10",
"@types/gulp-postcss": "8.0.2",
"@types/gulp-sourcemaps": "0.0.35",
"@types/gulp-tap": "1.0.1",
"@types/gulp-postcss": "8.0.3",
"@types/gulp-sourcemaps": "0.0.36",
"@types/gulp-tap": "1.0.2",
"@types/rimraf": "3.0.2",
"@types/vinyl": "2.0.7",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@vitest/coverage-c8": "0.29.3",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@vitest/coverage-c8": "0.31.0",
"autoprefixer": "10.4.14",
"commitizen": "4.3.0",
"cz-git": "1.6.1",
"del": "7.0.0",
"esbuild": "0.17.14",
"eslint": "8.36.0",
"esbuild": "0.17.19",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"globule": "1.3.4",
Expand All @@ -84,26 +84,25 @@
"gulp-tap": "2.0.0",
"husky": "8.0.3",
"nano-staged": "0.8.0",
"postcss": "8.4.21",
"prettier": "2.8.7",
"rimraf": "4.4.1",
"rollup": "3.20.2",
"postcss": "8.4.23",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rollup": "3.21.7",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-esbuild": "5.0.0",
"standard-version": "9.5.0",
"typescript": "5.0.2",
"vite": "4.2.1",
"vitest": "0.29.3"
"typescript": "5.0.4",
"vite": "4.3.6",
"vitest": "0.31.0"
},
"packageManager": "pnpm@7.30.3",
"packageManager": "pnpm@8.5.1",
"publishConfig": {
"access": "public"
},
"pnpm": {
"overrides": {
"cacache": "^17.0.4",
"chokidar": "3.5.1",
"css": "npm:@adobe/[email protected]",
"chokidar": "^3.5.3",
"css": "npm:@adobe/css-tools@^4.2.0",
"glob-stream": "^7.0.0",
"glob-parent": "^6.0.2",
"micromatch": "^4.0.5",
Expand Down
Loading

0 comments on commit 02b8db8

Please sign in to comment.