Skip to content

Commit 067e1a9

Browse files
authored
fix(theme): disable transitions on theme toggle (#1447)
1 parent e4fad6a commit 067e1a9

File tree

3 files changed

+136
-93
lines changed

3 files changed

+136
-93
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
"@docsearch/css": "^3.2.1",
8585
"@docsearch/js": "^3.2.1",
8686
"@vitejs/plugin-vue": "^3.1.2",
87-
"@vue/devtools-api": "^6.4.2",
87+
"@vue/devtools-api": "^6.4.4",
8888
"@vueuse/core": "^9.3.0",
8989
"body-scroll-lock": "4.0.0-beta.0",
9090
"shiki": "^0.11.1",
91-
"vite": "^3.1.4",
91+
"vite": "^3.1.6",
9292
"vue": "^3.2.40"
9393
},
9494
"devDependencies": {
@@ -99,7 +99,7 @@
9999
"@mdit-vue/plugin-title": "^0.11.1",
100100
"@mdit-vue/plugin-toc": "^0.11.1",
101101
"@mdit-vue/shared": "^0.11.0",
102-
"@rollup/plugin-alias": "^3.1.9",
102+
"@rollup/plugin-alias": "^4.0.0",
103103
"@rollup/plugin-commonjs": "^22.0.2",
104104
"@rollup/plugin-json": "^4.1.0",
105105
"@rollup/plugin-node-resolve": "^14.1.0",
@@ -119,8 +119,8 @@
119119
"@types/markdown-it-emoji": "^2.0.2",
120120
"@types/micromatch": "^4.0.2",
121121
"@types/minimist": "^1.2.2",
122-
"@types/node": "^18.7.23",
123-
"@types/prompts": "^2.4.0",
122+
"@types/node": "^18.8.3",
123+
"@types/prompts": "^2.4.1",
124124
"chokidar": "^3.5.3",
125125
"compression": "^1.7.4",
126126
"conventional-changelog-cli": "^2.2.2",
@@ -146,7 +146,7 @@
146146
"ora": "^5.4.1",
147147
"picocolors": "^1.0.0",
148148
"pkg-dir": "^5.0.0",
149-
"playwright-chromium": "^1.26.1",
149+
"playwright-chromium": "^1.27.0",
150150
"polka": "1.0.0-next.22",
151151
"prettier": "^2.7.1",
152152
"prompts": "^2.4.2",
@@ -155,13 +155,13 @@
155155
"rollup": "^2.79.1",
156156
"rollup-plugin-dts": "^4.2.2",
157157
"rollup-plugin-esbuild": "^4.10.1",
158-
"semver": "^7.3.7",
158+
"semver": "^7.3.8",
159159
"simple-git-hooks": "^2.8.0",
160160
"sirv": "^2.0.2",
161161
"supports-color": "^9.2.3",
162162
"typescript": "~4.8.4",
163-
"vitest": "^0.23.4",
164-
"vue-tsc": "^1.0.0-beta.2",
163+
"vitest": "^0.24.0",
164+
"vue-tsc": "^1.0.0",
165165
"wait-on": "^6.0.1"
166166
},
167167
"pnpm": {

0 commit comments

Comments
 (0)