Skip to content

Commit

Permalink
Dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jciccio committed Apr 4, 2021
1 parent 56d675b commit 6c57bd0
Show file tree
Hide file tree
Showing 12 changed files with 6,280 additions and 27,713 deletions.
16 changes: 11 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"presets": ["@babel/preset-react", "@babel/preset-env"],
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-react-jsx"
]

"presets":[
"@babel/preset-env",
[
"@babel/preset-react",
{
"runtime": "automatic"
}
]
]

}
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules
/build
23 changes: 23 additions & 0 deletions dist/main.js

Large diffs are not rendered by default.

7,228 changes: 0 additions & 7,228 deletions package-lock.json

This file was deleted.

31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"description": "React JS Banner component customizable with autohide option",
"main": "build/index.js",
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.8.0"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"react": "^16.0.0"
"@babel/polyfill": "^7.12.1"
},
"scripts": {
"start": "webpack --watch",
Expand All @@ -19,20 +18,20 @@
"email": "[email protected]"
},
"devDependencies": {
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-react": "^7.19.0",
"react-dom": "^16.6.3",
"webpack-cli": "^3.3.11"
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"style-loader": "^2.0.0",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 6c57bd0

Please sign in to comment.