Skip to content

Commit

Permalink
Merge pull request #689 from WPMedia/small-reversions
Browse files Browse the repository at this point in the history
Minimizing the changeset from where the resizer update started
  • Loading branch information
nschubach authored Mar 1, 2024
2 parents 9b52a27 + 887cfe5 commit e40263b
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 34 deletions.
265 changes: 234 additions & 31 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion utils/content-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"cheerio": "1.0.0-rc.10",
"he": "^1.2.0",
"jmespath": "^0.15.0",
"xmlbuilder2": "2.1.7"
"xmlbuilder2": "2.1.2"
},
"devDependencies": {
"rollup": "^4.12.0"
Expand Down
2 changes: 1 addition & 1 deletion utils/xml-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"author": "Cameron Woodmansee",
"license": "CC-BY-NC-ND-4.0",
"dependencies": {
"xmlbuilder2": "2.1.7"
"xmlbuilder2": "2.1.2"
},
"devDependencies": {
"rollup": "^4.12.0"
Expand Down
2 changes: 1 addition & 1 deletion utils/xml-output/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { create } = require('xmlbuilder2')
import { create } from 'xmlbuilder2'

export const XmlOutput = ({ children }) => {
return children
Expand Down

0 comments on commit e40263b

Please sign in to comment.