Skip to content

Commit fca8a93

Browse files
Merge pull request #100 from SimplrJS/feature/publish-react-forms
Dependencies and versions updated.
2 parents af44d7c + 9a124d5 commit fca8a93

File tree

6 files changed

+143
-88
lines changed

6 files changed

+143
-88
lines changed

common/config/rush/npm-shrinkwrap.json

Lines changed: 116 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source-build": "npm run rush-tools -- run build -e @simplr/mvdir",
88
"test": "npm run rush-tools -- run test -e @simplr/mvdir",
99
"rush-tools": "ts-node ./tools/rush-tools.ts",
10-
"publish": "npm run rush-tools -- publish"
10+
"publish": "npm run rush-tools -- publish --access public"
1111
},
1212
"devDependencies": {
1313
"@microsoft/rush": "^3.0.9",

packages/react-forms-dom/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplr/react-forms-dom",
3-
"version": "4.0.1-beta.4",
3+
"version": "4.0.0",
44
"description": "DOM components for @simplr/react-forms.",
55
"repository": "SimplrJS/react-forms",
66
"homepage": "https://github.com/SimplrJS/react-forms",
@@ -34,25 +34,25 @@
3434
"@types/chokidar": "^1.7.0",
3535
"@types/enzyme": "^2.8.0",
3636
"@types/gulp": "^4.0.4",
37-
"@types/jest": "^19.2.4",
37+
"@types/jest": "^20.0.1",
3838
"@types/sinon": "^2.3.1",
3939
"@types/undertaker": "^1.1.2",
4040
"@types/vinyl-fs": "^2.4.5",
41-
"@types/webpack": "^2.2.15",
41+
"@types/webpack": "^2.2.16",
4242
"enzyme": "^2.8.2",
4343
"gulp": "github:gulpjs/gulp#4.0",
4444
"jest": "^20.0.4",
4545
"jest-enzyme": "^3.2.0",
4646
"react-test-renderer": "^15.6.1",
4747
"@simplr/mvdir": "0.0.2",
48-
"sinon": "^2.3.4",
48+
"sinon": "^2.3.5",
4949
"source-map-loader": "^0.2.1",
5050
"ts-jest": "^20.0.6",
5151
"ts-loader": "^2.1.0",
5252
"tslint": "^5.4.3",
5353
"typescript": "^2.3.4",
54-
"uglify-js": "^3.0.17",
55-
"webpack": "^2.6.1"
54+
"uglify-js": "^3.0.18",
55+
"webpack": "^3.0.0"
5656
},
5757
"dependencies": {
5858
"@types/prop-types": "^15.5.1",
@@ -61,7 +61,7 @@
6161
"prop-types": "^15.5.10",
6262
"react": "^15.6.1",
6363
"react-dom": "^15.6.1",
64-
"@simplr/react-forms": "^4.0.1-beta.4",
64+
"@simplr/react-forms": "^4.0.0",
6565
"tslib": "^1.7.1",
6666
"typed-immutable-record": "^0.0.6"
6767
},

packages/react-forms-validation/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplr/react-forms-validation",
3-
"version": "4.0.1-beta.7",
3+
"version": "4.0.0",
44
"description": "Validation library for @simplr/react-forms.",
55
"repository": "SimplrJS/react-forms",
66
"homepage": "https://github.com/SimplrJS/react-forms",
@@ -32,9 +32,9 @@
3232
],
3333
"devDependencies": {
3434
"@types/gulp": "^4.0.4",
35-
"@types/webpack": "^2.2.15",
35+
"@types/webpack": "^2.2.16",
3636
"@types/enzyme": "^2.8.0",
37-
"@types/jest": "^19.2.4",
37+
"@types/jest": "^20.0.1",
3838
"@types/sinon": "^2.3.1",
3939
"gulp": "github:gulpjs/gulp#4.0",
4040
"@simplr/mvdir": "0.0.2",
@@ -43,13 +43,13 @@
4343
"jest-enzyme": "^3.2.0",
4444
"react-dom": "^15.6.1",
4545
"react-test-renderer": "^15.6.1",
46-
"sinon": "^2.3.4",
46+
"sinon": "^2.3.5",
4747
"ts-jest": "^20.0.6",
4848
"ts-loader": "^2.1.0",
4949
"tslint": "^5.4.3",
5050
"typescript": "^2.3.4",
5151
"uglifyjs": "^2.4.11",
52-
"webpack": "^2.6.1"
52+
"webpack": "^3.0.0"
5353
},
5454
"dependencies": {
5555
"@types/react": "^15.0.29",
@@ -58,7 +58,7 @@
5858
"action-emitter": "^0.2.1",
5959
"immutable": "^3.8.1",
6060
"react": "^15.6.1",
61-
"@simplr/react-forms": "^4.0.1-beta.4",
61+
"@simplr/react-forms": "^4.0.0",
6262
"tslib": "^1.7.1",
6363
"validator": "^7.0.0"
6464
},

0 commit comments

Comments
 (0)