Skip to content

Commit

Permalink
up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Mar 29, 2023
1 parent 9dcc8dc commit 55b8998
Show file tree
Hide file tree
Showing 11 changed files with 16,904 additions and 8,184 deletions.
22,790 changes: 14,770 additions & 8,020 deletions package-lock.json

Large diffs are not rendered by default.

52 changes: 27 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,41 @@
"homepage": "https://imask.js.org/",
"repository": "https://github.com/uNmAnNeR/imaskjs",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.14.7",
"@babel/preset-flow": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/register": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.21.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@babel/register": "^7.21.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-eslint": "^8.0.5",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.4",
"core-js": "^3.25.1",
"chai": "^4.3.7",
"core-js": "^3.29.1",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"documentation": "^12.3.0",
"eslint": "^8.7.0",
"eslint": "^8.37.0",
"eslint-plugin-flowtype": "^8.0.3",
"flow-bin": "^0.170.0",
"lerna": "^5.5.1",
"mocha": "^10.0.0",
"lerna": "^6.6.1",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"opencollective-postinstall": "^2.0.3",
"rimraf": "^3.0.2",
"rollup": "^2.52.7",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-multi-input": "^1.4.1",
"rollup-plugin-polyfill": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^14.0.0",
"typescript": "^4.8.3"
"sinon": "^15.0.3",
"typescript": "^4.9.5"
},
"engines": {
"npm": ">=4.0.0",
Expand All @@ -56,9 +55,9 @@
"flow": "lerna run flow -- check",
"clean": "lerna clean",
"build": "npm run build:core && npm run build:plugins",
"build:core": "rimraf \"packages/imask/{dist,esm}\" && lerna run build --scope=imask",
"build:react": "rimraf \"packages/react-imask/{dist,esm}\" && lerna run build --scope=react-imask",
"build:plugins": "rimraf \"packages/!(imask)/{dist,esm}\" && lerna run build --ignore=imask",
"build:core": "rimraf --glob \"packages/imask/{dist,esm}\" && lerna run build --scope=imask",
"build:react": "rimraf --glob \"packages/react-imask/{dist,esm}\" && lerna run build --scope=react-imask",
"build:plugins": "rimraf --glob \"packages/!(imask)/{dist,esm}\" && lerna run build --ignore=imask",
"test": "lerna run test --parallel",
"make": "npm run test && npm run build",
"release": "npm run doc && npm run make && lerna publish",
Expand All @@ -71,5 +70,8 @@
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/imask"
},
"dependencies": {
"rimraf": "^4.4.1"
}
}
Loading

0 comments on commit 55b8998

Please sign in to comment.