fix: nav menu active style (#1752)
This commit is contained in:
13
tools/package-lock.json
generated
13
tools/package-lock.json
generated
@@ -9,14 +9,14 @@
|
||||
"version": "1.0.0",
|
||||
"license": "GPL-2.0-only",
|
||||
"dependencies": {
|
||||
"@picocss/pico": "^1.5.0",
|
||||
"@picocss/pico": "^2.0.6",
|
||||
"chalk": "^4.0.0",
|
||||
"node-sass": "^9.0.0",
|
||||
"sprite-magic-importer": "^1.6.2",
|
||||
"uglify-js": "^3.11.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x"
|
||||
"node": "18.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
@@ -227,9 +227,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@picocss/pico": {
|
||||
"version": "1.5.11",
|
||||
"resolved": "https://registry.npmjs.org/@picocss/pico/-/pico-1.5.11.tgz",
|
||||
"integrity": "sha512-cDaFiSyNPtuSTwSQt/05xsw8+g2ek4/S58tgh9Nc7miJCCdUrY9PAyl4OPWRJtYgJDdEvkUA9GuGj0J4nDP4Cw=="
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@picocss/pico/-/pico-2.0.6.tgz",
|
||||
"integrity": "sha512-/d8qsykowelD6g8k8JYgmCagOIulCPHMEc2NC4u7OjmpQLmtSetLhEbt0j1n3fPNJVcrT84dRp0RfJBn3wJROA==",
|
||||
"engines": {
|
||||
"node": ">=18.19.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@sindresorhus/is": {
|
||||
"version": "0.7.0",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "Typecho build tools",
|
||||
"main": "build.js",
|
||||
"engines": {
|
||||
"node": "16.x"
|
||||
"node": "18.x"
|
||||
},
|
||||
"scripts": {
|
||||
"build_js": "node build.js js",
|
||||
@@ -17,7 +17,7 @@
|
||||
"author": "joyqi",
|
||||
"license": "GPL-2.0-only",
|
||||
"dependencies": {
|
||||
"@picocss/pico": "^1.5.0",
|
||||
"@picocss/pico": "^2.0.6",
|
||||
"chalk": "^4.0.0",
|
||||
"node-sass": "^9.0.0",
|
||||
"sprite-magic-importer": "^1.6.2",
|
||||
|
||||
Reference in New Issue
Block a user