Skip to content

Commit

Permalink
Switch to pnpm.
Browse files Browse the repository at this point in the history
  • Loading branch information
luanbt21 committed Nov 19, 2022
1 parent fb28e69 commit 6f24e25
Show file tree
Hide file tree
Showing 9 changed files with 5,530 additions and 5,269 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
git clone https://github.com/luanbt21/bayquamon.git
cd bayquamon
git pull origin main
yarn install --frozen-lockfile
yarn build
pnpm install --frozen-lockfile
pnpm build
pm2 restart bayquamon
2 changes: 1 addition & 1 deletion .typesafe-i18n.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"baseLocale": "en",
"adapter": "svelte",
"$schema": "https://unpkg.com/typesafe-i18n@5.15.0/schema/typesafe-i18n.json"
"$schema": "https://unpkg.com/typesafe-i18n@5.16.3/schema/typesafe-i18n.json"
}
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,57 +18,57 @@
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "1.0.0-next.85",
"@sveltejs/adapter-node": "1.0.0-next.99",
"@sveltejs/kit": "1.0.0-next.528",
"@tailwindcss/typography": "^0.5.7",
"@sveltejs/adapter-auto": "1.0.0-next.88",
"@sveltejs/adapter-node": "1.0.0-next.100",
"@sveltejs/kit": "1.0.0-next.551",
"@tailwindcss/typography": "^0.5.8",
"@types/cookie": "^0.5.1",
"@types/eventsource": "^1.1.10",
"@types/web-push": "^3.3.2",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@zerodevx/svelte-toast": "^0.8.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@zerodevx/svelte-toast": "^0.8.2",
"autoprefixer": "^10.4.13",
"concurrently": "^7.5.0",
"eslint": "^8.26.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.18",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"prisma": "^4.5.0",
"prettier-plugin-svelte": "^2.8.1",
"prisma": "^4.6.1",
"prisma-dbml-generator": "^0.9.1",
"sass": "^1.53.0",
"svelte": "^3.52.0",
"sass": "^1.56.1",
"svelte": "^3.53.1",
"svelte-carousel": "^1.0.20",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.2.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vite": "^3.2.2"
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^3.2.4"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@prisma/client": "^4.5.0",
"@tiptap/core": "^2.0.0-beta.199",
"@tiptap/extension-character-count": "^2.0.0-beta.202",
"@tiptap/extension-highlight": "^2.0.0-beta.202",
"@tiptap/extension-link": "^2.0.0-beta.202",
"@tiptap/extension-placeholder": "^2.0.0-beta.202",
"@tiptap/starter-kit": "^2.0.0-beta.199",
"@prisma/client": "^4.6.1",
"@tiptap/core": "2.0.0-beta.202",
"@tiptap/extension-character-count": "2.0.0-beta.202",
"@tiptap/extension-highlight": "2.0.0-beta.202",
"@tiptap/extension-link": "2.0.0-beta.202",
"@tiptap/extension-placeholder": "2.0.0-beta.202",
"@tiptap/starter-kit": "2.0.0-beta.202",
"cookie": "^0.5.0",
"daisyui": "^2.36.1",
"daisyui": "^2.41.0",
"dayjs": "^1.11.6",
"eventsource": "^2.0.2",
"firebase": "^9.13.0",
"firebase-admin": "^11.2.0",
"firebaseui": "^6.0.1",
"pocketbase": "^0.7.4",
"firebase": "^9.14.0",
"firebase-admin": "^11.3.0",
"firebaseui": "^6.0.2",
"pocketbase": "^0.8.0",
"remixicon": "^2.5.0",
"svelty-picker": "^3.2.3",
"typesafe-i18n": "^5.15.0",
"typesafe-i18n": "^5.16.3",
"web-push": "^3.5.0",
"xlsx": "^0.18.5"
}
Expand Down
Loading

0 comments on commit 6f24e25

Please sign in to comment.