Skip to content

Commit

Permalink
Tests (segmentio#180)
Browse files Browse the repository at this point in the history
* chore(deps): rebuild yarn.lock

* chore(deps): bump analytics-node in test suites
  • Loading branch information
alanjcharles authored Jul 6, 2021
1 parent 0dc47d9 commit 7a9bf66
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": ">=0.10.18"
},
"devDependencies": {
"@types/analytics-node": "^3.1.1",
"@types/analytics-node": "^3.1.5",
"@types/got": "^9.6.7",
"@types/hapi__joi": "^15.0.2",
"@types/jest": "^26.0.15",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/node-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"test": "node index.js"
},
"dependencies": {
"analytics-node": "^3.3.0"
"analytics-node": "^4.0.1"
}
}
6 changes: 3 additions & 3 deletions tests/e2e/node-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"test": "ts-node index.ts"
},
"dependencies": {
"analytics-node": "^3.3.0"
"analytics-node": "4.0.1"
},
"devDependencies": {
"@types/analytics-node": "^3.1.1",
"@types/analytics-node": "^3.1.5",
"ts-node": "^8.1.0",
"typescript": "^3.5.2"
"typescript": "^4.3.5"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==

"@types/analytics-node@^3.1.1":
"@types/analytics-node@^3.1.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@types/analytics-node/-/analytics-node-3.1.5.tgz#4fe00efc08aefc5211c8b8e6a8cb4145892c10e5"
integrity sha512-zSqNpyzF3hcweslf7ttqB03iZvxtymUh820SAXaFhox5Y5Qa7bYmrdOi4IW050OHrKmtq4SE4kE1XeE1mK+zrQ==
Expand Down

0 comments on commit 7a9bf66

Please sign in to comment.