Skip to content

Commit

Permalink
build(deps): ⬇️ downgrade nuxt to avoid type check crash
Browse files Browse the repository at this point in the history
  • Loading branch information
wrzrmzx committed Feb 18, 2024
1 parent 1c1f719 commit 6b9478b
Show file tree
Hide file tree
Showing 3 changed files with 3,407 additions and 4,035 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ catch (e) {}
export default defineNuxtConfig({
// ssr: false,

features: {
inlineStyles: false,
experimental: {
inlineSSRStyles: false,
},

modules: [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "nuxt typecheck && eslint --fix ."
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@antfu/eslint-config": "^0.39.1",
"@apollo/client": "^3.9.4",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.2",
Expand All @@ -49,7 +49,7 @@
"highlight.js": "^11.6.0",
"lz-string": "^1.5.0",
"markdown-it": "^13.0.1",
"nuxt": "^3.10.1",
"nuxt": "^3.5.1",
"nuxt-headlessui": "^1.1.4",
"postcss-nested": "^6.0.1",
"spark-md5": "^3.0.2",
Expand Down
Loading

0 comments on commit 6b9478b

Please sign in to comment.