Skip to content

Commit

Permalink
chore: update typeson and devDeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Apr 30, 2022
1 parent e3075e2 commit b8cf507
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 466 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# typeson-registry

## ?

- chore: update `typeson` and devDeps.

## Version 3.0.0

- BREAKING fix: Drop Node 12
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"node": "^14.17.0 || >=16.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-env": "^7.17.10",
"@brettz9/eslint-plugin": "^1.0.4",
"@brettz9/node-static": "^0.1.1",
"@rollup/plugin-babel": "^5.3.1",
Expand All @@ -98,7 +98,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.2.8",
"eslint-plugin-jsdoc": "^39.2.9",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-no-unsanitized": "^4.0.1",
Expand All @@ -111,14 +111,14 @@
"mocha": "^9.2.2",
"node-webcrypto-ossl": "^2.1.3",
"open-cli": "^7.0.1",
"rollup": "^2.70.2",
"rollup": "^2.71.1",
"rollup-plugin-terser": "^7.0.2",
"socket.io": "^4.5.0",
"socket.io-client": "^4.5.0"
},
"dependencies": {
"base64-arraybuffer-es6": "^1.0.0",
"typeson": "^7.0.1",
"typeson": "^7.0.2",
"whatwg-url": "^11.0.0"
},
"tonicExample": "var Typeson = require('typeson');\nvar TSON = new Typeson().register(require('typeson-registry/dist/presets/builtin'));\n\nTSON.stringify({foo: new Date()}, null, 2);"
Expand Down
Loading

0 comments on commit b8cf507

Please sign in to comment.