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 Dec 3, 2022
1 parent cd0c08d commit 0344a09
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build/rollup.config.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export default {
format: 'cjs',
exports: 'auto',
sourcemap: true,
preserveModules: true,
},
preserveModules: true,
plugins: [
nodeResolve(),
json(),
Expand Down
2 changes: 1 addition & 1 deletion build/rollup.config.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import json from '@rollup/plugin-json';
import nodeBuiltins from 'rollup-plugin-node-builtins';
import nodeGlobals from 'rollup-plugin-node-globals';
import {nodeResolve} from '@rollup/plugin-node-resolve';
import {terser} from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';


export default [
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
"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.20.5",
"@babel/preset-env": "^7.20.2",
"@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",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.1.0",
"autoprefixer": "^10.4.7",
"blueimp-file-upload": "^10.16.0",
"bootstrap": "^4.6.1",
"clean-css-cli": "^5.6.0",
"eslint": "^8.18.0",
"eslint": "^8.29.0",
"eslint-plugin-import": "^2.26.0",
"jquery": ">=1.12",
"nette-forms": "^3.1.0",
"node-sass": "^7.0.1",
"node-sass": "^8.0.0",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"rollup": "^2.75.7",
"postcss-cli": "^10.1.0",
"rollup": "^3.5.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser": "^7.0.2"
"rollup-plugin-node-globals": "^1.4.0"
},
"style": "dist/css/file-upload-control.css",
"sass": "src/assets/scss/file-upload-control.scss",
Expand Down

0 comments on commit 0344a09

Please sign in to comment.