Skip to content

Commit

Permalink
Update FE build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 21, 2022
1 parent ef8368e commit 0277f37
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 14.x
- name: Install
run: npm install
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion build/rollup.config.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default {
format: 'cjs',
exports: 'auto',
sourcemap: true,
preserveModules: true,
},
preserveModules: true,
plugins: [
nodeResolve(),
json(),
Expand Down
14 changes: 3 additions & 11 deletions dist/phone-number-input.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/phone-number-input.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/phone-number-input.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/phone-number-input.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nepada/phone-number-input",
"version": "1.1.0",
"version": "1.2.1",
"type": "module",
"description": "Client side script of Phone number form input for Nette forms.",
"keywords": [
Expand All @@ -25,22 +25,22 @@
"nette-forms": "^3.1.0"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@nepada/eslint-config": "^1.5.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"eslint": "^8.18.0",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"eslint": "^8.26.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"eslint-plugin-jest": "^27.1.3",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"libphonenumber-js": "^1.10.0",
"nette-forms": "^3.1.0",
"rollup": "^2.75.7",
"rollup": "^3.2.3",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser": "^7.0.2"
Expand Down

0 comments on commit 0277f37

Please sign in to comment.