Skip to content

Commit

Permalink
ux: add navigation highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik committed Jul 4, 2023
1 parent 62995ff commit fa0b9af
Show file tree
Hide file tree
Showing 5 changed files with 2,616 additions and 2,200 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.9.1
20.3.1
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "2.0.0",
"type": "module",
"packageManager": "pnpm@7.0.0",
"packageManager": "pnpm@8.6.5",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -22,59 +22,59 @@
"heroiconsvelte": "^0.1.5"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^15.1.0",
"@angular-eslint/eslint-plugin-template": "^15.1.0",
"@angular-eslint/template-parser": "^15.1.0",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-decorators": "^7.20.7",
"@angular-eslint/eslint-plugin": "^16.0.3",
"@angular-eslint/eslint-plugin-template": "^16.0.3",
"@angular-eslint/template-parser": "^16.0.3",
"@aurelia/router": "2.0.0-beta.7",
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@matschik/lz-string": "^0.0.2",
"@stefanprobst/remark-shiki": "^2.2.0",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tailwindcss/typography": "^0.5.8",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@stefanprobst/remark-shiki": "^2.2.1",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"aurelia": "2.0.0-beta.7",
"aurelia-framework": "^1.4.1",
"aurelia": "latest",
"@aurelia/router": "latest",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.14",
"chokidar": "^3.5.3",
"codesandbox": "^2.2.3",
"eslint": "^8.31.0",
"eslint-plugin-ember": "^11.4.2",
"eslint-plugin-lit": "^1.7.2",
"eslint": "^8.44.0",
"eslint-plugin-ember": "^11.9.0",
"eslint-plugin-lit": "^1.8.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qwik": "^0.16.2",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-solid": "^0.9.1",
"eslint-plugin-qwik": "^1.2.4",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-solid": "^0.12.1",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-vue": "^9.8.0",
"eslint-plugin-vue": "^9.15.1",
"esm": "^3.2.25",
"folder-hash": "^4.0.2",
"folder-hash": "^4.0.4",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"lint-staged": "^13.2.3",
"lodash.kebabcase": "^4.1.1",
"micache": "^2.4.1",
"pkg-dir": "^7.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.2",
"prettier-plugin-svelte": "^2.9.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"react": "^18.2.0",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-parse": "^10.0.1",
"remark": "^14.0.3",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"shiki": "^0.12.1",
"svelte": "^3.55.0",
"svelte-preprocess": "^5.0.0",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"shiki": "^0.14.3",
"svelte": "^4.0.1",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.2",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"unified": "^10.1.2",
"vite": "^4.0.4",
"vite": "^4.3.9",
"vite-plugin-html": "^3.2.0",
"vue": "^3.2.45"
"vue": "^3.3.4"
},
"overrides": {
"@stefanprobst/remark-shiki": {
Expand Down
Loading

0 comments on commit fa0b9af

Please sign in to comment.