Skip to content

Commit

Permalink
chore: bump node deps
Browse files Browse the repository at this point in the history
  • Loading branch information
balsigergil committed Feb 25, 2024
1 parent 6a1bde7 commit 877be2f
Show file tree
Hide file tree
Showing 6 changed files with 1,004 additions and 1,150 deletions.
4 changes: 2 additions & 2 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
},
"baseUrl": "."
}
}
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"dev": "vite --host 127.0.0.1 --port 5173"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"postcss-import": "^16.0.0",
"postcss-nesting": "^12.0.2",
"postcss-preset-env": "^9.3.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"postcss-nesting": "^12.0.3",
"postcss-preset-env": "^9.4.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.4",
"@fortawesome/fontawesome-free": "^6.5.1"
}
}
4 changes: 2 additions & 2 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"noEmit": true
},
"include": ["src"],
"include": ["src"]
}
Loading

0 comments on commit 877be2f

Please sign in to comment.