Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed May 19, 2024
1 parent 610f3db commit 5ca2a5d
Show file tree
Hide file tree
Showing 5 changed files with 1,096 additions and 1,095 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
".env": ".env.*",
"package.json": ".*.js, .*.json, .*.cjs, .*rc, .*ignore, pnpm-lock.yaml, pnpm-workspace.yaml",
"readme.md": "license*, changelog*"
"package.json": ".*.cjs, .*.js, .*.json, .*.mjs, .*.toml, .*.ts, .*.yaml, .*.yml, .*ignore, .*rc, *config.cjs, *config.js, *config.json, *config.mjs, *config.toml, *config.ts, *config.yaml, *config.yml, lerna.json, netlify.toml, package-lock.json, pnpm-lock.yaml, pnpm-workspace.yaml, pnpm*, turbo.json, vercel.json, workspace*, wrangler.toml, yarn.lock, yarn*",
"readme.md": "authors*, backers*, changelog*, citation*, code_of_conduct*, codeowners*, contributing*, contributors*, copying*, credits*, governance*, history*, license*, maintainers*, release_notes*, security*, sponsors*"
},
"typescript.tsdk": "node_modules/typescript/lib"
}
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"validate-links-live": "npx linkinator https://kitschpatrol.com/svelte-tweakpane-ui --recurse --verbosity error --retry-errors-count 2 --retry-errors true --retry true --concurrency 1 --timeout 10000 --retry-errors-jitter 50 --skip www.linkedin.com"
},
"dependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/starlight": "^0.22.2",
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.23.1",
"@astrojs/svelte": "^5.4.0",
"astro": "^4.8.3",
"astro": "^4.8.6",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"sharp": "^0.33.3",
"sharp": "^0.33.4",
"svelte-tweakpane-ui": "link:.."
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,39 +239,39 @@
"tweakpane": "4.0.3"
},
"devDependencies": {
"@kitschpatrol/shared-config": "^4.6.3",
"@kitschpatrol/shared-config": "^4.6.4",
"@phenomnomnominal/tsquery": "^6.1.3",
"@playwright/test": "^1.44.0",
"@stkb/rewrap": "^0.1.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.8",
"@sveltejs/kit": "^2.5.9",
"@sveltejs/package": "^2.3.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/eslint": "^8.56.10",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.15",
"npm-run-all": "^4.1.5",
"postcss-html": "^1.7.0",
"publint": "^0.2.7",
"publint": "^0.2.8",
"read-package-up": "^11.0.0",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"svelte-language-server": "^0.16.9",
"svelte2tsx": "^0.7.8",
"ts-morph": "^22.0.0",
"tslib": "^2.6.2",
"tsx": "^4.10.2",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"yaml": "^2.4.2"
},
"pnpm": {
"patchedDependencies": {
"@astrojs/starlight@0.22.2": "patches/@astrojs__starlight@0.22.2.patch"
"@astrojs/starlight@0.23.1": "patches/@astrojs__starlight@0.23.1.patch"
}
}
}
File renamed without changes.
Loading

0 comments on commit 5ca2a5d

Please sign in to comment.