Skip to content

Commit

Permalink
chore: bump major
Browse files Browse the repository at this point in the history
  • Loading branch information
miralemd committed Dec 3, 2019
1 parent 134edd0 commit 37def37
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- image: circleci/node:10.13.0
- image: qlikcore/engine:12.515.0
command: -S AcceptEULA=yes
- image: browserless/chrome:1.20.0-puppeteer-1.20.0
- image: browserless/chrome:1.21.0-puppeteer-1.20.0

working_directory: ~/project

Expand Down
2 changes: 1 addition & 1 deletion commands/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"chalk": "3.0.0",
"ejs": "2.7.4",
"ejs": "3.0.1",
"fs-extra": "8.1.0",
"inquirer": "7.0.0"
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
},
"resolutions": {
"**/react": "16.12.0",
"**/react-dom": "16.12.0"
"**/react-dom": "16.12.0",
"**/react-is": "16.12.0"
},
"workspaces": [
"generated/*",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const config = isEsm => {
'cloneElement',
],
'react-dom': ['createPortal', 'findDOMNode'],
'react-is': ['ForwardRef'],
'react-is': ['ForwardRef', 'isFragment'],
'react-transition-group/node_modules/prop-types/index.js': propTypes,
'prop-types/index.js': propTypes,
'@material-ui/utils/node_modules/prop-types': propTypes,
Expand Down
14 changes: 5 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7529,10 +7529,10 @@ ee-first@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"

ejs@2.7.4:
version "2.7.4"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
ejs@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.0.1.tgz#30c8f6ee9948502cc32e85c37a3f8b39b5a614a5"
integrity sha512-cuIMtJwxvzumSAkqaaoGY/L6Fc/t6YvoP9/VIaK0V/CyqKLEQ8sqODmYfy/cjXEdZ9+OOL8TecbJu+1RsofGDw==

ejs@^2.6.1:
version "2.7.1"
Expand Down Expand Up @@ -13731,11 +13731,7 @@ react-input-autosize@^2.2.2:
dependencies:
prop-types "^15.5.8"

react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"

react-is@^16.8.0:
react-is@16.12.0, react-is@^16.7.0, react-is@^16.8.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
version "16.12.0"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
Expand Down

0 comments on commit 37def37

Please sign in to comment.