chore(deps): update and cleanup

This commit is contained in:
moklick
2023-01-11 13:47:13 +01:00
parent 113a2036ff
commit 2f6afd815c
12 changed files with 878 additions and 618 deletions

View File

@@ -13,7 +13,7 @@
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"release": "changeset publish",
"clean": "pnpm -r --parallel exec rimraf dist .turbo"
"clean": "pnpm -r --parallel exec rimraf dist .turbo node_modules"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.7",
@@ -22,23 +22,23 @@
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"autoprefixer": "^10.4.8",
"concurrently": "^7.4.0",
"concurrently": "^7.6.0",
"cypress": "^10.6.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "latest",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.79.0",
"turbo": "^1.5.3",
"typescript": "^4.8.3"
"rollup": "2.79.1",
"turbo": "^1.7.0",
"typescript": "^4.9.4"
}
}