Skip to content

Commit

Permalink
Merge pull request #1847 from bids-standard/depfu/batch_all/npm/2023-…
Browse files Browse the repository at this point in the history
…11-26

[js] Update all npm dependencies (2023-11-26)
  • Loading branch information
rwblair authored Nov 28, 2023
2 parents 3c4a408 + b3ddad7 commit c3e8401
Show file tree
Hide file tree
Showing 5 changed files with 325 additions and 593 deletions.
1 change: 1 addition & 0 deletions bids-validator-web/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// next.config.js

module.exports = {
output: 'export',
transpilePackages: ['bids-validator'],
assetPrefix: './',
webpack: (config, {}) => {
Expand Down
4 changes: 2 additions & 2 deletions bids-validator-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@babel/runtime": "^7.22.10",
"bootstrap": "^5.3.2",
"eslint-config-next": "^14.0.0",
"eslint-config-next": "^14.0.3",
"next": "^14.0.0",
"pluralize": "^8.0.0",
"react": "^18.2.0",
Expand All @@ -21,6 +21,6 @@
"start": "next start"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.0"
"@next/eslint-plugin-next": "^14.0.3"
}
}
6 changes: 3 additions & 3 deletions bids-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"events": "^3.3.0",
"exifreader": "^4.16.0",
"hed-validator": "^3.12.0",
"ignore": "^5.2.4",
"ignore": "^5.3.0",
"is-utf8": "^0.2.1",
"jest": "^29.7.0",
"jshint": "^2.13.6",
"lerna": "^7.4.2",
"lodash": "^4.17.21",
"minimatch": "3.0.5",
"next": "13.5.6",
"next": "14.0.3",
"nifti-js": "^1.0.1",
"p-limit": "^2.1.0",
"pako": "^1.0.6",
Expand All @@ -70,7 +70,7 @@
"devDependencies": {
"adm-zip": "",
"chai": "",
"esbuild": "^0.19.5",
"esbuild": "^0.19.7",
"esbuild-plugin-globals": "^0.2.0",
"esbuild-runner": "^2.2.2",
"eslint": "^8.53.0",
Expand Down
Loading

0 comments on commit c3e8401

Please sign in to comment.