Navigation Menu

Skip to content

Commit

Permalink
Examples: Update dependencies (exclude prereleases)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxaviers committed Jul 3, 2017
1 parent f8532eb commit aac24ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/amd-bower/bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "globalize-hello-world-amd-bower",
"dependencies": {
"cldr-data": "*",
"globalize": ">=1.3.0-a <2.0.0",
"globalize": "^1.3.0",
"iana-tz-data": "*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/app-npm-webpack/package.json
Expand Up @@ -2,8 +2,8 @@
"private": true,
"devDependencies": {
"cldr-data": ">=25",
"globalize": ">=1.3.0-a <2.0.0",
"globalize-webpack-plugin": ">=0.4.0-a <0.5.0",
"globalize": "^1.3.0",
"globalize-webpack-plugin": ">=0.4.0 <1.0.0 || ^1.1.0",
"html-webpack-plugin": "^1.1.0",
"iana-tz-data": "^2017.1.0",
"nopt": "^3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/globalize-compiler/package.json
Expand Up @@ -6,8 +6,8 @@
},
"devDependencies": {
"cldr-data": ">=25",
"globalize": ">=1.3.0-a <2.0.0",
"globalize-compiler": ">= 0.3.0-a <0.4.0",
"globalize": "^1.3.0",
"globalize-compiler": "^1.0.0",
"iana-tz-data": "^2017.1.0",
"jquery": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/node-npm/package.json
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"cldr-data": "latest",
"globalize": ">=1.3.0-a <2.0.0",
"globalize": "^1.3.0",
"iana-tz-data": ">=2017.0.0"
},
"cldr-data-urls-filter": "(core|dates|numbers|units)"
Expand Down

0 comments on commit aac24ce

Please sign in to comment.