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

building with vite #103

Merged
merged 7 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
5 changes: 5 additions & 0 deletions .changeset/quick-llamas-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zazuko/spex": minor
---

Built with vite
11 changes: 11 additions & 0 deletions .changeset/tall-actors-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@zazuko/spex": patch
---

Many dependency updates. Notably:

- `rdf-ext` replaced with `@zazuko/env`
- `@rdfjs/formats-common` replaced with `@rdfjs/formats`
- `@zazuko/rdf-vocabularies` replaced with `@zazuko/prefixes`
- updated `sparql-http-client` to v3
- `rdf-js` removed
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
root: true,

env: {
node: true
node: true,
es2022: true
},

extends: [
Expand All @@ -27,5 +28,5 @@ module.exports = {
'func-call-spacing': 'off',
'no-extra-semi': 'off',
indent: 'off',
}
},
}
5 changes: 0 additions & 5 deletions babel.config.js

This file was deleted.

Loading
Loading