Skip to content

Commit

Permalink
chore:update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Jul 14, 2021
1 parent 9d1e32b commit df0d382
Show file tree
Hide file tree
Showing 6 changed files with 12,591 additions and 46 deletions.
1 change: 1 addition & 0 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
['@babel/plugin-proposal-nullish-coalescing-operator'], //node v10
['@babel/plugin-proposal-optional-chaining'], // node v10
['@babel/proposal-class-properties', { loose: true }], // stage-3 proposal
['@babel/proposal-private-methods', { loose: true }], // stage-3 proposal
'dev-expression',
[
'transform-define',
Expand Down
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
5 changes: 0 additions & 5 deletions .huskyrc.json

This file was deleted.

88 changes: 47 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"module": "dist/unpkg/index.esm.js",
"unpkg": "dist/unpkg/index.js",
"jsdelivr": "dist/unpkg/index.js",
"exports": {
"import": "./dist/esm/index.esm.js",
"require": "./dist/cjs/index.js",
"development": "./dist/cjs/index.development.js"
},
"sideEffects": true,
"types": "dist/types/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +42,8 @@
"build:esm": "del dist/esm && cross-env BABEL_ENV=esm babel src --out-dir dist/esm --extensions \".ts,.tsx,js,jsx\" --source-maps",
"build": "npm run docs && npm run build:cjs && npm run build:esm && npm run build:browser",
"build:watch": "npm run build:cjs -- --watch",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"prepare": "husky install"
},
"engines": {
"node": ">=10.0.0"
Expand Down Expand Up @@ -67,58 +73,58 @@
],
"author": "Ivan Vlatkovic",
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.13.0",
"@babel/types": "^7.12.7",
"@microsoft/api-documenter": "^7.12.1",
"@microsoft/api-extractor": "^7.12.1",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@babel/types": "^7.14.5",
"@microsoft/api-documenter": "^7.13.32",
"@microsoft/api-extractor": "^7.18.3",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/release-notes-generator": "^9.0.1",
"@size-limit/preset-small-lib": "^4.9.1",
"@types/jest": "^26.0.16",
"@types/node": "^14.14.10",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"@semantic-release/release-notes-generator": "^9.0.3",
"@size-limit/preset-small-lib": "^5.0.1",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.2",
"@types/node-fetch": "^2.5.11",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-transform-define": "^2.0.0",
"babel-preset-minify": "^0.5.1",
"commitizen": "^4.2.2",
"conventional-changelog-conventionalcommits": "^4.5.0",
"core-js": "^3.8.0",
"commitizen": "^4.2.4",
"conventional-changelog-conventionalcommits": "^4.6.0",
"core-js": "^3.15.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^3.0.1",
"eslint-config-prettier": "^8.0.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-tsdoc": "^0.2.10",
"husky": "^4.3.4",
"jest": "^26.6.3",
"jest-junit": "^12.0.0",
"jest-watch-typeahead": "^0.6.1",
"lint-staged": "^10.5.3",
"nock": "^13.0.5",
"node-fetch": "^2.6.0",
"del-cli": "4.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-tsdoc": "^0.2.14",
"husky": "^6.0.0",
"jest": "^27.0.6",
"jest-junit": "^12.2.0",
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^11.0.1",
"nock": "^13.1.1",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"prettier": "^2.3.2",
"prettier-standard": "^16.4.1",
"rollup": "^2.34.1",
"rollup": "^2.53.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.3.0",
"semantic-release": "^17.4.4",
"standardx": "^7.0.0",
"typescript": "^4.1.2"
"typescript": "^4.3.5"
}
}
Loading

0 comments on commit df0d382

Please sign in to comment.