Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jun 15, 2024
1 parent 60b3cc7 commit 9130c90
Show file tree
Hide file tree
Showing 2 changed files with 996 additions and 855 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"build:stamp": "npx buildstamp",
"test": "concurrently 'npm:test:*'",
"test:lint": "eslint -c src/test/lint/.eslintrc.json src",
"test:unit": "c8 -r lcov -r text -o target/coverage -x src/scripts -x src/test node --loader ts-node/esm --experimental-specifier-resolution=node src/scripts/test.mjs"
"test:unit": "c8 -r lcov -r text -o target/coverage -x src/scripts -x src/test node --loader ts-node/esm --experimental-specifier-resolution=node src/scripts/test.mjs",
"publish:draft": "npm run build && npm publish --no-git-tag-version"
},
"repository": {
"type": "git",
Expand All @@ -41,12 +42,12 @@
"homepage": "https://github.com/antongolub/blank-ts#readme",
"dependencies": {},
"devDependencies": {
"@types/node": "^20.12.10",
"c8": "^9.1.0",
"@types/node": "^20.14.2",
"c8": "^10.1.2",
"concurrently": "^8.2.2",
"esbuild": "^0.21.0",
"esbuild": "^0.21.5",
"esbuild-node-externals": "^1.13.1",
"esbuild-plugin-entry-chunks": "^0.1.14",
"esbuild-plugin-entry-chunks": "^0.1.15",
"eslint": "^8.57.0",
"eslint-config-qiwi": "^2.1.3",
"fast-glob": "^3.3.2",
Expand Down
Loading

0 comments on commit 9130c90

Please sign in to comment.