Skip to content

Commit

Permalink
fix: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Dec 10, 2023
1 parent 7ef2608 commit 0248e5f
Show file tree
Hide file tree
Showing 6 changed files with 3,829 additions and 1,176 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: npm test
- name: Coverage
uses: codecov/codecov-action@v2
with:
files: .tap/report/lcov.info
- name: Publish
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
.nyc_output
coverage
.tap
node_modules
pnpm-debug.log
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
".nyc_output": true,
"coverage": true,
".tap/coverage": true,
"node_modules": true,
"npm-debug.log": true
},
Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@
],
"scripts": {
"lint": "denolint",
"check": "tap --100",
"test": "denolint && tap --100"
"check": "tap",
"test": "denolint && tap"
},
"tap": {
"browser": false,
"coverage-report": [
"text-summary",
"lcov"
Expand All @@ -62,21 +61,21 @@
},
"dependencies": {
"@prantlf/crass": "0.12.6",
"@swc/core": "^1.2.220",
"@swc/core": "^1.3.100",
"babel-minify": "0.5.2",
"colorette": "^2.0.19",
"commander": "9.4.0",
"esbuild": "0.14.51",
"fast-glob": "3.2.11",
"colorette": "^2.0.20",
"commander": "11.1.0",
"esbuild": "0.19.9",
"fast-glob": "3.3.2",
"html-minifier": "4.0.0",
"pretty-bytes": "5.6.0",
"terser": "5.14.2"
"terser": "5.26.0"
},
"devDependencies": {
"@node-rs/deno-lint": "^1.14.0",
"@semantic-release/changelog": "^6.0.1",
"@node-rs/deno-lint": "^1.17.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"tap": "16.3.0"
"tap": "18.6.1"
},
"keywords": [
"size-calculation",
Expand Down
Loading

0 comments on commit 0248e5f

Please sign in to comment.