Skip to content

Commit

Permalink
chore: Lock all dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
diego3g committed Jun 20, 2021
1 parent 6afdf4f commit cf24e39
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 106 deletions.
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,51 +15,51 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"styled-components": "^5.3.0"
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-loader": "4.13.0",
"styled-components": "5.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@electron-forge/cli": "^6.0.0-beta.57",
"@electron-forge/maker-deb": "^6.0.0-beta.57",
"@electron-forge/maker-rpm": "^6.0.0-beta.57",
"@electron-forge/maker-squirrel": "^6.0.0-beta.57",
"@electron-forge/maker-zip": "^6.0.0-beta.57",
"@electron-forge/plugin-webpack": "^6.0.0-beta.57",
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@types/electron-devtools-installer": "^2.2.0",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/styled-components": "^5.1.10",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"electron": "^13.1.2",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-standard": "^5.0.0",
"jest": "^27.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.1",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4",
"wait-on": "^5.3.0"
"@babel/core": "7.14.6",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.5",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@electron-forge/cli": "6.0.0-beta.57",
"@electron-forge/maker-deb": "6.0.0-beta.57",
"@electron-forge/maker-rpm": "6.0.0-beta.57",
"@electron-forge/maker-squirrel": "6.0.0-beta.57",
"@electron-forge/maker-zip": "6.0.0-beta.57",
"@electron-forge/plugin-webpack": "6.0.0-beta.57",
"@marshallofsound/webpack-asset-relocator-loader": "0.5.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@types/electron-devtools-installer": "2.2.0",
"@types/jest": "26.0.23",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.8",
"@types/styled-components": "5.1.10",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"babel-loader": "8.2.2",
"cross-env": "7.0.3",
"electron": "13.1.2",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-standard": "5.0.0",
"jest": "27.0.4",
"npm-run-all": "4.1.5",
"prettier": "2.3.1",
"ts-jest": "27.0.3",
"typescript": "4.3.4",
"wait-on": "5.3.0"
},
"config": {
"forge": {
Expand Down
Loading

0 comments on commit cf24e39

Please sign in to comment.