File tree Expand file tree Collapse file tree 5 files changed +325
-593
lines changed Expand file tree Collapse file tree 5 files changed +325
-593
lines changed Original file line number Diff line number Diff line change 11// next.config.js
22
33module . exports = {
4+ output : 'export' ,
45 transpilePackages : [ 'bids-validator' ] ,
56 assetPrefix : './' ,
67 webpack : ( config , { } ) => {
Original file line number Diff line number Diff line change 77 "dependencies" : {
88 "@babel/runtime" : " ^7.22.10" ,
99 "bootstrap" : " ^5.3.2" ,
10- "eslint-config-next" : " ^14.0.0 " ,
10+ "eslint-config-next" : " ^14.0.3 " ,
1111 "next" : " ^14.0.0" ,
1212 "pluralize" : " ^8.0.0" ,
1313 "react" : " ^18.2.0" ,
2121 "start" : " next start"
2222 },
2323 "devDependencies" : {
24- "@next/eslint-plugin-next" : " ^14.0.0 "
24+ "@next/eslint-plugin-next" : " ^14.0.3 "
2525 }
2626}
Original file line number Diff line number Diff line change 4646 "events" : " ^3.3.0" ,
4747 "exifreader" : " ^4.16.0" ,
4848 "hed-validator" : " ^3.12.0" ,
49- "ignore" : " ^5.2.4 " ,
49+ "ignore" : " ^5.3.0 " ,
5050 "is-utf8" : " ^0.2.1" ,
5151 "jest" : " ^29.7.0" ,
5252 "jshint" : " ^2.13.6" ,
5353 "lerna" : " ^7.4.2" ,
5454 "lodash" : " ^4.17.21" ,
5555 "minimatch" : " 3.0.5" ,
56- "next" : " 13.5.6 " ,
56+ "next" : " 14.0.3 " ,
5757 "nifti-js" : " ^1.0.1" ,
5858 "p-limit" : " ^2.1.0" ,
5959 "pako" : " ^1.0.6" ,
7070 "devDependencies" : {
7171 "adm-zip" : " " ,
7272 "chai" : " " ,
73- "esbuild" : " ^0.19.5 " ,
73+ "esbuild" : " ^0.19.7 " ,
7474 "esbuild-plugin-globals" : " ^0.2.0" ,
7575 "esbuild-runner" : " ^2.2.2" ,
7676 "eslint" : " ^8.53.0" ,
You can’t perform that action at this time.
0 commit comments