Skip to content

Commit

Permalink
Merge pull request #675 from WPMedia/module-updates
Browse files Browse the repository at this point in the history
Update modules and packages
  • Loading branch information
nschubach authored Feb 28, 2024
2 parents fb6b24e + 490c99a commit 31c3bd6
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 112 deletions.
152 changes: 51 additions & 101 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"react": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@manypkg/cli": "^0.21.2",
"babel-jest": "^29.7.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-standard": "^5.0.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"jsdom": "^24.0.0",
Expand Down
4 changes: 2 additions & 2 deletions utils/content-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0",
"cheerio": "^1.0.0-rc.12",
"he": "^1.2.0",
"jmespath": "^0.15.0",
"xmlbuilder2": "2.1.2"
"jmespath": "^0.16.0",
"xmlbuilder2": "3.1.1"
}
}
1 change: 1 addition & 0 deletions utils/content-source-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@wpmedia/feeds-content-source-utils",
"version": "1.0.8",
"description": "Shared content source globals and functions",
"type": "module",
"main": "src/index.js",
"files": [
"src/**/!(*.test).js"
Expand Down
3 changes: 2 additions & 1 deletion utils/find-video-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.8",
"description": "Utility to search video stream for desired encoding",
"source": "index.js",
"type": "module",
"main": "src/index.js",
"files": [
"src/**/!(*.test).js"
Expand All @@ -22,6 +23,6 @@
"author": "Tim Kosmider <[email protected]>",
"license": "CC-BY-NC-ND-4.0",
"dependencies": {
"jmespath": "^0.15.0"
"jmespath": "^0.16.0"
}
}
3 changes: 2 additions & 1 deletion utils/promo-items/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.8",
"description": "Shared arcio promo_items module",
"source": "index.js",
"type": "module",
"main": "src/index.js",
"files": [
"src/**/!(*.test).js"
Expand All @@ -24,6 +25,6 @@
"dependencies": {
"@wpmedia/feeds-find-video-stream": "^1.0.8",
"@wpmedia/feeds-resizer": "^1.0.8 || ^2.0.0",
"jmespath": "^0.15.0"
"jmespath": "^0.16.0"
}
}
5 changes: 3 additions & 2 deletions utils/prop-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@wpmedia/feeds-prop-types",
"version": "1.0.10",
"description": "Shared fusion prop-type tag info",
"type": "module",
"main": "src/index.js",
"files": [
"src/**/!(*.test).js"
Expand All @@ -20,7 +21,7 @@
},
"author": "Cameron Woodmansee",
"license": "CC-BY-NC-ND-4.0",
"dependencies": {
"prop-types": "^15.7.2"
"devDependencies": {
"prop-types": "^15.8.1"
}
}
1 change: 1 addition & 0 deletions utils/resizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.8",
"description": "Utilities to manage image resizing",
"source": "index.js",
"type": "module",
"main": "src/index.js",
"files": [
"src/**/!(*.test).js"
Expand Down
1 change: 1 addition & 0 deletions utils/xml-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@wpmedia/feeds-xml-output",
"version": "1.1.0",
"description": "For use in creating an XML output type",
"type": "module",
"main": "src/index.js",
"files": [
"src/**/!(*.test).js"
Expand Down

0 comments on commit 31c3bd6

Please sign in to comment.