Skip to content

Commit

Permalink
up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Dec 13, 2023
1 parent 04cc577 commit 7f94cfc
Show file tree
Hide file tree
Showing 9 changed files with 12,664 additions and 10,516 deletions.
23,114 changes: 12,631 additions & 10,483 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -8,29 +8,29 @@
"homepage": "https://imask.js.org/",
"repository": "https://github.com/uNmAnNeR/imaskjs",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.22.7",
"@babel/preset-env": "^7.22.7",
"@babel/preset-typescript": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@types/node": "^20.4.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"c8": "^8.0.0",
"c8": "^8.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.44.0",
"eslint": "^8.55.0",
"eslint-plugin-tsdoc": "^0.2.17",
"lerna": "^7.1.1",
"lerna": "^8.0.0",
"opencollective-postinstall": "^2.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.26.2",
"rimraf": "^5.0.5",
"rollup": "^4.8.0",
"rollup-plugin-multi-input": "^1.4.1",
"tsx": "^4.6.2",
"typedoc": "^0.24.8",
"typedoc": "^0.25.4",
"typescript": "^4.9.5"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions packages/angular-imask/package.json
Expand Up @@ -21,23 +21,23 @@
"mask"
],
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.4",
"@angular/cli": "^16.1.4",
"@angular-devkit/build-angular": "^16.2.10",
"@angular/cli": "^16.2.10",
"@angular/common": "^16.1.1",
"@angular/compiler": "^16.1.1",
"@angular/compiler-cli": "^16.1.4",
"@angular/compiler-cli": "^16.2.12",
"@angular/core": "^16.1.1",
"@angular/forms": "^16.1.4",
"@angular/language-service": "^16.1.4",
"@angular/forms": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@angular/platform-browser": "^16.1.1",
"@angular/platform-browser-dynamic": "^16.1.4",
"ng-packagr": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.2.12",
"ng-packagr": "^16.2.3",
"typescript": "^4.9.5",
"zone.js": "^0.13.1"
"zone.js": "^0.13.3"
},
"dependencies": {
"imask": "^7.1.3",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"publishConfig": {
"directory": "dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/imask/package.json
Expand Up @@ -79,6 +79,6 @@
],
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6",
"dependencies": {
"@babel/runtime-corejs3": "^7.22.6"
"@babel/runtime-corejs3": "^7.23.6"
}
}
4 changes: 2 additions & 2 deletions packages/react-imask/package.json
Expand Up @@ -72,8 +72,8 @@
},
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6",
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-imask/package.json
Expand Up @@ -34,7 +34,7 @@
},
"peerDependencies": {
"react": ">=16.0.0",
"react-native": "^0.71.12"
"react-native": "^0.71.14"
},
"engines": {
"npm": ">=4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-imask/package.json
Expand Up @@ -65,8 +65,8 @@
"solid-js": ">=1.3.0"
},
"devDependencies": {
"babel-preset-solid": "^1.7.7",
"solid-js": "^1.7.7"
"babel-preset-solid": "^1.8.6",
"solid-js": "^1.8.7"
},
"engines": {
"npm": ">=4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-imask/package.json
Expand Up @@ -63,7 +63,7 @@
"imask": "^7.1.3"
},
"peerDependencies": {
"svelte": ">=3.0.0"
"svelte": "^4.2.8"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-imask/package.json
Expand Up @@ -67,13 +67,13 @@
],
"dependencies": {
"imask": "^7.1.3",
"vue-demi": "^0.14.5"
"vue-demi": "^0.14.6"
},
"peerDependencies": {
"vue": ">=2.7"
},
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6",
"devDependencies": {
"vue": "^2.7.14"
"vue": "^2.7.15"
}
}

0 comments on commit 7f94cfc

Please sign in to comment.