Skip to content

Commit

Permalink
Merge pull request #30 from hinok/chore/update-dependencies
Browse files Browse the repository at this point in the history
Chore: Bump packages, regenerate yarn.lock
  • Loading branch information
hinok authored Jul 7, 2019
2 parents 598110e + 6a79612 commit 6e63d81
Show file tree
Hide file tree
Showing 3 changed files with 1,642 additions and 1,599 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scripts-prepend-node-path=true
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-last-location",
"version": "2.0.0",
"version": "2.0.1",
"description": "Provides access to the last location in react + react-router (v4.x) apps. Useful for handling internal routing. Easily prevent leaving your app by users.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -43,33 +43,33 @@
"react-router-dom": "^4.1.1 || ^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/enzyme": "^3.1.18",
"@types/enzyme": "^3.10.1",
"@types/jest": "^24.0.15",
"@types/prop-types": "^15.7.1",
"@types/react": "^16.8.22",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.0",
"coveralls": "^3.0.2",
"css-hot-loader": "^1.4.3",
"css-loader": "^2.1.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"coveralls": "^3.0.4",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^5.3.0",
Expand All @@ -79,8 +79,8 @@
"eslint-plugin-react": "^7.11.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"linaria": "^1.1.0",
"mini-css-extract-plugin": "^0.5.0",
"linaria": "^1.4.0-alpha.1",
"mini-css-extract-plugin": "^0.7.0",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand All @@ -90,9 +90,9 @@
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1"
}
}
Loading

0 comments on commit 6e63d81

Please sign in to comment.