Skip to content

Commit

Permalink
UPGRADES
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Nov 21, 2019
1 parent e42f84f commit f43e4ab
Show file tree
Hide file tree
Showing 16 changed files with 598 additions and 524 deletions.
2 changes: 1 addition & 1 deletion addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.129",
"@types/lodash": "^4.14.149",
"@types/uuid": "^3.4.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion app/rax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ts-dedent": "^1.1.0"
},
"devDependencies": {
"rax": "^1.0.0"
"rax": "^1.1.0"
},
"peerDependencies": {
"babel-loader": "^7.0.0 || ^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
},
"devDependencies": {
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/node": "^12.7.9",
"@types/webpack": "^4.4.32"
"@types/node": "^12.12.11",
"@types/webpack": "^4.41.0"
},
"peerDependencies": {
"@babel/core": "^7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"devDependencies": {
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/node": "^12.7.9",
"@types/webpack": "^4.4.32",
"@types/node": "^12.12.11",
"@types/webpack": "^4.41.0",
"babel-preset-vue": "^2.0.2",
"vue": "^2.6.8",
"vue-loader": "^15.7.0",
Expand Down
2 changes: 1 addition & 1 deletion examples-native/crna-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"expo": "^33.0.7",
"prop-types": "^15.6.2",
"react": "16.10.1",
"react": "16.12.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"whatwg-fetch": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@storybook/source-loader": "5.3.0-beta.3",
"@types/core-js": "^2.5.0",
"@types/jest": "^24.0.11",
"@types/node": "^12.7.9",
"@types/node": "^12.12.11",
"@types/webpack-env": "^1.14.0",
"babel-plugin-require-context-hook": "^1.0.0",
"global": "^4.3.2",
Expand Down
10 changes: 5 additions & 5 deletions examples/cra-ts-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
]
},
"dependencies": {
"@types/jest": "24.0.19",
"@types/node": "12.11.1",
"@types/react": "16.9.9",
"@types/react-dom": "16.9.2",
"@types/jest": "24.0.23",
"@types/node": "12.12.11",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.4",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-scripts": "3.2.0",
"typescript": "3.6.4"
"typescript": "3.7.2"
},
"devDependencies": {
"@storybook/addon-a11y": "5.3.0-beta.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/marko-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test": "npm run lint"
},
"dependencies": {
"marko": "^4.16.15",
"marko-starter": "^2.0.4"
"marko": "^4.18.25",
"marko-starter": "^2.1.0"
},
"devDependencies": {
"@storybook/addon-a11y": "5.3.0-beta.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/rax-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"dependencies": {
"event-emitter": "^0.3.5",
"rax": "^1.0.0",
"rax": "^1.1.0",
"rax-image": "^1.0.0",
"rax-link": "^1.0.0",
"rax-text": "^1.0.0",
"rax-text": "^1.1.2",
"rax-view": "^1.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions lib/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"semver": "^6.0.0",
"shallow-equal": "^1.1.0",
"store2": "^2.7.1",
"telejson": "^3.0.3",
"telejson": "^3.2.0",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@types/lodash": "^4.14.129",
"@types/lodash": "^4.14.149",
"@types/semver": "^6.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion lib/channel-postmessage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@storybook/client-logger": "5.3.0-beta.3",
"core-js": "^3.0.1",
"global": "^4.3.2",
"telejson": "^3.0.3"
"telejson": "^3.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"core-js": "^3.0.1",
"cross-spawn": "^7.0.0",
"didyoumean": "^1.2.1",
"envinfo": "^7.3.1",
"envinfo": "^7.5.0",
"esm": "3.2.25",
"fs-extra": "^8.0.1",
"inquirer": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"@storybook/router": "5.3.0-beta.3",
"@storybook/theming": "5.3.0-beta.3",
"@storybook/ui": "5.3.0-beta.3",
"airbnb-js-shims": "^1 || ^2",
"airbnb-js-shims": "^2.2.1",
"ansi-to-html": "^0.6.11",
"autoprefixer": "^9.4.9",
"autoprefixer": "^9.7.2",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-emotion": "^10.0.20",
"babel-plugin-macros": "^2.4.5",
"babel-plugin-macros": "^2.7.0",
"babel-preset-minify": "^0.5.0 || 0.6.0-alpha.5",
"boxen": "^4.1.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
Expand All @@ -58,7 +58,7 @@
"css-loader": "^3.0.0",
"detect-port": "^1.3.0",
"dotenv-webpack": "^1.7.0",
"ejs": "^2.6.1",
"ejs": "^2.7.4",
"express": "^4.17.0",
"file-loader": "^4.2.0",
"file-system-cache": "^1.0.5",
Expand Down
4 changes: 2 additions & 2 deletions lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"core-js-pure": "^3.0.1",
"emotion-theming": "^10.0.19",
"fast-deep-equal": "^2.0.1",
"fuse.js": "^3.4.4",
"fuse.js": "^3.4.6",
"global": "^4.3.2",
"lodash": "^4.17.15",
"markdown-to-jsx": "^6.9.3",
Expand All @@ -59,7 +59,7 @@
"resolve-from": "^5.0.0",
"semver": "^6.0.0",
"store2": "^2.7.1",
"telejson": "^3.0.3",
"telejson": "^3.2.0",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@
"@types/enzyme": "^3.10.3",
"@types/escodegen": "^0.0.6",
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.129",
"@types/node": "^12.7.9",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.11",
"@types/react": "^16.8.14",
"@types/semver": "^6.0.0",
"@types/webpack": "^4.39.0",
"@types/webpack": "^4.41.0",
"@types/webpack-env": "^1.14.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
Expand All @@ -156,10 +156,10 @@
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-emotion": "^10.0.20",
"babel-plugin-macros": "^2.4.5",
"babel-plugin-macros": "^2.7.0",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-preset-vue": "^2.0.2",
"chalk": "^2.4.2",
"chalk": "^3.0.0",
"codecov": "^3.5.0",
"codelyzer": "^5.0.0",
"commander": "^4.0.1",
Expand All @@ -179,7 +179,7 @@
"github-release-from-changelog": "^2.1.0",
"glob": "^7.1.3",
"http-server": "^0.11.1",
"husky": "^3.0.8",
"husky": "^3.1.0",
"inquirer": "^7.0.0",
"jest": "^24.8.0",
"jest-cli": "^24.8.0",
Expand All @@ -196,7 +196,7 @@
"jest-raw-loader": "^1.0.1",
"jest-vue-preprocessor": "^1.5.0",
"jest-watch-typeahead": "^0.4.0",
"lerna": "^3.14.1",
"lerna": "^3.19.0",
"lint-staged": "^9.4.1",
"lodash": "^4.17.15",
"node-cleanup": "^2.1.2",
Expand All @@ -218,9 +218,9 @@
"shx": "^0.3.2",
"sort-package-json": "^1.21.0",
"storybook-chromatic": "^3.0.0",
"svelte": "^3.4.1",
"svelte": "^3.15.0",
"svelte-jest": "^0.3.0",
"trash": "^6.0.0",
"trash": "^6.1.1",
"ts-dedent": "^1.1.0",
"ts-jest": "^24.0.2",
"typescript": "^3.4.0",
Expand Down
Loading

0 comments on commit f43e4ab

Please sign in to comment.