Navigation Menu

Skip to content

Commit

Permalink
fix(theme): disable transitions on theme toggle (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 8, 2022
1 parent e4fad6a commit 067e1a9
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 93 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -84,11 +84,11 @@
"@docsearch/css": "^3.2.1",
"@docsearch/js": "^3.2.1",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/devtools-api": "^6.4.2",
"@vue/devtools-api": "^6.4.4",
"@vueuse/core": "^9.3.0",
"body-scroll-lock": "4.0.0-beta.0",
"shiki": "^0.11.1",
"vite": "^3.1.4",
"vite": "^3.1.6",
"vue": "^3.2.40"
},
"devDependencies": {
Expand All @@ -99,7 +99,7 @@
"@mdit-vue/plugin-title": "^0.11.1",
"@mdit-vue/plugin-toc": "^0.11.1",
"@mdit-vue/shared": "^0.11.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-alias": "^4.0.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
Expand All @@ -119,8 +119,8 @@
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.7.23",
"@types/prompts": "^2.4.0",
"@types/node": "^18.8.3",
"@types/prompts": "^2.4.1",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"conventional-changelog-cli": "^2.2.2",
Expand All @@ -146,7 +146,7 @@
"ora": "^5.4.1",
"picocolors": "^1.0.0",
"pkg-dir": "^5.0.0",
"playwright-chromium": "^1.26.1",
"playwright-chromium": "^1.27.0",
"polka": "1.0.0-next.22",
"prettier": "^2.7.1",
"prompts": "^2.4.2",
Expand All @@ -155,13 +155,13 @@
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-esbuild": "^4.10.1",
"semver": "^7.3.7",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.0",
"sirv": "^2.0.2",
"supports-color": "^9.2.3",
"typescript": "~4.8.4",
"vitest": "^0.23.4",
"vue-tsc": "^1.0.0-beta.2",
"vitest": "^0.24.0",
"vue-tsc": "^1.0.0",
"wait-on": "^6.0.1"
},
"pnpm": {
Expand Down

0 comments on commit 067e1a9

Please sign in to comment.