Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #29

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update dependencies
pichfl committed Aug 9, 2024

Verified

This commit was signed with the committer’s verified signature.
pichfl Florian Pichler
commit 00d241cfc94ad66a5e9b69f0a06a7409fcf7a7c2
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';
1 change: 1 addition & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@
"node_modules",
"dist",
".release-plan.json",
"package.json",
"CHANGELOG.md",
"pnpm-lock.yaml"
]
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
851 changes: 456 additions & 395 deletions pnpm-lock.yaml

Large diffs are not rendered by default.