Skip to content

Commit

Permalink
📺 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpokorny committed May 14, 2022
1 parent 3e79720 commit fbf864c
Show file tree
Hide file tree
Showing 2 changed files with 1,446 additions and 2,394 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
],
"dependencies": {},
"devDependencies": {
"@types/eslint": "^7.2.9",
"@types/jest": "^26.0.22",
"@types/prettier": "^2.2.3",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"rollup": "^2.45.1",
"@types/eslint": "^8.4.2",
"@types/jest": "^27.5.1",
"@types/prettier": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"rollup": "^2.73.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.4",
"ts-jest-resolver": "^1.0.0",
"typedoc": "^0.21.4",
"typedoc-plugin-markdown": "^3.6.1",
"typescript": "^4.2.4"
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^28.0.2",
"ts-jest-resolver": "^2.0.0",
"typedoc": "^0.22.15",
"typedoc-plugin-markdown": "^3.12.1",
"typescript": "^4.6.4"
},
"scripts": {
"doc": "typedoc src/index.ts",
Expand Down
Loading

0 comments on commit fbf864c

Please sign in to comment.