Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Dec 2, 2021
1 parent 3296c31 commit 92b4011
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 125 deletions.
4 changes: 2 additions & 2 deletions examples/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"meros": "1.1.4",
"piecemeal": "^0.0.2"
"piecemeal": "^0.0.3"
},
"devDependencies": {
"tsm": "2.1.2"
"tsm": "2.2.1"
}
}
8 changes: 4 additions & 4 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"meros": "1.1.4",
"piecemeal": "^0.0.2",
"piecemeal": "^0.0.3",
"polka": "1.0.0-next.22"
},
"devDependencies": {
"@marais/tsconfig": "0.0.1",
"tsm": "2.1.2",
"typescript": "4.5.0-dev.20211020",
"vite": "2.6.10"
"tsm": "2.2.1",
"typescript": "4.5.2",
"vite": "2.6.14"
}
}
10 changes: 5 additions & 5 deletions examples/relay-with-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"@polka/parse": "1.0.0-next.21",
"@polka/send": "1.0.0-next.15",
"graphql": "15.4.0-experimental-stream-defer.1",
"graphql-helix": "1.10.2",
"graphql-helix": "1.10.3",
"meros": "1.1.4",
"polka": "1.0.0-next.22",
"react": "18.0.0-beta-149b420f6-20211119",
"react-dom": "18.0.0-beta-149b420f6-20211119",
"react-relay": "0.0.0-main-2d5d60fc",
"relay-runtime": "0.0.0-main-2d5d60fc"
"react-relay": "0.0.0-main-b925743b",
"relay-runtime": "0.0.0-main-b925743b"
},
"devDependencies": {
"@marais/tsconfig": "0.0.1",
"@types/react-relay": "11.0.2",
"@types/relay-runtime": "12.0.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"relay-compiler": "0.0.0-main-2d5d60fc",
"tsm": "2.1.4",
"relay-compiler": "0.0.0-main-b925743b",
"tsm": "2.2.1",
"typescript": "4.5.2",
"vite": "2.6.14",
"vite-plugin-relay": "1.0.7"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@
},
"devDependencies": {
"@marais/tsconfig": "0.0.1",
"@n1ru4l/push-pull-async-iterable-iterator": "3.0.0",
"@rollup/plugin-node-resolve": "13.0.5",
"@types/node": "16.10.3",
"prettier": "2.4.1",
"rollup": "2.58.0",
"rollup-plugin-dts": "4.0.0",
"@n1ru4l/push-pull-async-iterable-iterator": "3.1.0",
"@rollup/plugin-node-resolve": "13.0.6",
"@types/node": "16.11.11",
"prettier": "2.5.0",
"rollup": "2.60.2",
"rollup-plugin-dts": "4.0.1",
"rollup-plugin-filesize": "9.1.1",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.1",
"tslib": "2.3.1",
"tsm": "2.1.0",
"typescript": "4.4.3",
"tsm": "2.2.1",
"typescript": "4.5.2",
"uvu": "0.5.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 92b4011

Please sign in to comment.