Skip to content

Commit

Permalink
feat: try bump dep
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed May 24, 2024
1 parent 4a2c8df commit 58d686b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
1 change: 0 additions & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"next": "^12.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight": "^0.14.0",
"react-scroll": "^1.8.7",
"react-tweet-embed": "^2.0.0"
},
Expand Down
35 changes: 16 additions & 19 deletions packages/demo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"incremental": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"noImplicitAny": false
},
"experiments": {
"asyncWebAssembly": true,
"topLevelAwait": true
},
"baseUrl": "./",
"paths": {
"@components/*": ["./components/*"],
"@styles/*": ["styles/*"],
"@hooks/*": ["hooks/*"],
"@backend/*": ["backend/*"],
"@config/*": ["config/*"]
"jsx": "preserve"
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules"
]
}

0 comments on commit 58d686b

Please sign in to comment.