Skip to content

Commit

Permalink
chore: upgrade tslib to 2.3.0 (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Aug 7, 2021
1 parent 1eb36fe commit e81eb57
Show file tree
Hide file tree
Showing 35 changed files with 210 additions and 157 deletions.
32 changes: 32 additions & 0 deletions .changeset/few-poems-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
'@accounts/apollo-link': patch
'@accounts/boost': patch
'@accounts/client': patch
'@accounts/client-magic-link': patch
'@accounts/client-password': patch
'@accounts/database-manager': patch
'@accounts/mongo': patch
'@accounts/mongo-magic-link': patch
'@accounts/mongo-password': patch
'@accounts/mongo-sessions': patch
'@accounts/redis': patch
'@accounts/database-tests': patch
'@accounts/typeorm': patch
'@accounts/e2e': patch
'@accounts/error': patch
'@accounts/express-session': patch
'@accounts/graphql-api': patch
'@accounts/graphql-client': patch
'@accounts/magic-link': patch
'@accounts/oauth': patch
'@accounts/oauth-instagram': patch
'@accounts/oauth-twitter': patch
'@accounts/password': patch
'@accounts/rest-client': patch
'@accounts/rest-express': patch
'@accounts/server': patch
'@accounts/two-factor': patch
'@accounts/types': patch
---

Upgrade tslib to 2.3.0
2 changes: 1 addition & 1 deletion examples/accounts-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"graphql": "14.6.0",
"lodash": "4.17.20",
"node-fetch": "2.6.1",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"nodemon": "2.0.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-server-typeorm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dotenv": "^8.2.0",
"graphql": "14.6.0",
"pg": "8.1.0",
"tslib": "2.1.0",
"tslib": "2.3.0",
"typeorm": "0.2.36"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"graphql": "14.6.0",
"graphql-tag": "2.11.0",
"mongoose": "5.9.25",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/mongoose": "5.7.32",
Expand Down
2 changes: 1 addition & 1 deletion examples/magic-link-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@accounts/mongo": "^0.33.4",
"@accounts/server": "^0.33.0",
"mongoose": "5.9.25",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/mongoose": "5.7.32",
Expand Down
2 changes: 1 addition & 1 deletion examples/rest-express-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cors": "2.8.5",
"express": "4.17.1",
"mongoose": "5.9.13",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/node": "16.4.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@apollo/client": "^3.0.0"
},
"dependencies": {
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/client": "^0.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"graphql": "14.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"tslib": "2.1.0"
"tslib": "2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/client-magic-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"dependencies": {
"@accounts/client": "^0.33.0",
"@accounts/types": "^0.33.0",
"tslib": "2.1.0"
"tslib": "2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/client-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"dependencies": {
"@accounts/client": "^0.33.0",
"@accounts/types": "^0.33.0",
"tslib": "2.1.0"
"tslib": "2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"dependencies": {
"@accounts/types": "^0.33.0",
"jwt-decode": "3.1.2",
"tslib": "2.1.0"
"tslib": "2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/database-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
},
"dependencies": {
"@accounts/types": "^0.33.0",
"tslib": "2.1.0"
"tslib": "2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/database-mongo-magic-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@accounts/types": "^0.33.0",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/mongo-password": "^0.32.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-mongo-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@accounts/types": "^0.33.0",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/jest": "26.0.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-mongo-sessions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@accounts/types": "^0.33.0",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/jest": "26.0.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@accounts/types": "^0.33.0",
"@types/mongodb": "^3.6.20",
"mongodb": "^3.4.1",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/database-tests": "^0.32.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@accounts/types": "^0.33.0",
"ioredis": "^4.14.1",
"shortid": "^2.2.15",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/database-tests": "^0.32.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"dependencies": {
"@accounts/types": "^0.33.0",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/jest": "26.0.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@accounts/types": "^0.33.0",
"lodash": "^4.17.20",
"reflect-metadata": "^0.1.13",
"tslib": "2.1.0",
"tslib": "2.3.0",
"typeorm": "^0.2.36"
}
}
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"graphql": "14.6.0",
"mongoose": "5.9.13",
"node-fetch": "2.6.1",
"tslib": "2.1.0",
"tslib": "2.3.0",
"typeorm": "0.2.36"
}
}
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"author": "Elies Lou (Aetherall)",
"license": "MIT",
"dependencies": {
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/jest": "26.0.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/express-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"@accounts/types": "^0.33.0",
"lodash": "^4.17.20",
"request-ip": "^2.1.3",
"tslib": "2.1.0"
"tslib": "2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/graphql-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@graphql-tools/merge": "6.2.13",
"@graphql-tools/utils": "7.9.0",
"request-ip": "2.1.3",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/magic-link": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@accounts/client": "^0.33.0",
"@accounts/types": "^0.33.0",
"@graphql-typed-document-node/core": "3.1.0",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@graphql-codegen/add": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/magic-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"bcryptjs": "^2.4.3",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/server": "^0.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth-instagram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@accounts/oauth": "^0.32.0",
"request": "^2.88.0",
"request-promise": "^4.2.6",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/jest": "26.0.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth-twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@accounts/oauth": "^0.32.0",
"oauth": "^0.9.15",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/jest": "26.0.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@accounts/types": "^0.33.0",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/server": "^0.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@accounts/two-factor": "^0.32.1",
"bcryptjs": "^2.4.3",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/server": "^0.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@accounts/types": "^0.33.0",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/client": "^0.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@accounts/types": "^0.33.0",
"express": "^4.17.0",
"request-ip": "^2.1.3",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@accounts/magic-link": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jsonwebtoken": "8.5.1",
"jwt-decode": "3.1.2",
"lodash.merge": "4.6.2",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/jest": "26.0.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/two-factor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@accounts/types": "^0.33.0",
"@types/speakeasy": "2.0.2",
"speakeasy": "^2.0.0",
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/jest": "26.0.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"author": "Elies Lou (Aetherall)",
"license": "MIT",
"dependencies": {
"tslib": "2.1.0"
"tslib": "2.3.0"
},
"devDependencies": {
"@types/jest": "26.0.24",
Expand Down

0 comments on commit e81eb57

Please sign in to comment.