Skip to content

Commit

Permalink
Merge branch 'main' into FD-2462-update-xml-implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliufdmg committed Dec 14, 2023
2 parents 67bbac1 + dc5af8c commit 09c79b1
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Get the version
Expand Down
108 changes: 54 additions & 54 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
@@ -1,6 +1,6 @@
{
"name": "@fdmg/article-xml-json",
"version": "2.0.36",
"version": "2.0.37",
"description": "parses fdmg-xml to article-json",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -25,8 +25,8 @@
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
Expand All @@ -35,10 +35,10 @@
"eslint-plugin-prettier": "^5.0.1",
"filemanager-webpack-plugin": "^8.0.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4"
Expand Down

0 comments on commit 09c79b1

Please sign in to comment.