Skip to content

Commit 492e6df

Browse files
committed
Updated dependencies
1 parent cc68280 commit 492e6df

File tree

2 files changed

+74
-68
lines changed

2 files changed

+74
-68
lines changed

package-lock.json

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

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,35 +23,35 @@
2323
"@rollup/plugin-node-resolve": "^8.4.0",
2424
"@rollup/plugin-replace": "^2.3.3",
2525
"@rollup/plugin-url": "^5.0.1",
26-
"@testing-library/dom": "^7.21.0",
26+
"@testing-library/dom": "^7.21.2",
2727
"@testing-library/jest-dom": "^5.11.1",
28-
"@types/jest": "^26.0.4",
29-
"@typescript-eslint/eslint-plugin": "^3.6.1",
30-
"@typescript-eslint/parser": "^3.6.1",
28+
"@types/jest": "^26.0.5",
29+
"@typescript-eslint/eslint-plugin": "^3.7.0",
30+
"@typescript-eslint/parser": "^3.7.0",
3131
"babel-eslint": "^10.1.0",
3232
"babel-preset-solid": "^0.18.14",
3333
"cross-env": "^7.0.2",
34-
"eslint": "^7.4.0",
34+
"eslint": "^7.5.0",
3535
"eslint-config-prettier": "^6.11.0",
3636
"eslint-plugin-import": "^2.22.0",
3737
"eslint-plugin-jest": "^23.18.0",
3838
"eslint-plugin-jest-dom": "^3.1.4",
3939
"eslint-plugin-jsx-a11y": "^6.3.1",
4040
"eslint-plugin-local": "^1.0.0",
4141
"eslint-plugin-prettier": "^3.1.4",
42-
"eslint-plugin-testing-library": "^3.3.1",
42+
"eslint-plugin-testing-library": "^3.3.2",
4343
"jest": "^26.1.0",
4444
"nollup": "^0.12.2",
4545
"npm-run-all": "^4.1.5",
4646
"prettier": "^2.0.5",
4747
"rimraf": "^3.0.2",
48-
"rollup": "^2.21.0",
48+
"rollup": "^2.22.1",
4949
"rollup-plugin-hot-css": "0.3.0",
5050
"rollup-plugin-static-files": "0.1.0",
5151
"rollup-plugin-terser": "^6.1.0",
5252
"sirv-cli": "^1.0.3",
53-
"ts-jest": "^26.1.2",
54-
"typescript": "^3.9.6"
53+
"ts-jest": "^26.1.3",
54+
"typescript": "^3.9.7"
5555
},
5656
"jest": {
5757
"globals": {

0 commit comments

Comments
 (0)