Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Aug 22, 2022
1 parent 9d5210d commit 34e6633
Show file tree
Hide file tree
Showing 22 changed files with 4,830 additions and 6,979 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ node_modules
!.env.example
*.g.*
.vercel*

# yarn
cache
install-state.gz
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.2.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions .yarnrc.yml

This file was deleted.

38 changes: 18 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anime-captcha",
"version": "1.4.158",
"version": "1.5.160",
"type": "module",
"repository": {
"type": "git",
Expand All @@ -13,12 +13,11 @@
},
"homepage": "https://github.com/Leomotors/anime-captcha",
"scripts": {
"pre-build": "yarn lm-config && node prebuild.js",
"dev": "yarn lm-inc && yarn pre-build && vite dev",
"build": "yarn pre-build && vite build",
"pre-build": "pnpm lm-config && node prebuild.js",
"dev": "pnpm lm-inc && pnpm pre-build && vite dev -p 6912",
"build": "pnpm pre-build && vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"test": "playwright test",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
Expand All @@ -27,34 +26,33 @@
},
"devDependencies": {
"@leomotors/scripts": "^3.1.0",
"@playwright/test": "^1.24.2",
"@sveltejs/adapter-vercel": "^1.0.0-next.66",
"@sveltejs/kit": "1.0.0-next.398",
"@types/eslint": "^8.4.5",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@playwright/test": "^1.25.0",
"@sveltejs/adapter-vercel": "1.0.0-next.67",
"@sveltejs/kit": "1.0.0-next.428",
"@types/eslint": "^8.4.6",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"autoprefixer": "^10.4.8",
"eslint": "^8.20.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"globby": "^13.1.2",
"postcss": "^8.4.14",
"postcss": "^8.4.16",
"postcss-load-config": "^4.0.1",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"rimraf": "^3.0.2",
"sass": "^1.54.0",
"sass": "^1.54.5",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-check": "^2.8.1",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.7",
"tailwindcss": "^3.1.8",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vite": "^3.0.4",
"vite": "^3.0.9",
"vite-plugin-pwa": "^0.12.3"
},
"packageManager": "[email protected]"
}
}
}
4 changes: 2 additions & 2 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/** @type {import("@playwright/test").PlaywrightTestConfig} */
export default {
webServer: {
command: "yarn build && yarn preview",
port: 3000,
command: "pnpm build && pnpm preview --port 6915",
port: 6915,
},
};
Loading

0 comments on commit 34e6633

Please sign in to comment.