Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/basic-commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Basic example of using React with CommonJS",
"main": "index.js",
"devDependencies": {
"browserify": "^6.3.3",
"react": "^0.13.0",
"reactify": "^0.17.1"
"browserify": "^10.2.4",
"react": "^0.13.3",
"reactify": "^1.1.1"
},
"scripts": {
"build": "browserify --debug --transform reactify index.js > bundle.js"
Expand Down
8 changes: 4 additions & 4 deletions examples/server-rendering/jsapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"envify": "^3.0.0",
"react": "^0.13.0",
"browserify": "^3.38.0",
"reactify": "^1.0.0"
"browserify": "^10.2.4",
"envify": "^3.4.0",
"react": "^0.13.3",
"reactify": "^1.1.1"
}
}
8 changes: 4 additions & 4 deletions examples/server-rendering/reactserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"envify": "^3.0.0",
"react": "^0.13.0",
"express": "^3.5.1",
"node-jsx": "^0.12.0"
"envify": "^3.4.0",
"express": "^4.12.4",
"node-jsx": "^0.13.3",
"react": "^0.13.3"
}
}
8 changes: 4 additions & 4 deletions npm-jsx_orphaned_brackets_transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "1.0.1",
"main": "run.js",
"dependencies": {
"graceful-fs": "~2.0.0",
"jstransform": "~8.2.0",
"node-find-files": "0.0.2",
"optimist": "~0.6.0"
"graceful-fs": "^3.0.8",
"jstransform": "^11.0.1",
"node-find-files": "0.0.4",
"optimist": "^0.6.1"
},
"bin": {
"jsx_orphaned_brackets_transformer": "./run.js"
Expand Down
8 changes: 4 additions & 4 deletions npm-react-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"react-codemod": "./react-codemod"
},
"dependencies": {
"jscodeshift": "^0.1.0"
"jscodeshift": "^0.1.5"
},
"devDependencies": {
"babel": "^4.7.16",
"babel-jest": "^4.0.0",
"jest-cli": "^0.4.0"
"babel": "^5.5.8",
"babel-jest": "^5.3.0",
"jest-cli": "^0.4.12"
},
"jest": {
"scriptPreprocessor": "./node_modules/babel-jest",
Expand Down
2 changes: 1 addition & 1 deletion npm-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node": ">=0.10.0"
},
"dependencies": {
"envify": "^3.0.0"
"envify": "^3.4.0"
},
"browserify": {
"transform": [
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,44 +25,44 @@
"url": "https://github.com/facebook/react"
},
"dependencies": {
"commoner": "^0.10.0",
"jstransform": "^11.0.0"
"commoner": "^0.10.1",
"jstransform": "^11.0.1"
},
"devDependencies": {
"babel": "^5.5.5",
"babel-eslint": "^3.1.14",
"benchmark": "~1.0.0",
"browserify": "^9.0.3",
"bundle-collapser": "^1.1.1",
"coffee-script": "^1.8.0",
"coverify": "~1.0.4",
"babel": "^5.5.8",
"babel-eslint": "^3.1.15",
"benchmark": "^1.0.0",
"browserify": "^10.2.4",
"bundle-collapser": "^1.2.0",
"coffee-script": "^1.9.3",
"coverify": "~1.3.3",
"derequire": "^2.0.0",
"envify": "^3.0.0",
"es5-shim": "^4.0.0",
"envify": "^3.4.0",
"es5-shim": "^4.1.6",
"eslint": "^0.22.1",
"eslint-plugin-react": "^2.5.0",
"eslint-plugin-react": "^2.5.2",
"eslint-plugin-react-internal": "file:eslint-rules",
"eslint-tester": "^0.7.0",
"grunt": "~0.4.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-compare-size": "~0.4.0",
"grunt-compare-size": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-jest": "^0.1.2",
"gzip-js": "~0.3.2",
"jasmine-tapreporter": "~0.2.2",
"jest-cli": "^0.4.11",
"optimist": "~0.6.0",
"phantomjs": "~1.9",
"platform": "^1.1.0",
"populist": "~0.1.6",
"sauce-tunnel": "~1.1.0",
"tmp": "~0.0.18",
"typescript": "^1.4.0",
"uglify-js": "^2.4.20",
"grunt-contrib-connect": "^0.10.1",
"grunt-jest": "^0.1.3",
"gzip-js": "^0.3.2",
"jasmine-tapreporter": "^0.2.2",
"jest-cli": "^0.4.12",
"optimist": "^0.6.1",
"phantomjs": "^1.9.17",
"platform": "^1.3.0",
"populist": "^0.1.6",
"sauce-tunnel": "^2.2.3",
"tmp": "0.0.26",
"typescript": "^1.5.0-beta",
"uglify-js": "^2.4.23",
"uglifyify": "^3.0.1",
"wd": "~0.2.6"
"wd": "^0.3.12"
},
"engines": {
"node": ">=0.10.0"
Expand Down