Skip to content

Commit

Permalink
Fix print rendering (#22)
Browse files Browse the repository at this point in the history
* Fix print resolution

* Update deps

* Bump versions
  • Loading branch information
van100j committed Jan 3, 2024
1 parent 5740902 commit 019d980
Show file tree
Hide file tree
Showing 15 changed files with 1,202 additions and 950 deletions.
6 changes: 3 additions & 3 deletions apps/solidweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@types/d3-selection": "^3.0.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vite-plugin-solid": "^2.7.2"
"vite-plugin-solid": "^2.8.0"
},
"dependencies": {
"@kobalte/core": "^0.11.2",
Expand Down
12 changes: 6 additions & 6 deletions apps/svelteweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"@rgossiaux/svelte-headlessui": "^2.0.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.27.7",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"vite": "^4.5.1"
},
"dependencies": {
"@pdfslick/core": "^1.2.4",
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"d3-drag": "^3.0.0",
"d3-selection": "^3.0.0",
"iconify-icon": "^1.0.8",
Expand Down
4 changes: 2 additions & 2 deletions apps/vanillajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^4.5.1"
},
"dependencies": {
Expand Down
28 changes: 14 additions & 14 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,47 +10,47 @@
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@heroicons/react": "^2.1.1",
"@markdoc/markdoc": "^0.4.0",
"@markdoc/next.js": "^0.3.6",
"@pdfslick/core": "^1.2.4",
"@pdfslick/react": "^1.2.4",
"@radix-ui/react-popover": "^1.0.7",
"@sindresorhus/slugify": "^2.2.1",
"@tabler/icons-react": "^2.42.0",
"clsx": "^2.0.0",
"@tabler/icons-react": "^2.45.0",
"clsx": "^2.1.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"focus-visible": "^5.2.0",
"install": "^0.13.0",
"next": "^13.5.6",
"postcss-focus-visible": "^9.0.0",
"postcss-focus-visible": "^9.0.1",
"postcss-import": "^15.1.0",
"prism-react-renderer": "^2.3.0",
"prism-react-renderer": "^2.3.1",
"prism-svelte": "^0.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-use": "^17.4.2"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/d3-drag": "^3.0.7",
"@types/d3-selection": "^3.0.10",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-custom": "0.0.0",
"postcss": "^8.4.32",
"sharp": "^0.33.0",
"tailwindcss": "^3.3.6",
"ts-node": "^10.9.1",
"sharp": "^0.33.1",
"tailwindcss": "^3.4.0",
"ts-node": "^10.9.2",
"tsconfig": "0.0.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
8 changes: 4 additions & 4 deletions config/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.0",
"eslint-config-turbo": "^1.11.2",
"eslint-plugin-react": "^7.33.2"
},
"devDependencies": {
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions config/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"module": "src/index.js",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}

0 comments on commit 019d980

Please sign in to comment.