-
- Downloads
Update vereign dom lib version
parent
55ba7692
No related branches found
No related tags found
... | @@ -12,6 +12,7 @@ | ... | @@ -12,6 +12,7 @@ |
"@babel/preset-typescript": "^7.10.4", | "@babel/preset-typescript": "^7.10.4", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | "@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"@typescript-eslint/parser": "^3.10.1", | "@typescript-eslint/parser": "^3.10.1", | ||
"@vereign/dom": "git+ssh://git@code.vereign.com:code/js-toolbox/gsdom.git", | |||
"babel-eslint": "^10.1.0", | "babel-eslint": "^10.1.0", | ||
"babel-jest": "^26.3.0", | "babel-jest": "^26.3.0", | ||
"eslint": "^7.7.0", | "eslint": "^7.7.0", | ||
... | @@ -19,8 +20,7 @@ | ... | @@ -19,8 +20,7 @@ |
"jest": "^26.4.2", | "jest": "^26.4.2", | ||
"lint-staged": "^10.2.13", | "lint-staged": "^10.2.13", | ||
"prettier": "^2.1.1", | "prettier": "^2.1.1", | ||
"typescript": "^4.0.2", | "typescript": "^4.0.2" | ||
"@vereign/dom": "git+ssh://git@code.vereign.com:code/js-toolbox/gsdom.git#rework-with-parse-5" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"prepare": "yarn build", | "prepare": "yarn build", | ||
... | ... |
Please register or sign in to comment