Skip to content

Commit

Permalink
⬆️ Minor upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Jan 25, 2019
1 parent e79048e commit b6b470e
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 103 deletions.
2 changes: 1 addition & 1 deletion packages/immutadot-benchmark/src/benchmark.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const benchmarkSuite = new BenchmarkSuite(
['es2015', 'ES2015 destructuring'],
['immutable', 'immutable 3.8.2'],
['seamless', 'seamless-immutable 7.1.4'],
['immer', 'immer 1.12.0'],
['immer', 'immer 1.12.1'],
['qim', 'qim 0.0.52'],
['immutadot', 'immutad●t 2.0.0'],
['qim-curried', 'qim 0.0.52 curried'],
Expand Down
10 changes: 5 additions & 5 deletions packages/immutadot-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"Hugo WOOD (https://github.com/hgwood)"
],
"dependencies": {
"esm": "^3.1.2"
"esm": "~3.1.2"
},
"devDependencies": {
"@types/jest": "^23.3.12",
"@types/jest": "~23.3.12",
"jest": "~23.6.0",
"jsdoc": "~3.5.5",
"lerna": "~3.10.6",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"ts-jest": "~23.10.5",
"tslint": "~5.12.0",
"typescript": "~3.2.2"
},
"scripts": {
"prebuild": "yarn clean",
Expand Down

0 comments on commit b6b470e

Please sign in to comment.