Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HereIsKevin committed Jun 28, 2020
1 parent 04bfd94 commit c4f2ce7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
47 changes: 24 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boredom",
"version": "0.5.0",
"version": "0.6.0",
"description": "Easily manipulating of the DOM without virtual DOM",
"main": "./dist/index.cjs.min.js",
"scripts": {
Expand Down Expand Up @@ -54,12 +54,12 @@
},
"homepage": "https://github.com/HereIsKevin/boreDOM#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.3.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^7.3.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"rollup": "^2.17.1",
"rollup": "^2.18.1",
"shx": "^0.3.2",
"terser": "^4.8.0",
"typedoc": "^0.17.7",
Expand Down

0 comments on commit c4f2ce7

Please sign in to comment.