chore: update dependencies

This commit is contained in:
Johannes Loher 2023-06-25 10:28:48 +02:00
parent 97903f6613
commit 57d1eb1239
2 changed files with 201 additions and 196 deletions

View file

@ -61,19 +61,19 @@
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
},
"devDependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@guanghechen/rollup-plugin-copy": "5.0.1",
"@ironkinoko/rollup-plugin-styles": "4.0.3",
"@swc/core": "1.3.62",
"@swc/core": "1.3.66",
"@types/fs-extra": "11.0.1",
"@types/jquery": "3.5.16",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"conventional-changelog-cli": "3.0.0",
"conventional-changelog-conventionalcommits": "6.0.0",
"eslint": "8.42.0",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"fs-extra": "11.1.1",
@ -81,16 +81,16 @@
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "3.24.0",
"rollup": "3.25.2",
"rollup-plugin-livereload": "2.0.5",
"rollup-plugin-swc3": "0.8.2",
"sass": "1.63.2",
"semver": "7.5.1",
"sass": "1.63.6",
"semver": "7.5.3",
"tslib": "2.5.3",
"typescript": "5.1.3",
"vite": "4.3.9",
"vitest": "0.32.0",
"vitest": "0.32.2",
"yargs": "17.7.2"
},
"packageManager": "pnpm@8.6.1"
"packageManager": "pnpm@8.6.3"
}