Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent 841ea84 commit d348ce1
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 297 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,34 +26,34 @@
"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",
"stylelint": "^13.2.1",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^3.8.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",
"stylelint": "13.2.1",
"stylelint-config-prettier": "8.0.1",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"typescript": "3.8.3"
},
"authors": [
"Bastien Robert <[email protected]> (https://bastienrobert.fr)",
Expand Down
62 changes: 31 additions & 31 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,37 @@
"test:setup": "yarn build"
},
"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",
"csstype": "^2.6.10",
"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",
"react-native-svg": "^12.1.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",
"csstype": "2.6.10",
"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",
"react-native-svg": "12.1.0",
"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
86 changes: 43 additions & 43 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,62 +23,62 @@
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@bastienrobert/events": "^1.0.3",
"@bastienrobert/events": "1.0.3",
"@la-ferme/components": "*",
"@la-ferme/shared": "*",
"@react-native-community/async-storage": "^1.9.0",
"@react-navigation/native": "^5.1.4",
"@react-native-community/async-storage": "1.9.0",
"@react-navigation/native": "5.1.4",
"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",
"graphql": "^14.6.0",
"graphql": "14.6.0",
"graphql-tag": "^2.10.3",
"identity-obj-proxy": "^3.0.0",
"isomorphic-ws": "^4.0.1",
"identity-obj-proxy": "3.0.0",
"isomorphic-ws": "4.0.1",
"lottie-ios": "3.1.8",
"lottie-react-native": "^3.4.0",
"path-interpolation": "^1.0.2",
"lottie-react-native": "3.4.0",
"path-interpolation": "1.0.2",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-bootsplash": "^2.1.0",
"react-native-camera": "^3.22.1",
"react-native-fast-image": "^8.1.5",
"react-native-nfc-manager": "^2.1.9",
"react-native-permissions": "^2.0.10",
"react-native-qrcode-scanner": "^1.4.0",
"react-native-screens": "^2.4.0",
"react-native-sound": "^0.11.0",
"react-native-svg": "^12.1.0",
"react-native-unimodules": "~0.7.0",
"react-native-video": "^4.4.5",
"react-string-replace": "^0.4.4",
"styled-components": "^5.0.1",
"subscriptions-transport-ws": "^0.9.16",
"unfetch": "^4.1.0",
"uuid": "^3.4.0",
"ws": "^7.2.3"
"react-native-bootsplash": "2.1.0",
"react-native-camera": "3.23.1",
"react-native-fast-image": "8.1.5",
"react-native-nfc-manager": "2.1.9",
"react-native-permissions": "2.1.3",
"react-native-qrcode-scanner": "1.4.0",
"react-native-screens": "2.4.0",
"react-native-sound": "0.11.0",
"react-native-svg": "12.1.0",
"react-native-unimodules": "0.7.0",
"react-native-video": "4.4.5",
"react-string-replace": "0.4.4",
"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/react-native-video": "^5.0.1",
"@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",
"csstype": "^2.6.10",
"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-native-config": "^1.0.0",
"react-test-renderer": "^16.11.0",
"typescript-styled-plugin": "^0.15.0"
"@babel/core": "7.6.4",
"@babel/runtime": "7.9.2",
"@types/react": "16.9.27",
"@types/react-native": "0.60.31",
"@types/react-native-video": "5.0.1",
"@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",
"csstype": "2.6.10",
"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-native-config": "1.0.0",
"react-test-renderer": "16.13.1",
"typescript-styled-plugin": "0.15.0"
}
}
52 changes: 26 additions & 26 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
"start": "nodemon dist/index.js"
},
"dependencies": {
"@bastienrobert/events": "^1.0.3",
"@bastienrobert/events": "1.0.3",
"@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/bookshelf": "^1.0.0",
"@types/dotenv": "^8.2.0",
"@types/knex": "^0.16.1",
"@types/uuid": "^3.4.7",
"@wessberg/rollup-plugin-ts": "^1.2.19",
"@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/bookshelf": "1.0.0",
"@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",
"bookshelf": "^1.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^14.6.0",
"knex": "^0.20.12",
"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",
"ts-node": "^8.8.1",
"uuid": "^3.4.0"
"body-parser": "1.19.0",
"bookshelf": "1.1.1",
"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",
"ts-node": "8.8.1",
"uuid": "3.4.0"
}
}
22 changes: 11 additions & 11 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
"author": "",
"license": "ISC",
"dependencies": {
"@bastienrobert/events": "^1.0.4",
"@bastienrobert/events": "1.0.4",
"@la-ferme/components": "*",
"@types/react": "^16.9.33",
"@types/styled-components": "^5.0.1",
"babel-plugin-styled-components": "^1.10.7",
"@types/react": "16.9.33",
"@types/styled-components": "5.0.1",
"babel-plugin-styled-components": "1.10.7",
"gsap": "file:../../gsap-bonus.tgz",
"next": "^9.4.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-intersection-observer": "^8.26.2",
"react-player": "^2.2.0",
"reset-css": "^5.0.1",
"styled-components": "^5.0.1"
"react": "16.13.1",
"react-dom": "16.13.1",
"react-intersection-observer": "8.26.2",
"react-player": "2.2.0",
"reset-css": "5.0.1",
"styled-components": "5.0.1"
},
"devDependencies": {
"url-loader": "^4.1.0"
"url-loader": "4.1.0"
}
}
Loading

0 comments on commit d348ce1

Please sign in to comment.