Skip to content

Commit e03baaf

Browse files
author
Leon Si
committed
chore: update deps
1 parent 0a4d3b9 commit e03baaf

File tree

4 files changed

+2054
-1607
lines changed

4 files changed

+2054
-1607
lines changed

lefthook.yml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# EXAMPLE USAGE:
2+
#
3+
# Refer for explanation to following link:
4+
# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md
5+
#
6+
# pre-push:
7+
# commands:
8+
# packages-audit:
9+
# tags: frontend security
10+
# run: yarn audit
11+
# gems-audit:
12+
# tags: backend security
13+
# run: bundle audit
14+
#
15+
# pre-commit:
16+
# parallel: true
17+
# commands:
18+
# eslint:
19+
# glob: "*.{js,ts,jsx,tsx}"
20+
# run: yarn eslint {staged_files}
21+
# rubocop:
22+
# tags: backend style
23+
# glob: "*.rb"
24+
# exclude: "application.rb|routes.rb"
25+
# run: bundle exec rubocop --force-exclusion {all_files}
26+
# govet:
27+
# tags: backend style
28+
# files: git ls-files -m
29+
# glob: "*.go"
30+
# run: go vet {files}
31+
# scripts:
32+
# "hello.js":
33+
# runner: node
34+
# "any.go":
35+
# runner: go run

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@
3232
"dependencies": {
3333
"change-case": "^4.1.2",
3434
"commander": "^9.4.1",
35-
"esbuild": "^0.15.11",
35+
"esbuild": "^0.16.12",
3636
"escape-string-regexp": "^5.0.0",
37-
"lru-cache": "^7.14.0",
37+
"lru-cache": "^7.14.1",
3838
"outdent": "^0.8.0",
3939
"xml-escape": "^1.1.0"
4040
},
4141
"devDependencies": {
42-
"@types/node": "^18.8.5",
42+
"@types/node": "^18.11.18",
4343
"@types/xml-escape": "^1.1.1",
4444
"desm": "^1.3.0",
45-
"eslint-define-config": "^1.7.0",
45+
"eslint-define-config": "^1.13.0",
4646
"execa": "^6.1.0",
47-
"lionconfig": "^1.8.11",
48-
"tslib": "^2.4.0",
49-
"typescript": "^4.8.4",
50-
"vitest": "^0.24.3"
47+
"lionconfig": "^2.2.14",
48+
"tslib": "^2.4.1",
49+
"typescript": "^4.9.4",
50+
"vitest": "^0.26.3"
5151
},
5252
"publishConfig": {
5353
"directory": "dist"

0 commit comments

Comments
 (0)