Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #81 from wildpeaks/3.1.0
Browse files Browse the repository at this point in the history
3.1.0
  • Loading branch information
cecilemuller authored Aug 10, 2018
2 parents 2fd0b19 + a286eaf commit c622c5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wildpeaks/store",
"version": "3.0.0",
"version": "3.1.0",
"description": "Tiny Typescript class to store an immutable State, edited by JSON messages, and emitting JSON props",
"author": "Cecile Muller",
"license": "MIT",
Expand Down Expand Up @@ -32,20 +32,20 @@
"homepage": "https://github.com/wildpeaks/package-store#readme",
"devDependencies": {
"@types/jasmine": "2.8.8",
"@types/node": "10.5.5",
"@types/node": "10.5.7",
"@wildpeaks/eslint-config-typescript": "5.1.0",
"@wildpeaks/webpack-config-web": "1.6.0",
"eslint": "5.0.1",
"eslint": "5.3.0",
"express": "4.16.3",
"jasmine": "3.1.0",
"preact": "8.2.9",
"jasmine": "3.2.0",
"preact": "8.3.0",
"puppeteer": "1.6.2",
"recursive-readdir": "2.2.2",
"rimraf": "2.6.2",
"ts-loader": "4.3.0",
"ts-loader": "4.4.2",
"ts-node": "7.0.0",
"typescript": "2.8.3",
"webpack": "4.16.4"
"typescript": "3.0.1",
"webpack": "4.16.5"
},
"peerDependencies": {
"typescript": "*"
Expand Down

0 comments on commit c622c5a

Please sign in to comment.