Skip to content

Commit

Permalink
Update all npm packages
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Marston <[email protected]>
  • Loading branch information
richardmarston committed May 26, 2021
1 parent b679323 commit 951d58b
Show file tree
Hide file tree
Showing 9 changed files with 1,555 additions and 3,509 deletions.
276 changes: 122 additions & 154 deletions cimmenu/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions cimmenu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"install-deps": "npm install async @babel/preset-react fast-glob rollup rollup-plugin-babel rollup-plugin-json rollup-plugin-handlebars-plus xml2js"
},
"dependencies": {
"@babel/preset-react": "^7.10.1",
"@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-replace": "^2.3.3",
"async": "^3.2.0",
"fast-glob": "^3.2.4",
"rollup": "^2.18.0",
"rollup-plugin-handlebars-plus": "^0.2.5",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-string": "^3.0.0",
"xml2js": "^0.4.23"
"@babel/preset-react": "*",
"@rollup/plugin-babel": "*",
"@rollup/plugin-replace": "*",
"async": "*",
"fast-glob": "^3.2.5",
"rollup": "*",
"rollup-plugin-handlebars-plus": "*",
"rollup-plugin-json": "*",
"rollup-plugin-string": "*",
"xml2js": "*"
}
}
6 changes: 4 additions & 2 deletions cimmenu/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,22 @@ export default {
plugins: [
handlebars({
handlebars: {},
helpers: [ "./helpers.js" ],
helpers: [ "./templates/handlebars/helpers.js" ],
id: "handlebars/runtime",
options: {
jquery: false,
},
templateExtension: [ ".handlebars" ]
}),
babel({
babelHelpers: "bundled",
exclude: "node_modules/**",
presets: ['@babel/env', '@babel/preset-react']
}),
replace({
exclude: 'node_modules/**',
"logIfDebug": logIfDebugFunction
"logIfDebug": logIfDebugFunction,
preventAssignment: false
}),
string({
include: [ "css/*.css" ],
Expand Down
1,996 changes: 171 additions & 1,825 deletions cimsvg/package-lock.json

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions cimsvg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
"test": ""
},
"dependencies": {
"@babel/preset-react": "^7.10.1",
"@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-replace": "^2.3.3",
"rollup-plugin-handlebars-plus": "^0.2.5",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-svgo": "^1.1.0"
"@babel/preset-react": "*",
"@rollup/plugin-babel": "*",
"@rollup/plugin-replace": "*",
"rollup-plugin-handlebars-plus": "*",
"rollup-plugin-string": "*",
"rollup-plugin-svgo": "*"
}
}
4 changes: 3 additions & 1 deletion cimsvg/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,14 @@ export default {
templateExtension: [ ".handlebars" ]
}),
babel({
babelHelpers: "bundled",
exclude: "node_modules/**",
presets: ['@babel/env', '@babel/preset-react']
}),
replace({
exclude: 'node_modules/**',
"logIfDebug": logIfDebugFunction
"logIfDebug": logIfDebugFunction,
preventAssignment: false
})
]
};
290 changes: 0 additions & 290 deletions generateIndex.js

This file was deleted.

Loading

0 comments on commit 951d58b

Please sign in to comment.