Skip to content

Commit

Permalink
Dev dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Trusov committed Jun 11, 2021
1 parent 130d0d9 commit 3674ab9
Show file tree
Hide file tree
Showing 2 changed files with 929 additions and 731 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-loading",
"version": "0.2.0",
"version": "0.2.1",
"description": "Custom react router switch that allows you to load data before switching the screen",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -47,22 +47,22 @@
"topbar": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.0",
"@babel/preset-react": "^7.13.13",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"cross-env": "7.0.3",
"eslint": "^7.25.0",
"eslint-config-standard": "^16.0.2",
"eslint": "^7.28.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.23.4",
"http-server-spa": "1.3.0",
"node": "16.0.0",
"node": "16.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "5.2.0",
"webpack": "5.36.2",
"webpack-cli": "4.6.0"
"webpack": "5.38.1",
"webpack-cli": "4.7.2"
}
}
}
Loading

0 comments on commit 3674ab9

Please # to comment.