Skip to content

Commit

Permalink
refactor(frontend): bump rebuild to v1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
  • Loading branch information
Ryex committed Sep 17, 2024
1 parent a34fb42 commit 87959ef
Show file tree
Hide file tree
Showing 20 changed files with 788 additions and 727 deletions.
7 changes: 6 additions & 1 deletion www/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"brnaz",
"brne",
"brnez",
"bson",
"Circuitboard",
"clazz",
"codegen",
Expand All @@ -61,6 +62,7 @@
"Depressurising",
"deviceslength",
"dodgerblue",
"dont",
"endpos",
"getd",
"Hardsuit",
Expand All @@ -76,6 +78,7 @@
"lawngreen",
"lbns",
"leeoniya",
"lightdom",
"logicable",
"LogicSlotType",
"logicslottypes",
Expand Down Expand Up @@ -131,6 +134,7 @@
"stationpedia",
"tablist",
"tabpanel",
"tailwindcss",
"themelist",
"tokentype",
"trunc",
Expand All @@ -139,7 +143,8 @@
"VMUI",
"vstack",
"whitesmoke",
"whos"
"whos",
"wicg"
],
"flagWords": [],
"language": "en",
Expand Down
28 changes: 14 additions & 14 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"homepage": "https://github.com/ryex/ic10emu#readme",
"devDependencies": {
"@oneidentity/zstd-js": "^1.0.3",
"@rsbuild/core": "^0.7.10",
"@rsbuild/plugin-image-compress": "^0.7.10",
"@rsbuild/plugin-sass": "^0.7.10",
"@rsbuild/plugin-type-check": "^0.7.10",
"@rspack/cli": "^0.7.5",
"@rspack/core": "^0.7.5",
"@swc/helpers": "^0.5.12",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-image-compress": "^1.0.2",
"@rsbuild/plugin-sass": "^1.0.1",
"@rsbuild/plugin-type-check": "^1.0.1",
"@rspack/cli": "^1.0.5",
"@rspack/core": "^1.0.5",
"@swc/helpers": "^0.5.13",
"@types/ace": "^0.0.52",
"@types/bootstrap": "^5.2.10",
"@types/wicg-file-system-access": "^2023.10.5",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"lit-scss-loader": "^2.0.1",
"mini-css-extract-plugin": "^2.9.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss-loader": "^8.1.1",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"sass": "^1.78.0",
"tailwindcss": "^3.4.12",
"ts-lit-plugin": "^2.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"typescript-lit-html-plugin": "^0.9.0"
},
"dependencies": {
Expand All @@ -52,8 +52,8 @@
"@lit/context": "^1.1.2",
"@popperjs/core": "^2.11.8",
"@shoelace-style/shoelace": "^2.16.0",
"ace-builds": "^1.36.0",
"ace-linters": "^1.3.0",
"ace-builds": "^1.36.2",
"ace-linters": "^1.3.2",
"bootstrap": "^5.3.3",
"bson": "^6.8.0",
"buffer": "^6.0.3",
Expand All @@ -65,7 +65,7 @@
"jquery": "^3.7.1",
"lit": "^3.2.0",
"lzma-web": "^3.0.1",
"marked": "^14.0.0",
"marked": "^14.1.2",
"stream-browserify": "^3.0.0",
"uuid": "^10.0.0",
"vm-browserify": "^1.1.2"
Expand Down
Loading

0 comments on commit 87959ef

Please sign in to comment.