Skip to content

Commit ef31b0c

Browse files
committed
Theme support
- Added: multi theme support - Changed: versions are updated
1 parent fdae211 commit ef31b0c

18 files changed

+500
-619
lines changed

client/package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
{
22
"type": "module",
3+
"engines": {
4+
"node": ">=20"
5+
},
36
"private": true,
47
"name": "clientside",
5-
"version": "1.0.0",
8+
"version": "0.2.1",
69
"description": "Bundles all client side web components and dependencies.",
710
"scripts": {
811
"build:release": "esbuild ./src/index.js --bundle --outdir=../dist/static --target=firefox98,chrome86,safari15 --format=iife --minify",
912
"dev": "esbuild ./src/index.js --bundle --outdir=../server/static --target=firefox98,chrome86,safari15 --format=iife --watch=forever"
1013
},
1114
"keywords": [],
12-
"author": "",
15+
"author": "Timur Olur",
1316
"devDependencies": {
1417
"esbuild": "^0.20.2",
1518
"vitest": "^1.4.0"
1619
},
1720
"dependencies": {
18-
"@carbon/charts": "^1.15.3",
21+
"@carbon/charts": "^1.15.5",
1922
"d3": "^7.9.0",
2023
"d3-cloud": "^1.2.7",
2124
"d3-sankey": "^0.12.3",

0 commit comments

Comments
 (0)