Skip to content

Commit

Permalink
build: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamensuli committed Sep 12, 2024
1 parent e096f11 commit fb017bc
Show file tree
Hide file tree
Showing 17 changed files with 1,750 additions and 1,817 deletions.
882 changes: 475 additions & 407 deletions package-lock.json

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"node-js",
"javascript"
],
"bin": {
"nodefony": "node src/nodefony/bin/nodefony"
},
"scripts": {
"nodefony": "node src/nodefony/bin/nodefony",
"start": "nodefony",
Expand All @@ -39,21 +42,21 @@
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/node": "22.1.0",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"eslint": "9.8.0",
"@types/node": "22.5.4",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"mkdirp": "3.0.1",
"nodemon": "3.1.4",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.19.2",
"rollup": "4.21.3",
"rollup-plugin-copy": "3.5.0",
"rollup-sourcemap-path-transform": "1.0.4",
"tslib": "2.6.3",
"typescript": "5.5.4"
"rollup-sourcemap-path-transform": "1.0.5",
"tslib": "2.7.0",
"typescript": "5.6.2"
},
"repository": {
"type": "git",
Expand Down
280 changes: 130 additions & 150 deletions src/modules/test/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/modules/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/node": "22.1.0",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"@types/node": "22.5.4",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"rimraf": "6.0.1",
"rollup": "4.19.2",
"rollup": "4.21.3",
"rollup-plugin-copy": "3.5.0",
"rollup-sourcemap-path-transform": "1.0.4",
"typescript": "5.5.4"
"rollup-sourcemap-path-transform": "1.0.5",
"typescript": "5.6.2"
},
"license": "",
"readmeFilename": "README.md",
Expand Down
Loading

0 comments on commit fb017bc

Please sign in to comment.