Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danieIabel committed Apr 23, 2023
1 parent 9a02955 commit c29d7b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ module.exports = {
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module'
},
rules: {
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
},
"homepage": "https://github.com/zkreations/ifeeds#readme",
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0",
"eslint": "^8.34.0",
"eslint-config-standard": "^16.0.3",
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
"eslint": "^8.39.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"npm-run-all": "^4.1.5",
"rollup": "^2.79.1",
"rollup": "^3.20.7",
"servor": "^4.0.2",
"terser": "^5.16.3"
"terser": "^5.17.1"
}
}

0 comments on commit c29d7b8

Please sign in to comment.