Skip to content

Commit

Permalink
update svelte-legos url to https://svelte-legos.surge.sh (closes #125)
Browse files Browse the repository at this point in the history
also update site deps, pre-commit hooks and noticeably changed site screen shots
  • Loading branch information
janosh committed Jul 6, 2024
1 parent f5bd7d8 commit 24ed312
Show file tree
Hide file tree
Showing 53 changed files with 490 additions and 448 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-case-conflict
- id: check-symlinks
Expand Down Expand Up @@ -37,7 +37,7 @@ repos:
args: [--config-file, .github/yamllint.yml]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.41.0
hooks:
- id: markdownlint
# MD013: line too long
Expand All @@ -46,15 +46,15 @@ repos:
args: [--disable, MD013, MD033, MD041, '--']

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
exclude: ^site/src/sites.yml$
args: [--ignore-words-list, 'ons,linz', --check-filenames]
stages: [commit, commit-msg]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.3.0
rev: v9.6.0
hooks:
- id: eslint
types: [file]
Expand Down
430 changes: 215 additions & 215 deletions readme.md

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
},
"devDependencies": {
"@iconify/svelte": "^4.0.2",
"@playwright/test": "^1.44.1",
"@playwright/test": "^1.45.1",
"@rollup/plugin-yaml": "^4.1.2",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"dotenv": "^16.4.5",
"eslint": "^9.3.0",
"eslint-plugin-svelte": "^2.39.0",
"eslint": "^9.6.0",
"eslint-plugin-svelte": "^2.41.0",
"js-yaml": "^4.1.0",
"marked": "^12.0.2",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"puppeteer": "^22.10.0",
"marked": "^13.0.2",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"puppeteer": "^22.12.1",
"sharp": "^0.33.4",
"svelte": "4.2.17",
"svelte-check": "^3.8.0",
"svelte": "4.2.18",
"svelte-check": "^3.8.4",
"svelte-multiselect": "^10.3.0",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.1",
"svelte-zoo": "^0.4.10",
"svelte2tsx": "^0.7.9",
"typescript": "5.4.5",
"typescript-eslint": "^7.11.0",
"vite": "^5.2.12"
"svelte2tsx": "^0.7.13",
"typescript": "5.5.3",
"typescript-eslint": "^7.15.0",
"vite": "^5.3.3"
},
"keywords": [
"sveltekit",
Expand Down
Loading

0 comments on commit 24ed312

Please sign in to comment.