Skip to content

Commit

Permalink
(chore) - Upgrade direct and transitive dependencies (#1376)
Browse files Browse the repository at this point in the history
* Upgrade dependencies

* Upgrade transitive dependencies

* Pin react-static to 7.4.2
  • Loading branch information
kitten authored Feb 10, 2021
1 parent b5fcafd commit b428101
Show file tree
Hide file tree
Showing 4 changed files with 1,689 additions and 2,009 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
**/node_modules
*.log
.rts2_cache*
.husky
dist/
build/
coverage/
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,50 +45,50 @@
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
"@babel/core": "^7.12.9",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.7",
"@changesets/cli": "^2.12.0",
"@changesets/get-github-info": "0.4.3",
"@rollup/plugin-babel": "^5.2.2",
"@babel/core": "^7.12.13",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/plugin-transform-react-jsx": "^7.12.13",
"@changesets/cli": "^2.14.1",
"@changesets/get-github-info": "0.4.5",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-sucrase": "^3.1.0",
"@rollup/pluginutils": "^4.1.0",
"@types/jest": "^26.0.16",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"babel-plugin-closure-elimination": "^1.3.2",
"babel-plugin-modular-graphql": "1.0.1",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"dotenv": "^8.2.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"execa": "^5.0.0",
"glob": "^7.1.6",
"graphql": "^15.4.0",
"husky": "^4.3.0",
"graphql": "^15.5.0",
"husky": "^5.0.9",
"invariant": "^2.2.4",
"jest": "^26.6.3",
"jest-watch-yarn-workspaces": "^1.1.0",
"lint-staged": "^10.5.2",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.34.1",
"rollup": "^2.38.5",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-visualizer": "^4.2.0",
"terser": "^5.5.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
"ts-jest": "^26.5.1",
"typescript": "^4.1.4"
}
}
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fuse.js": "^6.4.6",
"history": "^4.7.2",
"path": "^0.12.7",
"preact": "^10.5.7",
"preact": "^10.5.12",
"prism-react-renderer": "^1.1.0",
"prop-types": "^15.6.2",
"react": "^17.0.1",
Expand All @@ -47,7 +47,7 @@
"react-router-dom": "^5.0.1",
"react-router-ga": "^1.2.3",
"react-scroll": "^1.8.1",
"react-static": "^7.4.0",
"react-static": "7.4.2",
"react-static-plugin-md-pages": "^0.2.0",
"styled-components": "^5.2.1"
},
Expand Down
Loading

0 comments on commit b428101

Please sign in to comment.