Skip to content

Commit

Permalink
Bump example versions (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Jun 19, 2020
1 parent a45a4d3 commit b5d2fc9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 34 deletions.
4 changes: 2 additions & 2 deletions examples/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "webpack-dev-server --progress --hot --open"
},
"dependencies": {
"@probe.gl/bench": "^3.3.0-alpha.4",
"@probe.gl/react-bench": "^3.3.0-alpha.4",
"@probe.gl/bench": "^3.3.0",
"@probe.gl/react-bench": "^3.3.0",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/browser-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-test-example",
"version": "3.3.0-alpha.5",
"version": "3.3.0",
"description": "@probe.gl/test-utils browser based tests example",
"license": "MIT",
"private": true,
Expand All @@ -9,7 +9,7 @@
"test-browser": "node test/start.js"
},
"dependencies": {
"@probe.gl/test-utils": "3.3.0-alpha.5",
"@probe.gl/test-utils": "^3.3.0",
"tape": "^4.5.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/stats-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "stats-wdiget-example",
"version": "3.3.0-alpha.5",
"version": "3.3.0",
"private": true,
"license": "MIT",
"scripts": {
"start-local": "webpack-dev-server --env.local --progress --hot --open",
"start": "webpack-dev-server --progress --hot --open"
},
"dependencies": {
"@probe.gl/stats-widget": "3.3.0-alpha.5",
"probe.gl": "3.3.0-alpha.5",
"@probe.gl/stats-widget": "^3.3.0",
"probe.gl": "3.3.0",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/react-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"style-loader": "^1.1.3"
},
"peerDependencies": {
"@probe.gl/bench": "3.3.0-alpha.3",
"@probe.gl/bench": "3.3.0",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.0.0",
"@probe.gl/test-utils": "^3.1.1",
"@probe.gl/test-utils": "3.3.0",
"babel-loader": "^8.0.0",
"coveralls": "^2.13.0",
"eslint-config-prettier": "^4.1.0",
Expand Down
25 changes: 0 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1739,23 +1739,6 @@
dependencies:
"@types/node" ">= 8"

"@probe.gl/stats@3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@probe.gl/stats/-/stats-3.2.1.tgz#4e95c75513229ebb01384045e89524a466c022eb"
integrity sha512-tXe5krgbodxtVdUVWG4oIicMoCHNGp7QYkaHSDrUeTfJVqYuZz99T6r7qmn0bCo4wQlzn936jJ+QiAltHxatig==
dependencies:
"@babel/runtime" "^7.0.0"

"@probe.gl/test-utils@^3.1.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@probe.gl/test-utils/-/test-utils-3.2.1.tgz#4af5d1d202873f39a3789d78ce564b1d1671dde9"
integrity sha512-Mnip0Q/H8oEoX0n2CJZ1txOQfFaO2SL2dldwXr5KQeoXjhgbtaQJhOKUPocqaWKxyAw6S630uogtfKM3txFPUQ==
dependencies:
"@babel/runtime" "^7.0.0"
pixelmatch "^4.0.2"
probe.gl "3.2.1"
puppeteer "^1.16.0"

"@types/color-name@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
Expand Down Expand Up @@ -8161,14 +8144,6 @@ private@^0.1.8:
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==

probe.gl@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/probe.gl/-/probe.gl-3.2.1.tgz#c92db3e89df6c45a9fe0377890c6b0ded35d2974"
integrity sha512-ax0flZWVcrw3FF9MMt84mqfIckjkB7ItGer9rr8zlUbkIyzt66ypeJVLQlC28dJ/RBZtriflt2sVAhjENFohQA==
dependencies:
"@babel/runtime" "^7.0.0"
"@probe.gl/stats" "3.2.1"

process-nextick-args@~2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
Expand Down

0 comments on commit b5d2fc9

Please sign in to comment.