Skip to content

Commit

Permalink
Update all dependencies to their latest minor/patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Sep 13, 2019
1 parent 9611b70 commit ee58751
Show file tree
Hide file tree
Showing 7 changed files with 1,125 additions and 1,596 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,63 +28,63 @@
"test": "yarn jest"
},
"dependencies": {
"@atlaskit/build-releases": "^3.0.2",
"@changesets/cli": "^1.3.0",
"@atlaskit/build-releases": "^3.0.6",
"@changesets/cli": "^1.3.3",
"babel-jest": "^23.6.0",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"bolt": "^0.23.6",
"copy-webpack-plugin": "^4.5.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.11",
"form-data": "^2.3.2",
"form-data": "^2.5.1",
"html-webpack-plugin": "^3.2.0",
"isomorphic-unfetch": "^2.0.0",
"isomorphic-unfetch": "^2.1.1",
"lodash.isequal": "^4.5.0",
"lodash.pick": "^4.4.0",
"lz-string": "^1.4.4",
"meow": "^5.0.0",
"mini-css-extract-plugin": "^0.4.0",
"p-memoize": "^2.0.0",
"mini-css-extract-plugin": "^0.4.5",
"p-memoize": "^2.1.0",
"path-browserify": "^1.0.0",
"pkg-dir": "^2.0.0",
"pkg-up": "^2.0.0",
"prop-types": "^15.6.1",
"query-string": "^6.1.0",
"prop-types": "^15.7.2",
"query-string": "^6.8.3",
"react-node-resolver": "^1.0.1",
"react-select": "2.0.0-beta.6",
"resolve": "^1.7.1",
"webpack": "^4.9.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.4"
"react-select": "^2.4.4",
"resolve": "^1.12.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
"@types/node": "^7.0.43",
"@types/mocha": "^2.2.48",
"@types/node": "^12.7.5",
"all-contributors-cli": "^6.9.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"emotion": "9.2.12",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react": "^7.14.3",
"flow-bin": "^0.64.0",
"husky": "^3.0.5",
"jest": "^23.6.0",
"jest-in-case": "^1.0.2",
"prettier": "1.18.2",
"pretty-quick": "^1.11.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"typescript": "^2.6.1",
"vscode": "^1.1.6"
"react": "^16.9.0",
"react-dom": "^16.9.0",
"typescript": "^2.9.2",
"vscode": "^1.1.36"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/bitbucket-codesandboxer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"codesandboxer": "^1.0.0",
"copy-webpack-plugin": "^4.5.1",
"codesandboxer": "^1.0.3",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.11",
"mini-css-extract-plugin": "^0.4.0",
"p-memoize": "^2.0.0",
"mini-css-extract-plugin": "^0.4.5",
"p-memoize": "^2.1.0",
"path-browserify": "^1.0.0",
"prop-types": "^15.6.1",
"query-string": "^6.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-select": "2.0.0-beta.6",
"webpack": "^4.9.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.4"
"prop-types": "^15.7.2",
"query-string": "^6.8.3",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-select": "^2.4.4",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1"
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/codesandboxer-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"codesandboxer": "^1.0.3",
"meow": "^5.0.0",
"pkg-dir": "^2.0.0",
"resolve": "^1.7.1"
"resolve": "^1.12.0"
},
"devDependencies": {
"react-node-resolver": "^1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/codesandboxer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"babel-runtime": "^6.26.0",
"form-data": "^2.3.2",
"isomorphic-unfetch": "^2.0.0",
"form-data": "^2.5.1",
"isomorphic-unfetch": "^2.1.1",
"lz-string": "^1.4.4",
"path-browserify": "^1.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cases(
config,
json,
}) => {
expectedDeps = { react: '^16.2.0', ...expectedDeps };
expectedDeps = { react: '^16.9.0', ...expectedDeps };
return fetchRelativeFile(name, pkg, [], GHConfig, config).then(
// We are not currently testing the file's contents. Maybe we should do this
({ file, deps, internalImports }) => {
Expand All @@ -43,7 +43,7 @@ cases(
},
{
name: 'fixtures/withAbsoluteImport',
expectedDeps: { 'react-node-resolver': '^1.0.1', resolve: '^1.7.1' },
expectedDeps: { 'react-node-resolver': '^1.0.1', resolve: '^1.12.0' },
},
{
name: 'fixtures/withRelativeImport',
Expand Down
118 changes: 59 additions & 59 deletions packages/vs-codesandboxer/package.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
{
"name": "vs-codesandboxer",
"version": "1.0.0",
"description": "Upload to CodeSandbox from a single entry file",
"repository": {
"type": "git",
"url": "https://github.com/codesandbox/codesandboxer",
"directory": "packages/vs-codesandboxer"
},
"main": "./extension",
"scripts": {
"build": "echo done",
"test": "node ./node_modules/vscode/bin/test"
},
"dependencies": {
"codesandboxer-fs": "^1.0.0",
"pkg-dir": "^2.0.0",
"pkg-up": "^2.0.0"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
"@types/node": "^7.0.43",
"eslint": "^4.19.1",
"typescript": "^2.6.1",
"vscode": "^1.1.6"
},
"engines": {
"vscode": "^1.23.0"
},
"activationEvents": [
"onCommand:extension.vs-codesandboxer"
"name": "vs-codesandboxer",
"version": "1.0.0",
"description": "Upload to CodeSandbox from a single entry file",
"repository": {
"type": "git",
"url": "https://github.com/codesandbox/codesandboxer",
"directory": "packages/vs-codesandboxer"
},
"main": "./extension",
"scripts": {
"build": "echo done",
"test": "node ./node_modules/vscode/bin/test"
},
"dependencies": {
"codesandboxer-fs": "^1.0.3",
"pkg-dir": "^2.0.0",
"pkg-up": "^2.0.0"
},
"devDependencies": {
"@types/mocha": "^2.2.48",
"@types/node": "^12.7.5",
"eslint": "^4.19.1",
"typescript": "^2.9.2",
"vscode": "^1.1.36"
},
"engines": {
"vscode": "^1.23.0"
},
"activationEvents": [
"onCommand:extension.vs-codesandboxer"
],
"contributes": {
"commands": [
{
"command": "extension.vs-codesandboxer",
"title": "Deploy to CodeSandbox"
}
],
"contributes": {
"commands": [
{
"command": "extension.vs-codesandboxer",
"title": "Deploy to CodeSandbox"
}
],
"menus": {
"editor/context": [
{
"when": "resourceLangId == javascript",
"command": "extension.vs-codesandboxer"
},
{
"when": "resourceLangId == vue",
"command": "extension.vs-codesandboxer"
},
{
"when": "resourceLangId == typescriptreact",
"command": "extension.vs-codesandboxer"
},
{
"when": "resourceLangId == javascriptreact",
"command": "extension.vs-codesandboxer"
}
]
"menus": {
"editor/context": [
{
"when": "resourceLangId == javascript",
"command": "extension.vs-codesandboxer"
},
{
"when": "resourceLangId == vue",
"command": "extension.vs-codesandboxer"
},
{
"when": "resourceLangId == typescriptreact",
"command": "extension.vs-codesandboxer"
},
{
"when": "resourceLangId == javascriptreact",
"command": "extension.vs-codesandboxer"
}
},
"displayName": "vs-codesandboxer",
"publisher": "noviny"
]
}
},
"displayName": "vs-codesandboxer",
"publisher": "noviny"
}
Loading

0 comments on commit ee58751

Please sign in to comment.