Skip to content

Commit c0f098e

Browse files
committed
v0.6.6
1 parent 40e36f4 commit c0f098e

File tree

3 files changed

+77
-57
lines changed

3 files changed

+77
-57
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## v0.6.6
44

55
* Add fall back processing to get `globalThis`, `Object`, and `Function`. (to check for unsafe keywords)
6+
* Update dependencies.
67

78

89
## v0.6.5

package-lock.json

+70-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tynder",
33
"private": false,
4-
"version": "0.6.5",
4+
"version": "0.6.6",
55
"description": "TypeScript friendly Data validator for JavaScript.",
66
"keywords": [
77
"data validator",
@@ -32,20 +32,20 @@
3232
},
3333
"dependencies": {
3434
"fruitsconfits": "^0.4.1",
35-
"liyad": "^0.4.2"
35+
"liyad": "^0.5.0"
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "^7.11.6",
3939
"@babel/core": "^7.11.6",
4040
"@babel/preset-env": "^7.11.5",
4141
"@types/jasmine": "^3.5.14",
42-
"@types/node": "^14.6.4",
43-
"@typescript-eslint/eslint-plugin": "^4.0.1",
44-
"@typescript-eslint/parser": "^4.0.1",
42+
"@types/node": "^14.10.1",
43+
"@typescript-eslint/eslint-plugin": "^4.1.0",
44+
"@typescript-eslint/parser": "^4.1.0",
4545
"ajv": "^6.12.4",
4646
"babel-loader": "^8.1.0",
4747
"cross-env": "^7.0.2",
48-
"eslint": "^7.8.1",
48+
"eslint": "^7.9.0",
4949
"jasmine": "^3.6.1",
5050
"jasmine-spec-reporter": "^5.0.2",
5151
"mkdirp": "^1.0.4",

0 commit comments

Comments
 (0)