Skip to content

Commit

Permalink
update editor-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma committed Oct 23, 2023
1 parent ed3b0b9 commit 072fb6c
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 32 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-moons-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frontend-gelinkt-notuleren": patch
---

Update `@lblod/ember-rdfa-editor-lblod-plugins` to 15.0.0
5 changes: 5 additions & 0 deletions .changeset/red-actors-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frontend-gelinkt-notuleren": patch
---

Update `@lblod/ember-rdfa-editor` to 6.3.0
13 changes: 0 additions & 13 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,6 @@ module.exports = function (defaults) {
babel: {
sourceMaps: 'inline',
},
autoImport: {
webpack: {
plugins: [
//This is for the besluit-type-plugin. The SPARQL fetcher is made compatible with an older version of Webpack where this module was packaged by default.
new webpack.ProvidePlugin({
process: 'process/browser',
}),
new webpack.ProvidePlugin({
Buffer: ['buffer', 'Buffer'],
}),
],
},
},
});

return app.toTree();
Expand Down
36 changes: 19 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@lblod/ember-acmidm-login": "^2.0.0-beta.1",
"@lblod/ember-environment-banner": "^0.2.0",
"@lblod/ember-mock-login": "0.7.0",
"@lblod/ember-rdfa-editor": "^6.2.0",
"@lblod/ember-rdfa-editor-lblod-plugins": "^14.1.0",
"@lblod/ember-rdfa-editor": "^6.3.0",
"@lblod/ember-rdfa-editor-lblod-plugins": "^15.0.0",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"broccoli-asset-rev": "^3.0.0",
"broccoli-plugin": "^4.0.7",
Expand Down

0 comments on commit 072fb6c

Please sign in to comment.