Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pichfl committed Aug 9, 2024
1 parent af71c2f commit 00d241c
Show file tree
Hide file tree
Showing 4 changed files with 464 additions and 402 deletions.
2 changes: 1 addition & 1 deletion bin/auto-reveal.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

import path from 'node:path';
import { fileURLToPath } from 'url';
import { fileURLToPath } from 'node:url';
import { build, createServer } from 'vite';
import { ViteEjsPlugin as viteEjsPlugin } from 'vite-plugin-ejs';
import { getTheme, getTitle } from '../lib/utils.js';
Expand Down
1 change: 1 addition & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"node_modules",
"dist",
".release-plan.json",
"package.json",
"CHANGELOG.md",
"pnpm-lock.yaml"
]
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"reveal.js": "^5.0.2",
"vite": "^5.0.4",
"vite-plugin-ejs": "^1.7.0",
"vite-plugin-static-copy": "^1.0.0"
"reveal.js": "5.1.0",
"vite": "5.4.0",
"vite-plugin-ejs": "1.7.0",
"vite-plugin-static-copy": "1.0.6"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"release-plan": "^0.9.0"
"@biomejs/biome": "1.8.3",
"release-plan": "0.9.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 00d241c

Please sign in to comment.