Skip to content

Commit

Permalink
chore: Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bfanger committed Feb 4, 2023
1 parent 040216d commit 6614947
Show file tree
Hide file tree
Showing 3 changed files with 593 additions and 509 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["prettier-plugin-svelte"]
}
45 changes: 22 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"preinstall": "npx only-allow pnpm",
"prepare": "husky install"
},
"prettier": "eslint-config-triple/.prettierrc",
"lint-staged": {
"*.ts": [
"eslint --max-warnings 0 --no-ignore",
Expand All @@ -47,48 +46,48 @@
]
},
"devDependencies": {
"@playwright/test": "^1.29.2",
"@sveltejs/adapter-static": "^1.0.1",
"@sveltejs/kit": "^1.0.7",
"@playwright/test": "^1.30.0",
"@sveltejs/adapter-static": "^1.0.6",
"@sveltejs/kit": "^1.3.10",
"@sveltejs/package": "^1.0.2",
"@testing-library/react": "^13.4.0",
"@testing-library/svelte": "^3.2.2",
"@types/react": "^18.0.26",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"eslint": "^8.31.0",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-triple": "^0.5.6",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-config-triple": "^0.5.7",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-svelte3": "^4.0.0",
"husky": "^8.0.3",
"jsdom": "^21.0.0",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.2",
"prettier": "^2.8.3",
"prettier-plugin-svelte": "^2.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"svelte": "^3.55.0",
"svelte-check": "^3.0.1",
"svelte-preprocess": "^5.0.0",
"svelte2tsx": "^0.6.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-tsconfig-paths": "^4.0.3",
"vitest": "^0.26.3"
"sass": "^1.58.0",
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"svelte2tsx": "^0.6.1",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.28.4"
},
"dependencies": {
"@vitejs/plugin-react": "^3.0.1",
"@vitejs/plugin-react": "^3.1.0",
"magic-string": "^0.27.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 6614947

Please sign in to comment.