Skip to content

Commit

Permalink
up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Apr 9, 2024
1 parent 67a8fd2 commit 90d945d
Show file tree
Hide file tree
Showing 8 changed files with 1,539 additions and 1,573 deletions.
3,076 changes: 1,521 additions & 1,555 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 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.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@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.11.16",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@types/node": "^20.12.6",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-tsdoc": "^0.2.17",
"lerna": "^8.1.2",
"opencollective-postinstall": "^2.0.3",
"rimraf": "^5.0.5",
"rollup": "^4.9.6",
"rollup": "^4.14.1",
"rollup-plugin-multi-input": "^1.4.1",
"tsx": "3.12",
"typedoc": "^0.25.7",
"typedoc": "^0.25.13",
"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.12",
"@angular/cli": "^16.2.12",
"@angular-devkit/build-angular": "^16.2.13",
"@angular/cli": "^16.2.13",
"@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.9"
"@babel/runtime-corejs3": "^7.24.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-imask/package.json
Expand Up @@ -72,8 +72,8 @@
},
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6",
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"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.16"
"react-native": "^0.71.17"
},
"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.12",
"solid-js": "^1.8.14"
"babel-preset-solid": "^1.8.16",
"solid-js": "^1.8.16"
},
"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.5.1-alpha.0"
},
"peerDependencies": {
"svelte": "^4.2.10"
"svelte": "^4.2.12"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 90d945d

Please sign in to comment.