Skip to content

Commit

Permalink
build(deps): upgrade @types/chrome package to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
onikienko committed Mar 6, 2023
1 parent f3962ba commit 1738eec
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
"react": "^16.9.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^6.0.0",
"@types/chrome": "^0.0.217",
"babel-jest": "^26.6.3",
"eslint": "^8.3.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"jest-chrome": "^0.8.0",
"microbundle": "^0.15.0",
"np": "^7.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"@babel/core" : "^7.14.6",
"@babel/preset-env" : "^7.14.5",
"@babel/preset-react" : "^7.14.5",
"@testing-library/react" : "^11.2.7",
"@testing-library/react-hooks" : "^6.0.0",
"@types/chrome" : "^0.0.219",
"babel-jest" : "^26.6.3",
"eslint" : "^8.3.0",
"eslint-plugin-react" : "^7.24.0",
"eslint-plugin-react-hooks" : "^4.2.0",
"jest" : "^26.6.3",
"jest-chrome" : "^0.8.0",
"microbundle" : "^0.15.0",
"np" : "^7.5.0",
"react" : "^17.0.2",
"react-dom" : "^17.0.2"
},
"dependencies": {}
}

0 comments on commit 1738eec

Please sign in to comment.