Skip to content

Commit

Permalink
chore: Upgraded deps + Moved from yarn to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
bfanger committed Jan 8, 2023
1 parent 9bbb6f9 commit 040216d
Show file tree
Hide file tree
Showing 4 changed files with 4,291 additions and 3,617 deletions.
71 changes: 36 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:vitest": "vitest run",
"test:playwright": "playwright test",
"vitest": "vitest watch",
"preinstall": "npx only-allow yarn",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install"
},
"prettier": "eslint-config-triple/.prettierrc",
Expand All @@ -47,48 +47,49 @@
]
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@sveltejs/package": "^1.0.0-next.1",
"@playwright/test": "^1.29.2",
"@sveltejs/adapter-static": "^1.0.1",
"@sveltejs/kit": "^1.0.7",
"@sveltejs/package": "^1.0.2",
"@testing-library/react": "^13.4.0",
"@testing-library/svelte": "^3.1.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.8",
"concurrently": "^7.3.0",
"eslint": "^8.21.0",
"@testing-library/svelte": "^3.2.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-triple": "^0.5.1",
"eslint-import-resolver-typescript": "^3.4.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-plugin-only-warn": "^1.0.3",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-svelte3": "^4.0.0",
"husky": "^8.0.1",
"jsdom": "^20.0.3",
"lint-staged": "^13.0.3",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"react": "18",
"react-dom": "18",
"sass": "^1.54.4",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.13",
"typescript": "^4.7.4",
"vite": "^3.0.6",
"vite-tsconfig-paths": "^3.5.0",
"vitest": "^0.25.3"
"husky": "^8.0.3",
"jsdom": "^21.0.0",
"lint-staged": "^13.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.2",
"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"
},
"dependencies": {
"magic-string": "^0.26.2"
"@vitejs/plugin-react": "^3.0.1",
"magic-string": "^0.27.0"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
Loading

0 comments on commit 040216d

Please sign in to comment.