Skip to content

Commit

Permalink
Merge 0afa800 into 2dbd6f9
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Nov 18, 2020
2 parents 2dbd6f9 + 0afa800 commit f9c14ae
Show file tree
Hide file tree
Showing 3 changed files with 1,332 additions and 1,291 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parser": "@typescript-eslint/parser",
"env": { "browser": true, "es6": true, "node": true },
"env": { "es6": true, "node": true, "jest": true },
"globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly" },
"parserOptions": {
// Required for certain syntax usages
Expand Down
56 changes: 26 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,47 +59,43 @@
"jsnext:main": "dist/main.es.js",
"typings": "dist/main.d.ts",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-typescript": "^7.7.2",
"@babel/core": "7.7.2",
"@babel/preset-env": "7.7.1",
"@babel/preset-typescript": "7.7.2",
"@commitlint/cli": "9.1.1",
"@commitlint/config-conventional": "11.0.0",
"@commitlint/travis-cli": "9.1.1",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@semantic-release/npm": "^7.0.6",
"@semantic-release/release-notes-generator": "^9.0.1",
"@types/jest": "^24.0.22",
"@rollup/plugin-babel": "5.0.0",
"@rollup/plugin-commonjs": "16.0.0",
"@rollup/plugin-node-resolve": "10.0.0",
"@semantic-release/changelog": "5.0.0",
"@semantic-release/git": "9.0.0",
"@types/jest": "24.0.22",
"@typescript-eslint/eslint-plugin": "4.5.0",
"@typescript-eslint/parser": "4.5.0",
"babel-eslint": "^10.0.3",
"babel-eslint": "10.0.3",
"babel-jest": "26.2.2",
"commitizen": "^4.0.3",
"coveralls": "^3.1.0",
"commitizen": "4.0.3",
"coveralls": "3.1.0",
"cz-conventional-changelog": "3.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"husky": "^3.1.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-promise": "4.2.1",
"husky": "3.1.0",
"jest": "26.2.2",
"lint-staged": "^10.2.7",
"markdownlint": "^0.18.0",
"npm-run-all": "^4.1.5",
"lint-staged": "10.2.7",
"markdownlint": "0.18.0",
"npm-run-all": "4.1.5",
"prettier": "2.1.2",
"pretty-quick": "3.1.0",
"rimraf": "^3.0.0",
"rollup": "2.32.1",
"rimraf": "3.0.0",
"rollup": "2.33.3",
"rollup-plugin-dts": "1.4.13",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-typescript2": "^0.25.3",
"semantic-release": "^17.1.1",
"tslib": "^1.10.0",
"rollup-plugin-peer-deps-external": "2.2.0",
"rollup-plugin-typescript2": "0.25.3",
"semantic-release": "17.2.3",
"tslib": "1.10.0",
"typescript": "4.0.3"
},
"files": [
Expand Down

0 comments on commit f9c14ae

Please sign in to comment.