Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Aug 29, 2024
1 parent 346c7d6 commit cdee9e2
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 117 deletions.
2 changes: 1 addition & 1 deletion apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sveltejs/enhanced-img": "^0.3.4",
"@sveltejs/kit": "^2.5.25",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/forms": "^0.5.8",
"@types/aos": "^3.0.7",
"@types/eslint": "9.6.1",
"@typescript-eslint/eslint-plugin": "^8.3.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/webextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@sveltejs/kit": "^2.5.25",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@tailwindcss/forms": "^0.5.8",
"@tailwindcss/typography": "^0.5.15",
"@types/color": "^3.0.6",
"@types/randomcolor": "^0.5.9",
"@types/webextension-polyfill": "^0.12.0",
"@types/webextension-polyfill": "^0.12.1",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"autoprefixer": "^10.4.20",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
}
const canvas = new OffscreenCanvas(100, 100);
const canvas = new OffscreenCanvas(1, 1);
const canvasCtx = canvas.getContext('2d', { alpha: false })!;
let container: HTMLElement;
const fontSize = writable(0);
Expand Down
2 changes: 1 addition & 1 deletion apps/webextension/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig, loadEnv } from 'vite';
import { purgeCss } from 'vite-plugin-tailwind-purgecss';
import { paraglide } from "@inlang/paraglide-sveltekit/vite"
import { paraglide } from '@inlang/paraglide-sveltekit/vite';
import runGeneratorsPlugin from 'vite-plugin-run-generator';
import { isWsl2 } from 'is-wsl2';

Expand Down
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "monorepo",
"private": true,
"packageManager": "[email protected]",
"engines": {
"pnpm": ">=9.0.0",
"node": ">=20.0.0"
},
"scripts": {
"nx": "nx",
"dev:webext": "nx dev webextension",
"dev:landing": "nx dev landing"
},
"workspaces": [
"./apps/*",
"./packages/*"
],
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"svelte-use-debounce>svelte": "^4.0.0",
"addons-scanner-utils>node-fetch": "^3.0.0"
}
},
"overrides": {
"tough-cookie": ">=4.1.3",
"request": "npm:@cypress/request@^3.0.1",
"undici": ">=5.28.3"
}
},
"devDependencies": {
"nx": "19.6.3"
}
}
{
"name": "monorepo",
"private": true,
"packageManager": "[email protected]",
"engines": {
"pnpm": ">=9.0.0",
"node": ">=20.0.0"
},
"scripts": {
"nx": "nx",
"dev:webext": "nx dev webextension",
"dev:landing": "nx dev landing"
},
"workspaces": [
"./apps/*",
"./packages/*"
],
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"svelte-use-debounce>svelte": "^4.0.0",
"addons-scanner-utils>node-fetch": "^3.0.0"
}
},
"overrides": {
"tough-cookie": ">=4.1.3",
"request": "npm:@cypress/request@^3.0.1",
"undici": ">=5.28.3"
}
},
"devDependencies": {
"nx": "19.6.4"
}
}
Loading

0 comments on commit cdee9e2

Please sign in to comment.