Skip to content

Commit

Permalink
Ad-hoc update some npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsgrd committed Jan 23, 2025
1 parent 7099a5f commit a089cb7
Show file tree
Hide file tree
Showing 9 changed files with 1,092 additions and 995 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@octokit/rest": "^20.1.1",
"@reduxjs/toolkit": "catalog:redux",
"@replit/codemirror-lang-svelte": "^6.0.0",
"@sentry/sveltekit": "^8.48.0",
"@sveltejs/adapter-static": "catalog:svelte",
"@sveltejs/kit": "catalog:svelte",
"@sveltejs/vite-plugin-svelte": "catalog:svelte",
Expand All @@ -62,7 +61,7 @@
"@types/marked": "^5.0.2",
"@types/node": "^22.3.0",
"@types/postcss-pxtorem": "^6.0.3",
"@vitest/ui": "^2.0.5",
"@vitest/ui": "^3.0.3",
"@wdio/cli": "^8.39.1",
"@wdio/globals": "^8.39.1",
"@wdio/local-runner": "^8.39.1",
Expand Down Expand Up @@ -95,6 +94,7 @@
},
"dependencies": {
"dayjs": "^1.11.13",
"@sentry/sveltekit": "catalog:svelte",
"openai": "^4.47.3"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@ethercorps/sveltekit-og": "^3.0.0",
"@fontsource-variable/spline-sans-mono": "^5.1.0",
"@resvg/resvg-js": "^2.6.2",
"@sentry/sveltekit": "^8.48.0",
"@sentry/sveltekit": "catalog:svelte",
"@tryghost/content-api": "^1.11.21",
"@types/tryghost__content-api": "^1.3.17",
"dayjs": "^1.11.13",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@
"rustfmt": "cargo +nightly fmt -- --config-path rustfmt-nightly.toml"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@eslint/js": "9.5.0",
"@types/eslint": "9.6.0",
"@tauri-apps/cli": "^2.0.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.3.0",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import-x": "^0.5.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-storybook": "0.9.0--canary.156.ed236ca.0",
"eslint-plugin-svelte": "2.46.0",
"eslint-plugin-svelte": "2.46.1",
"globals": "^15.6.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.7",
"svelte-eslint-parser": "^0.41.1",
"prettier-plugin-svelte": "^3.3.3",
"svelte-eslint-parser": "^0.43.0",
"turbo": "2.3.3",
"typescript": "5.4.5",
"typescript-eslint": "^8.10.0"
Expand Down
2 changes: 0 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
"@sveltejs/kit": "catalog:svelte",
"@sveltejs/package": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "catalog:svelte",
"@terrazzo/cli": "^0.0.11",
"@terrazzo/plugin-css": "^0.0.9",
"@types/lscache": "^1.3.4",
"@types/postcss-pxtorem": "^6.0.3",
"autoprefixer": "^10.4.19",
Expand Down
1 change: 0 additions & 1 deletion packages/shared/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
".svelte-kit/ambient.d.ts",
".svelte-kit/non-ambient.d.ts",
".svelte-kit/types/**/$types.d.ts",
"terrazzo.config.js",
"postcss.config.js",
"vite.config.js",
"vite.config.ts",
Expand Down
7 changes: 4 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@
"@sveltejs/kit": "catalog:svelte",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "catalog:svelte",
"@terrazzo/cli": "^0.2.1",
"@terrazzo/plugin-css": "^0.1.2",
"@terrazzo/cli": "0.6.0",
"@terrazzo/plugin-css": "0.6.0",
"@terrazzo/parser": "0.6.0",
"@types/postcss-pxtorem": "^6.1.0",
"@vitest/browser": "^2.1.6",
"@vitest/browser": "^3.0.3",
"autoprefixer": "^10.4.20",
"cpy-cli": "^5.0.0",
"dayjs": "^1.11.13",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/terrazzo.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { defineConfig } from '@terrazzo/cli';
import * as _ from '@terrazzo/parser';
import css from '@terrazzo/plugin-css';

function pxToRem(token) {
Expand Down
Loading

0 comments on commit a089cb7

Please sign in to comment.