Skip to content

Commit 951d58b

Browse files
Update all npm packages
Signed-off-by: Richard Marston <rmarston@eonerc.rwth-aachen.de>
1 parent b679323 commit 951d58b

File tree

9 files changed

+1555
-3509
lines changed

9 files changed

+1555
-3509
lines changed

cimmenu/package-lock.json

Lines changed: 122 additions & 154 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cimmenu/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"install-deps": "npm install async @babel/preset-react fast-glob rollup rollup-plugin-babel rollup-plugin-json rollup-plugin-handlebars-plus xml2js"
1818
},
1919
"dependencies": {
20-
"@babel/preset-react": "^7.10.1",
21-
"@rollup/plugin-babel": "^5.0.4",
22-
"@rollup/plugin-replace": "^2.3.3",
23-
"async": "^3.2.0",
24-
"fast-glob": "^3.2.4",
25-
"rollup": "^2.18.0",
26-
"rollup-plugin-handlebars-plus": "^0.2.5",
27-
"rollup-plugin-json": "^4.0.0",
28-
"rollup-plugin-string": "^3.0.0",
29-
"xml2js": "^0.4.23"
20+
"@babel/preset-react": "*",
21+
"@rollup/plugin-babel": "*",
22+
"@rollup/plugin-replace": "*",
23+
"async": "*",
24+
"fast-glob": "^3.2.5",
25+
"rollup": "*",
26+
"rollup-plugin-handlebars-plus": "*",
27+
"rollup-plugin-json": "*",
28+
"rollup-plugin-string": "*",
29+
"xml2js": "*"
3030
}
3131
}

cimmenu/rollup.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,22 @@ export default {
4040
plugins: [
4141
handlebars({
4242
handlebars: {},
43-
helpers: [ "./helpers.js" ],
43+
helpers: [ "./templates/handlebars/helpers.js" ],
4444
id: "handlebars/runtime",
4545
options: {
4646
jquery: false,
4747
},
4848
templateExtension: [ ".handlebars" ]
4949
}),
5050
babel({
51+
babelHelpers: "bundled",
5152
exclude: "node_modules/**",
5253
presets: ['@babel/env', '@babel/preset-react']
5354
}),
5455
replace({
5556
exclude: 'node_modules/**',
56-
"logIfDebug": logIfDebugFunction
57+
"logIfDebug": logIfDebugFunction,
58+
preventAssignment: false
5759
}),
5860
string({
5961
include: [ "css/*.css" ],

cimsvg/package-lock.json

Lines changed: 171 additions & 1825 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cimsvg/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212
"test": ""
1313
},
1414
"dependencies": {
15-
"@babel/preset-react": "^7.10.1",
16-
"@rollup/plugin-babel": "^5.0.4",
17-
"@rollup/plugin-replace": "^2.3.3",
18-
"rollup-plugin-handlebars-plus": "^0.2.5",
19-
"rollup-plugin-postcss": "^3.1.2",
20-
"rollup-plugin-string": "^3.0.0",
21-
"rollup-plugin-svgo": "^1.1.0"
15+
"@babel/preset-react": "*",
16+
"@rollup/plugin-babel": "*",
17+
"@rollup/plugin-replace": "*",
18+
"rollup-plugin-handlebars-plus": "*",
19+
"rollup-plugin-string": "*",
20+
"rollup-plugin-svgo": "*"
2221
}
2322
}

cimsvg/rollup.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@ export default {
6868
templateExtension: [ ".handlebars" ]
6969
}),
7070
babel({
71+
babelHelpers: "bundled",
7172
exclude: "node_modules/**",
7273
presets: ['@babel/env', '@babel/preset-react']
7374
}),
7475
replace({
7576
exclude: 'node_modules/**',
76-
"logIfDebug": logIfDebugFunction
77+
"logIfDebug": logIfDebugFunction,
78+
preventAssignment: false
7779
})
7880
]
7981
};

generateIndex.js

Lines changed: 0 additions & 290 deletions
This file was deleted.

0 commit comments

Comments
 (0)