Skip to content

Commit

Permalink
up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Feb 8, 2024
1 parent 3f8d24e commit bca9a7f
Show file tree
Hide file tree
Showing 9 changed files with 2,574 additions and 1,847 deletions.
4,383 changes: 2,555 additions & 1,828 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 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.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@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",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"c8": "^8.0.1",
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-plugin-tsdoc": "^0.2.17",
"lerna": "^8.0.0",
"lerna": "^8.1.2",
"opencollective-postinstall": "^2.0.3",
"rimraf": "^5.0.5",
"rollup": "^4.8.0",
"rollup": "^4.9.6",
"rollup-plugin-multi-input": "^1.4.1",
"tsx": "3.12",
"typedoc": "^0.25.4",
"typedoc": "^0.25.7",
"typescript": "^4.9.5"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-imask/package.json
Expand Up @@ -21,8 +21,8 @@
"mask"
],
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.10",
"@angular/cli": "^16.2.10",
"@angular-devkit/build-angular": "^16.2.12",
"@angular/cli": "^16.2.12",
"@angular/common": "^16.1.1",
"@angular/compiler": "^16.1.1",
"@angular/compiler-cli": "^16.2.12",
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.23.6"
"@babel/runtime-corejs3": "^7.23.9"
}
}
4 changes: 2 additions & 2 deletions packages/react-imask/package.json
Expand Up @@ -72,8 +72,8 @@
},
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6",
"devDependencies": {
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"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.14"
"react-native": "^0.71.16"
},
"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.8.6",
"solid-js": "^1.8.7"
"babel-preset-solid": "^1.8.12",
"solid-js": "^1.8.14"
},
"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.3.0"
},
"peerDependencies": {
"svelte": "^4.2.8"
"svelte": "^4.2.10"
},
"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.3.0",
"vue-demi": "^0.14.6"
"vue-demi": "^0.14.7"
},
"peerDependencies": {
"vue": ">=2.7"
},
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6",
"devDependencies": {
"vue": "^2.7.15"
"vue": "^2.7.16"
}
}

0 comments on commit bca9a7f

Please sign in to comment.