Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 0e42cd1

Browse files
committed
13.0.3
1 parent 30574dd commit 0e42cd1

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightdash",
3-
"version": "13.0.2",
3+
"version": "13.0.3",
44
"description": "A small TypeScript utility library to complement lodash",
55
"main": "./dist/cjs/main.js",
66
"module": "./dist/esm/main.js",
@@ -43,19 +43,19 @@
4343
"lodash": "^4.17.21"
4444
},
4545
"devDependencies": {
46-
"@types/jasmine": "^3.7.7",
47-
"@typescript-eslint/eslint-plugin": "^5.0.0",
48-
"@typescript-eslint/parser": "^5.0.0",
49-
"eslint": "^8.0.0",
50-
"eslint-config-prettier": "^8.3.0",
51-
"eslint-plugin-import": "^2.25.2",
52-
"eslint-plugin-prettier": "^4.0.0",
53-
"jasmine": "^3.7.0",
54-
"prettier": "^2.3.2",
55-
"rimraf": "^3.0.2",
56-
"ts-mockito": "^2.6.1",
57-
"ts-node": "^10.0.0",
58-
"typedoc": "^0.22.2",
59-
"typescript": "^4.3.4"
46+
"@types/jasmine": "^3.7.7",
47+
"@typescript-eslint/eslint-plugin": "^5.0.0",
48+
"@typescript-eslint/parser": "^5.0.0",
49+
"eslint": "^8.0.0",
50+
"eslint-config-prettier": "^8.3.0",
51+
"eslint-plugin-import": "^2.25.2",
52+
"eslint-plugin-prettier": "^4.0.0",
53+
"jasmine": "^3.7.0",
54+
"prettier": "^2.3.2",
55+
"rimraf": "^3.0.2",
56+
"ts-mockito": "^2.6.1",
57+
"ts-node": "^10.0.0",
58+
"typedoc": "^0.22.2",
59+
"typescript": "^4.3.4"
6060
}
6161
}

0 commit comments

Comments
 (0)