chore: upgrade deps

This commit is contained in:
Mathieu Schimmerling
2023-01-05 00:04:15 +01:00
parent be52cbcbfc
commit a2100a0f2e
2 changed files with 207 additions and 149 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "component-party2",
"name": "component-party",
"private": true,
"version": "0.0.0",
"version": "2.0.0",
"type": "module",
"packageManager": "pnpm@7.0.0",
"scripts": {
@@ -25,7 +25,7 @@
"@angular-eslint/eslint-plugin": "^15.1.0",
"@angular-eslint/eslint-plugin-template": "^15.1.0",
"@angular-eslint/template-parser": "^15.1.0",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@matschik/lz-string": "^0.0.2",
@@ -36,17 +36,17 @@
"autoprefixer": "^10.4.13",
"codesandbox": "^2.2.3",
"eslint": "^8.31.0",
"eslint-plugin-ember": "^11.4.0",
"eslint-plugin-ember": "^11.4.2",
"eslint-plugin-lit": "^1.7.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qwik": "^0.16.1",
"eslint-plugin-qwik": "^0.16.2",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-solid": "^0.9.1",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-vue": "^9.8.0",
"esm": "^3.2.25",
"folder-hash": "^4.0.2",
"husky": "^8.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"lodash.kebabcase": "^4.1.1",
"micache": "^2.4.1",
@@ -66,7 +66,7 @@
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"unified": "^10.1.2",
"vite": "^4.0.3",
"vite": "^4.0.4",
"vite-plugin-html": "^3.2.0"
},
"overrides": {