Skip to content

Commit

Permalink
fix deploy, up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed May 21, 2024
1 parent 8e5de1c commit d1fe83e
Show file tree
Hide file tree
Showing 13 changed files with 2,636 additions and 3,648 deletions.
6,234 changes: 2,611 additions & 3,623 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,33 @@
"repository": "https://github.com/uNmAnNeR/imaskjs",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-env": "^7.24.5",
"@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.12.6",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"c8": "^9.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-tsdoc": "^0.2.17",
"lerna": "^8.1.2",
"lerna": "^8.1.3",
"opencollective-postinstall": "^2.0.3",
"rimraf": "^5.0.5",
"rollup": "^4.14.1",
"rimraf": "^5.0.7",
"rollup": "^4.17.2",
"rollup-plugin-multi-input": "^1.4.1",
"tsx": "3.12",
"typedoc": "^0.25.13",
"typescript": "^4.9.5"
},
"engines": {
"npm": ">=4.0.0",
"node": ">=8.0.0"
"node": ">=20.0.0"
},
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-imask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"mask"
],
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.13",
"@angular/cli": "^16.2.13",
"@angular-devkit/build-angular": "^16.2.14",
"@angular/cli": "^16.2.14",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
],
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6",
"dependencies": {
"@babel/runtime-corejs3": "^7.24.4"
"@babel/runtime-corejs3": "^7.24.5"
}
}
8 changes: 4 additions & 4 deletions packages/react-imask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
},
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6",
"devDependencies": {
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/react-imask/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import multi from 'rollup-plugin-multi-input';
import replace from '@rollup/plugin-replace';
import { nodeResolve } from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import pkg from './package.json' assert { type: 'json' };
import pkg from './package.json' with { type: 'json' };


const input = ['src/**'];
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-imask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"react-imask": "^7.6.1"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-native": "^0.71.17"
"react": "^18.3.1",
"react-native": "^0.74.1"
},
"engines": {
"npm": ">=4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-imask/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { babel } from '@rollup/plugin-babel';
import multi from 'rollup-plugin-multi-input';
import replace from '@rollup/plugin-replace';
import pkg from './package.json' assert { type: 'json' };
import pkg from './package.json' with { type: 'json' };


const input = ['src/**'];
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-imask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"solid-js": ">=1.3.0"
},
"devDependencies": {
"babel-preset-solid": "^1.8.16",
"solid-js": "^1.8.16"
"babel-preset-solid": "^1.8.17",
"solid-js": "^1.8.17"
},
"engines": {
"npm": ">=4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-imask/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import multi from 'rollup-plugin-multi-input';
import replace from '@rollup/plugin-replace';
import { nodeResolve } from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import pkg from './package.json' assert { type: 'json' };
import pkg from './package.json' with { type: 'json' };


const globals = {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-imask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"imask": "^7.6.1"
},
"peerDependencies": {
"svelte": "^4.2.12"
"svelte": "^4.2.17"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-imask/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import multi from 'rollup-plugin-multi-input';
import replace from '@rollup/plugin-replace';
import { nodeResolve } from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import pkg from './package.json' assert { type: 'json' };
import pkg from './package.json' with { type: 'json' };


const globals = {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-imask/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import multi from 'rollup-plugin-multi-input';
import replace from '@rollup/plugin-replace';
import { nodeResolve } from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import pkg from './package.json' assert { type: 'json' };
import pkg from './package.json' with { type: 'json' };


const globals = {
Expand Down

0 comments on commit d1fe83e

Please sign in to comment.