Skip to content

Commit

Permalink
package.json updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mgusmano committed Dec 10, 2018
1 parent 26d8be0 commit 81f9105
Show file tree
Hide file tree
Showing 31 changed files with 536 additions and 446 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "3.5.1"
"version": "3.6.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"boilerplate": "cd packages/ext-react-modern-boilerplate && npm start"
},
"devDependencies": {
"lerna": "~3.5.1"
"lerna": "~3.6.0"
}
}
8 changes: 4 additions & 4 deletions packages/ext-react-babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sencha/ext-react-babel-plugin",
"version": "6.6.3",
"version": "6.6.4",
"description": "Converts ES6 imports to reactify calls.",
"main": "dist/index.js",
"module": "index.js",
Expand All @@ -16,9 +16,9 @@
"license": "MIT",
"homepage": "https://github.com/sencha/ext-react/tree/master/packages/ext-react-babel-plugin",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-loader": "^8.0.4",
"chalk": "^2.4.1",
"fs": "^0.0.1-security"
Expand Down
46 changes: 23 additions & 23 deletions packages/ext-react-classic-boilerplate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sencha/ext-react-classic-boilerplate",
"product": "ext-react",
"version": "6.6.3",
"version": "6.6.4",
"description": "A boilerplate project showing how to integrate React and Ext JS using the classic toolkit.",
"main": "index.js",
"scripts": {
Expand All @@ -28,42 +28,42 @@
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.1.5",
"@babel/runtime": "^7.2.0",
"@sencha/ext": "~6.6.0",
"@sencha/ext-classic": "~6.6.0",
"@sencha/ext-react": "~6.6.3",
"@sencha/ext-react-transition": "~6.6.3",
"@sencha/ext-react-renderercell": "~6.6.3",
"@sencha/ext-react": "~6.6.4",
"@sencha/ext-react-transition": "~6.6.4",
"@sencha/ext-react-renderercell": "~6.6.4",
"@sencha/ext-classic-theme-triton": "~6.6.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react": "~16.6.3",
"react-dom": "~16.6.3",
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.6",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@sencha/ext-react-babel-plugin": "~6.6.3",
"@sencha/ext-react-webpack-plugin": "~6.6.3",
"@sencha/ext-react-babel-plugin": "~6.6.4",
"@sencha/ext-react-webpack-plugin": "~6.6.4",
"babel-loader": "^8.0.4",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"html-webpack-plugin": "^3.2.0",
"portfinder": "^1.0.19",
"portfinder": "^1.0.20",
"react-hot-loader": "^4.3.12",
"rimraf": "^2.6.2",
"webpack": "^4.26.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-shell-plugin": "^0.5.0"
Expand Down
56 changes: 28 additions & 28 deletions packages/ext-react-classic-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sencha/ext-react-classic-demo",
"product": "ext-react",
"version": "6.6.3",
"version": "6.6.4",
"description": "ext-react-classic-demo",
"main": "index.js",
"scripts": {
Expand All @@ -28,44 +28,44 @@
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@babel/runtime": "^7.2.0",
"@sencha/ext": "~6.6.0",
"@sencha/ext-classic": "~6.6.0",
"@sencha/ext-react": "~6.6.2",
"@sencha/ext-react-transition": "~6.6.2",
"@sencha/ext-react-renderercell": "~6.6.2",
"@sencha/ext-react": "~6.6.4",
"@sencha/ext-react-transition": "~6.6.4",
"@sencha/ext-react-renderercell": "~6.6.4",
"@sencha/ext-classic-theme-triton": "~6.6.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react": "~16.6.3",
"react-dom": "~16.6.3",
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@sencha/ext-react-babel-plugin": "~6.6.2",
"@sencha/ext-react-webpack-plugin": "~6.6.2",
"babel-loader": "^8.0.2",
"copy-webpack-plugin": "^4.5.2",
"@sencha/ext-react-babel-plugin": "~6.6.4",
"@sencha/ext-react-webpack-plugin": "~6.6.4",
"babel-loader": "^8.0.4",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"html-webpack-plugin": "^3.2.0",
"portfinder": "^1.0.17",
"react-hot-loader": "^4.3.11",
"portfinder": "^1.0.20",
"react-hot-loader": "^4.3.12",
"rimraf": "^2.6.2",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-shell-plugin": "^0.5.0"
}
}
20 changes: 10 additions & 10 deletions packages/ext-react-classic-renderwhenready-no-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sencha/ext-react-classic-renderwhenready-no-plugin",
"version": "6.6.3",
"version": "6.6.4",
"description": "A Demo",
"main": "index.js",
"scripts": {
Expand All @@ -24,13 +24,13 @@
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.1.5",

"@sencha/ext-react": "~6.6.3",
"@sencha/ext-react": "~6.6.4",

"react-dynamic-modal":"^1.1.1",

"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react": "~16.6.3",
"react-dom": "~16.6.3",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1"
Expand All @@ -39,13 +39,13 @@
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.6",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
Expand Down
38 changes: 19 additions & 19 deletions packages/ext-react-classic-renderwhenready/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sencha/ext-react-classic-renderwhenready",
"version": "6.6.3",
"version": "6.6.4",
"description": "A Demo",
"main": "index.js",
"scripts": {
Expand All @@ -27,12 +27,12 @@
"homepage": "https://github.com/sencha/ext-react#readme",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@babel/runtime": "^7.2.0",
"@sencha/ext": "~6.6.0",
"@sencha/ext-classic": "~6.6.0",
"@sencha/ext-classic-theme-triton": "~6.6.0",
"@sencha/ext-react": "~6.6.2",
"@sencha/ext-react-renderercell": "~6.6.2",
"@sencha/ext-react": "~6.6.4",
"@sencha/ext-react-renderercell": "~6.6.4",
"@sencha/ext-ux": "~6.6.0",
"prop-types": "^15.6.2",
"react": "^16.5.0",
Expand All @@ -42,21 +42,21 @@
"redux": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.0",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@sencha/ext-react-babel-plugin": "~6.6.2",
"@sencha/ext-react-webpack-plugin": "~6.6.2",
"@sencha/ext-react-babel-plugin": "~6.6.4",
"@sencha/ext-react-webpack-plugin": "~6.6.4",
"babel-loader": "^8.0.0",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
Expand All @@ -65,7 +65,7 @@
"react-hot-loader": "^4.3.4",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8",
"webpack-dev-server": "^3.1.10",
"webpack-shell-plugin": "^0.5.0"
}
}
46 changes: 23 additions & 23 deletions packages/ext-react-conference-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sencha/ext-react-conference-app",
"version": "6.6.3",
"version": "6.6.4",
"description": "A full example app using ExtReact and Redux.",
"main": "index.js",
"scripts": {
Expand All @@ -27,16 +27,16 @@
"homepage": "https://github.com/sencha/ext-react#readme",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@babel/runtime": "^7.2.0",
"@sencha/ext": "~6.6.0",
"@sencha/ext-calendar": "~6.6.0",
"@sencha/ext-d3": "~6.6.0",
"@sencha/ext-modern": "~6.6.0",
"@sencha/ext-modern-theme-material": "~6.6.0",
"@sencha/ext-modern-treegrid": "~6.6.0",
"@sencha/ext-react": "~6.6.2",
"@sencha/ext-react-renderercell": "~6.6.2",
"@sencha/ext-react-transition": "~6.6.2",
"@sencha/ext-react": "~6.6.4",
"@sencha/ext-react-renderercell": "~6.6.4",
"@sencha/ext-react-transition": "~6.6.4",
"d3": "^5.4.0",
"history": "^4.7.2",
"prop-types": "^15.6.2",
Expand All @@ -50,31 +50,31 @@
"topojson-client": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.0",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@sencha/ext-react-babel-plugin": "~6.6.2",
"@sencha/ext-react-webpack-plugin": "~6.6.2",
"@sencha/ext-react-babel-plugin": "~6.6.4",
"@sencha/ext-react-webpack-plugin": "~6.6.4",
"babel-loader": "^8.0.2",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"html-webpack-plugin": "^3.2.0",
"portfinder": "^1.0.17",
"react-hot-loader": "^4.3.11",
"portfinder": "^1.0.20",
"react-hot-loader": "^4.3.12",
"rimraf": "^2.6.2",
"webpack": "^4.19.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.8",
"webpack-dev-server": "^3.1.10",
"webpack-shell-plugin": "^0.5.0",
"static-server": "~2.2.1"
}
Expand Down
Loading

0 comments on commit 81f9105

Please sign in to comment.