Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #5375

Merged
merged 3 commits into from Aug 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
70 changes: 35 additions & 35 deletions package.json
Expand Up @@ -2,15 +2,35 @@
"name": "react-bootstrap",
"version": "1.3.0",
"description": "Bootstrap 4 components built with React",
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
},
"keywords": [
"react",
"ecosystem-react",
"react-component",
"bootstrap"
],
"homepage": "https://react-bootstrap.github.io/",
"sideEffects": false,
"bugs": {
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
},
"license": "MIT",
"author": {
"name": "Stephen J. Collings",
"email": "stevoland@gmail.com"
},
"files": [
"CHANGELOG.md",
"lib",
"dist",
"es"
],
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
},
"scripts": {
"bootstrap": "yarn && yarn --cwd www",
"build": "node tools/build.js",
Expand Down Expand Up @@ -40,27 +60,6 @@
"singleQuote": true,
"trailingComma": "all"
},
"files": [
"CHANGELOG.md",
"lib",
"dist",
"es"
],
"keywords": [
"react",
"ecosystem-react",
"react-component",
"bootstrap"
],
"author": {
"name": "Stephen J. Collings",
"email": "stevoland@gmail.com"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.4.2",
"@restart/context": "^2.1.4",
Expand All @@ -85,13 +84,13 @@
"@4c/rollout": "^2.1.10",
"@4c/tsconfig": "^0.3.1",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/core": "^7.11.1",
"@babel/preset-typescript": "^7.10.4",
"@babel/register": "^7.10.5",
"@react-bootstrap/babel-preset": "^1.2.0",
"@react-bootstrap/eslint-config": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-istanbul": "^6.0.0",
Expand All @@ -104,7 +103,7 @@
"cross-env": "^7.0.2",
"dtslint": "^3.6.14",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-adapter-react-16": "^1.15.3",
"eslint": "^7.6.0",
"eslint-config-4catalyzer-typescript": "^2.0.2",
"eslint-import-resolver-node": "^0.3.4",
Expand All @@ -129,23 +128,24 @@
"karma-webpack": "^4.0.2",
"lint-staged": "^10.2.11",
"lodash": "^4.17.19",
"mocha": "^8.1.0",
"mocha": "^8.1.1",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"sinon": "^9.0.2",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0",
"typescript": "^3.9.7",
"webpack": "^4.44.1"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"publishConfig": {
"directory": "lib"
},
"release": {
"conventionalCommits": true
},
"bugs": {
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
}
}
70 changes: 36 additions & 34 deletions www/package.json
@@ -1,11 +1,34 @@
{
"name": "react-bootstrap-docs",
"description": "React-Bootstrap Documentation",
"version": "1.0.0",
"author": "Jason Quense",
"description": "React-Bootstrap Documentation",
"keywords": [
"gatsby"
],
"homepage": "https://react-bootstrap.github.io/",
"bugs": {
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
},
"license": "MIT",
"author": "Jason Quense",
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
},
"scripts": {
"start": "yarn develop",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && yarn push-docs",
"push-docs": "gh-pages -d public --branch master --repo \"https://github.com/react-bootstrap/react-bootstrap.github.io.git\"",
"sort": "import-sort 'src/pages/**/*.js'"
},
"importSort": {
".js": {
"style": "module",
"parser": "4catalyzer"
}
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
Expand All @@ -15,64 +38,43 @@
"@mdx-js/react": "^1.6.16",
"@restart/context": "^2.1.4",
"@restart/hooks": "^0.3.25",
"ast-types": "^0.13.3",
"astroturf": "^0.10.4",
"bootstrap": "^4.5.0",
"bootstrap": "^4.5.2",
"classnames": "^2.2.6",
"common-tags": "^1.8.0",
"copy-text-to-clipboard": "^2.2.0",
"docsearch.js": "^2.6.3",
"dom-helpers": "^5.2.0",
"formik": "^2.1.5",
"gatsby": "^2.24.23",
"gatsby": "^2.24.43",
"gatsby-plugin-astroturf": "^0.2.1",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-mdx": "^1.2.30",
"gatsby-plugin-mdx": "^1.2.34",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-source-filesystem": "2.3.23",
"gatsby-source-filesystem": "2.3.24",
"gatsby-transformer-react-docgen": "^5.2.11",
"gatsby-transformer-remark": "^2.8.27",
"gatsby-transformer-remark": "^2.8.28",
"gh-pages": "^3.1.0",
"holderjs": "^2.9.7",
"import-sort-cli": "^6.0.0",
"import-sort-parser-4catalyzer": "^4.0.1",
"import-sort-style-module": "^6.0.0",
"lodash": "^4.17.19",
"node-sass": "^4.14.1",
"prismjs": "^1.20.0",
"prismjs": "^1.21.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-docgen": "^5.3.0",
"react-dom": "^16.13.1",
"react-live": "^2.2.2",
"remark-slug": "^6.0.0",
"shakespeare-data": "^3.0.0",
"yup": "^0.29.2"
},
"importSort": {
".js": {
"style": "module",
"parser": "4catalyzer"
}
},
"homepage": "https://react-bootstrap.github.io/",
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
},
"scripts": {
"start": "yarn develop",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && yarn push-docs",
"push-docs": "gh-pages -d public --branch master --repo \"https://github.com/react-bootstrap/react-bootstrap.github.io.git\"",
"sort": "import-sort 'src/pages/**/*.js'"
"yup": "^0.29.3"
},
"dependencies": {
"ast-types": "^0.13.2"
"resolutions": {
"@babel/core": "7.10.5",
"@babel/parser": "7.10.5"
}
}