Skip to content

Commit 859b2a8

Browse files
authored
Merge pull request #6414 from manyfold3d/remove-babel
Remove a number of JS dependencies no longer required now we're using Vite
2 parents 6c2b53f + 2c246dc commit 859b2a8

3 files changed

Lines changed: 38 additions & 1245 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ updates:
1818
uppy:
1919
patterns:
2020
- "@uppy/*"
21-
babel:
22-
patterns:
23-
- "@babel/*"
2421

2522
- package-ecosystem: "github-actions"
2623
directory: "/"

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,19 @@
2020
"@uppy/tus": "^5.1.1",
2121
"@uppy/utils": "^7.2.0",
2222
"altcha": "^3.1.0",
23-
"autoprefixer": "^10.5.0",
2423
"bootstrap": "^5.3.8",
2524
"bootstrap-icons": "^1.13.1",
2625
"bootswatch": "^5.3.8",
2726
"comlink": "^4.4.2",
2827
"driver.js": "^1.4.0",
29-
"esbuild": "^0.28.1",
3028
"i18n-js": "^4.5.3",
3129
"masonry-layout": "^4.2.2",
32-
"nodemon": "^3.1.14",
33-
"postcss": "^8.5.15",
34-
"postcss-cli": "^11.0.1",
35-
"sass-embedded": "^1.100.0",
3630
"three": "^0.184.0",
3731
"threejs-webworker-3mf-loader": "https://github.com/manyfold3d/threejs-webworker-3mf-loader",
3832
"tom-select": "^2.6.1"
3933
},
4034
"version": "0.1.0",
4135
"devDependencies": {
42-
"@babel/core": "^7",
43-
"@babel/eslint-parser": "^7.29.7",
44-
"@babel/preset-typescript": "^7.29.7",
4536
"@types/bootstrap": "^5.2.11",
4637
"@types/i18n-js": "^4.0.1",
4738
"@types/jquery": "^4.0.1",
@@ -51,12 +42,12 @@
5142
"@types/webpack-env": "^1.18.8",
5243
"@types/webxr": "^0.5.24",
5344
"@typescript-eslint/parser": "^8.61.1",
54-
"eslint": "^10.5.0",
5545
"husky": "^9.1.7",
5646
"postcss-flexbugs-fixes": "^5.0.2",
5747
"postcss-import": "^16.1.1",
5848
"postcss-preset-env": "^11.3.1",
5949
"rollup": "^4.62.0",
50+
"sass-embedded": "^1.100.0",
6051
"ts-standard": "^12.0.2",
6152
"typescript": "~5.9.3",
6253
"vite": "^8.0.0",

0 commit comments

Comments
 (0)