Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 27, 2019
1 parent 44377c8 commit 2343b43
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 106 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,40 +34,40 @@
"apisauce": "^0.16.0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.3.3",
"@semantic-release/git": "^7.1.0-beta.3",
"@types/jest": "^24.0.6",
"@types/json-server": "^0.14.0",
"@types/node": "^11.9.5",
"@typescript-eslint/eslint-plugin": "^1.4.1",
"@typescript-eslint/parser": "^1.4.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"eslint": "^5.14.1",
"eslint-config-prettier": "^4.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.1.0",
"json-server": "^0.14.2",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
"rollup": "^1.2.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-babel-minify": "^7.0.0",
"rollup-plugin-filesize": "^6.0.1",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-resolve": "^0.0.1-predev.1",
"semantic-release": "^16.0.0-beta.36",
"trash-cli": "^1.4.0",
"ts-jest": "^24.0.0",
"typescript": "^3.3.3333"
"@babel/core": "7.3.3",
"@babel/plugin-proposal-class-properties": "7.3.3",
"@babel/preset-env": "7.3.1",
"@babel/preset-typescript": "7.3.3",
"@semantic-release/git": "7.1.0-beta.3",
"@types/jest": "24.0.6",
"@types/json-server": "0.14.0",
"@types/node": "11.9.5",
"@typescript-eslint/eslint-plugin": "1.4.1",
"@typescript-eslint/parser": "1.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.1.0",
"eslint": "5.14.1",
"eslint-config-prettier": "4.0.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"jest": "24.1.0",
"json-server": "0.14.2",
"npm-run-all": "4.1.5",
"prettier": "1.16.4",
"rollup": "1.2.3",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-babel-minify": "7.0.0",
"rollup-plugin-filesize": "6.0.1",
"rollup-plugin-node-resolve": "4.0.1",
"rollup-plugin-replace": "2.1.0",
"rollup-plugin-resolve": "0.0.1-predev.1",
"semantic-release": "16.0.0-beta.36",
"trash-cli": "1.4.0",
"ts-jest": "24.0.0",
"typescript": "3.3.3333"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down
Loading

0 comments on commit 2343b43

Please sign in to comment.