Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 31, 2020
1 parent 209fcc7 commit 3422950
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 392 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@
"test": "lerna run test"
},
"dependencies": {
"@react-native-community/eslint-config": "^1.0.0",
"@types/jest": "^25.1.4",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint-plugin-standard": "^4.0.1",
"jest": "^25.1.0",
"lerna": "^3.20.2",
"lodash.merge": "^4.6.2",
"npm-run-all": "^4.1.5",
"typescript": "^3.7.3"
"@react-native-community/eslint-config": "1.0.0",
"@types/jest": "25.1.4",
"@typescript-eslint/eslint-plugin": "2.25.0",
"@typescript-eslint/parser": "2.25.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-config-standard": "14.1.1",
"eslint-config-standard-react": "9.2.0",
"eslint-loader": "3.0.3",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.1",
"eslint-plugin-standard": "4.0.1",
"jest": "25.2.3",
"lerna": "3.20.2",
"lodash.merge": "4.6.2",
"npm-run-all": "4.1.5",
"typescript": "3.8.3"
},
"authors": [
"Bastien Robert <[email protected]> (https://bastienrobert.fr)",
Expand Down
58 changes: 29 additions & 29 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,35 @@
"test": "jest"
},
"devDependencies": {
"@babel/core": "~7.6.0",
"@rollup/plugin-alias": "^3.0.1",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@storybook/addon-a11y": "^5.3.14",
"@storybook/addon-actions": "^5.3.14",
"@storybook/addon-info": "^5.3.14",
"@storybook/addon-knobs": "^5.3.14",
"@storybook/react": "^5.3.14",
"@types/react": "^16.9.27",
"@types/react-native": "~0.60.23",
"@types/styled-components": "^5.0.1",
"@wessberg/rollup-plugin-ts": "^1.2.19",
"babel-loader": "^8.0.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest-styled-components": "^7.0.0",
"npm-run-all": "^4.1.5",
"react-docgen-typescript-loader": "^3.6.0",
"rollup": "^1.31.1",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-filesize": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.2",
"storybook-addon-smart-knobs": "^6.0.1",
"styled-components": "^5.0.1",
"ts-jest": "^25.2.1",
"ts-loader": "^6.2.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript-styled-plugin": "^0.15.0"
"@babel/core": "7.6.4",
"@rollup/plugin-alias": "3.0.1",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"@storybook/addon-a11y": "5.3.17",
"@storybook/addon-actions": "5.3.17",
"@storybook/addon-info": "5.3.17",
"@storybook/addon-knobs": "5.3.17",
"@storybook/react": "5.3.17",
"@types/react": "16.9.27",
"@types/react-native": "0.60.31",
"@types/styled-components": "5.0.1",
"@wessberg/rollup-plugin-ts": "1.2.22",
"babel-loader": "8.1.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"jest-styled-components": "7.0.0",
"npm-run-all": "4.1.5",
"react-docgen-typescript-loader": "3.7.2",
"rollup": "1.32.1",
"rollup-plugin-eslint": "7.0.0",
"rollup-plugin-filesize": "6.2.1",
"rollup-plugin-peer-deps-external": "2.2.2",
"storybook-addon-smart-knobs": "6.0.2",
"styled-components": "5.0.1",
"ts-jest": "25.3.0",
"ts-loader": "6.2.2",
"tsconfig-paths-webpack-plugin": "3.2.0",
"typescript-styled-plugin": "0.15.0"
},
"peerDependencies": {
"react": ">= 16.8.0",
Expand Down
70 changes: 35 additions & 35 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,44 +16,44 @@
"test": "yarn jest --detectOpenHandles --forceExit"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@bastienrobert/events": "^1.0.3",
"@apollo/react-hooks": "3.1.3",
"@bastienrobert/events": "1.0.3",
"@la-ferme/components": "*",
"@la-ferme/shared": "*",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-http": "^1.5.16",
"apollo-link-ws": "^1.0.19",
"apollo-utilities": "^1.3.3",
"expo-gl": "^8.0.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"identity-obj-proxy": "^3.0.0",
"isomorphic-ws": "^4.0.1",
"react": "~16.11.0",
"react-native": "~0.62.0",
"react-native-unimodules": "~0.7.0",
"styled-components": "^5.0.1",
"subscriptions-transport-ws": "^0.9.16",
"unfetch": "^4.1.0",
"uuid": "^3.4.0",
"ws": "^7.2.3"
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link": "1.2.13",
"apollo-link-http": "1.5.16",
"apollo-link-ws": "1.0.19",
"apollo-utilities": "1.3.3",
"expo-gl": "8.1.0",
"graphql": "14.6.0",
"graphql-tag": "2.10.3",
"identity-obj-proxy": "3.0.0",
"isomorphic-ws": "4.0.1",
"react": "16.11.0",
"react-native": "0.62.0",
"react-native-unimodules": "0.7.0",
"styled-components": "5.0.1",
"subscriptions-transport-ws": "0.9.16",
"unfetch": "4.1.0",
"uuid": "3.4.0",
"ws": "7.2.3"
},
"devDependencies": {
"@babel/core": "~7.6.0",
"@babel/runtime": "^7.6.2",
"@types/react": "~16.9.27",
"@types/react-native": "~0.60.23",
"@types/styled-components": "^5.0.1",
"@types/uuid": "^3.4.7",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-styled-components": "^1.10.7",
"jest-fetch-mock": "^3.0.3",
"jest-websocket-mock": "^2.0.2",
"metro-react-native-babel-preset": "^0.58.0",
"mock-socket": "^9.0.3",
"react-test-renderer": "^16.11.0"
"@babel/core": "7.6.4",
"@babel/runtime": "7.9.2",
"@types/react": "16.9.27",
"@types/react-native": "0.60.31",
"@types/styled-components": "5.0.1",
"@types/uuid": "3.4.8",
"babel-jest": "24.9.0",
"babel-plugin-module-resolver": "4.0.0",
"babel-plugin-styled-components": "1.10.7",
"jest-fetch-mock": "3.0.3",
"jest-websocket-mock": "2.0.2",
"metro-react-native-babel-preset": "0.58.0",
"mock-socket": "9.0.3",
"react-test-renderer": "16.13.1"
}
}
46 changes: 23 additions & 23 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
},
"dependencies": {
"@la-ferme/shared": "*",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-replace": "^2.3.1",
"@types/dotenv": "^8.2.0",
"@types/knex": "^0.16.1",
"@types/uuid": "^3.4.7",
"@wessberg/rollup-plugin-ts": "^1.2.19",
"apollo-server": "^2.11.0",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^14.6.0",
"knex": "^0.20.11",
"lodash.merge": "^4.6.2",
"nodemon": "^2.0.2",
"pg": "^7.18.2",
"rollup": "^1.31.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-graphql": "^0.1.0",
"rollup-plugin-sourcemaps": "^0.5.0",
"rollup-plugin-terser": "^5.2.0",
"uuid": "^3.4.0"
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "4.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-replace": "2.3.1",
"@types/dotenv": "8.2.0",
"@types/knex": "0.16.1",
"@types/uuid": "3.4.8",
"@wessberg/rollup-plugin-ts": "1.2.22",
"apollo-server": "2.11.0",
"body-parser": "1.19.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphql": "14.6.0",
"knex": "0.20.13",
"lodash.merge": "4.6.2",
"nodemon": "2.0.2",
"pg": "7.18.2",
"rollup": "1.32.1",
"rollup-plugin-eslint": "7.0.0",
"rollup-plugin-graphql": "0.1.0",
"rollup-plugin-sourcemaps": "0.5.0",
"rollup-plugin-terser": "5.3.0",
"uuid": "3.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lint": "eslint src/**/*.ts"
},
"devDependencies": {
"@types/node": "^13.9.0"
"@types/node": "13.9.5"
}
}
Loading

0 comments on commit 3422950

Please sign in to comment.