Skip to content

Commit

Permalink
build: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamensuli committed Jul 18, 2024
1 parent 7cd4038 commit 3b4ff8e
Show file tree
Hide file tree
Showing 17 changed files with 1,112 additions and 911 deletions.
511 changes: 267 additions & 244 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"eslint": "9.6.0",
"@types/node": "20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-prettier": "5.2.1",
"mkdirp": "3.0.1",
"nodemon": "3.1.4",
"prettier": "3.3.2",
"rimraf": "6.0.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.18.1",
"rollup-plugin-copy": "3.5.0",
"rollup-sourcemap-path-transform": "1.0.4",
Expand Down
353 changes: 224 additions & 129 deletions src/modules/test/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/modules/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"rimraf": "6.0.0",
"@types/node": "20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"rimraf": "6.0.1",
"rollup": "4.18.1",
"rollup-plugin-copy": "3.5.0",
"rollup-sourcemap-path-transform": "1.0.4",
Expand Down
Loading

0 comments on commit 3b4ff8e

Please sign in to comment.