Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Apr 28, 2023
1 parent 9f98e91 commit afc261c
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 350 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"node": ">=16.0.0"
},
"scripts": {
"clean": "rm -rf pnpm-lock.yaml .coverage .nyc_output dist node_modules .tmp",
"prepare": "tsc && copyfiles 'src/**/*.d.ts' dist",
"test": "mocha test.js --bail --timeout 50000",
"lint": "eslint '**/*.js' && prettier --check '*.{js,json}' --ignore-path .gitignore && tsc"
Expand Down Expand Up @@ -53,26 +54,26 @@
"camelcase": "^7.0.1",
"chokidar": "^3.5.3",
"cpy": "^9.0.1",
"esbuild": "0.17.15",
"esbuild": "0.17.18",
"events": "^3.3.0",
"globby": "^13.1.1",
"kleur": "^4.1.4",
"globby": "^13.1.4",
"kleur": "^4.1.5",
"lilconfig": "^2.1.0",
"lodash": "^4.17.21",
"merge-options": "^3.0.4",
"nanoid": "^4.0.2",
"ora": "^6.3.0",
"p-wait-for": "5.0.2",
"path-browserify": "^1.0.1",
"playwright-core": "1.32.2",
"playwright-core": "1.33.0",
"polka": "^0.5.2",
"premove": "^4.0.0",
"process": "^0.11.10",
"sade": "^1.8.1",
"sirv": "^2.0.2",
"sirv": "^2.0.3",
"source-map": "0.6.1",
"stream-browserify": "^3.0.0",
"strip-ansi": "^7.0.0",
"strip-ansi": "^7.0.1",
"tape": "^5.6.3",
"tempy": "^3.0.0",
"test-exclude": "^6.0.0",
Expand All @@ -87,12 +88,12 @@
"delay": "^5.0.0",
"execa": "^7.1.1",
"hd-scripts": "^6.0.0",
"lint-staged": "^13.2.0",
"mocha": "^10.0.0",
"simple-git-hooks": "^2.6.1",
"typescript": "^5.0.3",
"uvu": "^0.5.3",
"zora": "^5.0.3"
"lint-staged": "^13.2.2",
"mocha": "^10.2.0",
"simple-git-hooks": "^2.8.1",
"typescript": "^5.0.4",
"uvu": "^0.5.6",
"zora": "^5.2.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
Loading

0 comments on commit afc261c

Please sign in to comment.