Skip to content

Commit

Permalink
fix: Upgraded Ant, removed Less styling. (Yarn.lock needs to be regen…
Browse files Browse the repository at this point in the history
…erated)
  • Loading branch information
ShrimpCryptid committed May 9, 2024
1 parent f6676b8 commit 7ad9aaa
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 192 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
"url": "https://github.com/allen-cell-animated/nbvv.git"
},
"scripts": {
"build": "jlpm build:styles && jlpm build:lib && jlpm build:labextension:dev",
"less": "lessc --js --math=always style/style.less style/style.css",
"postcss": "postcss style/style.css --config postcss.config.js -o style/style_out.css",
"build:styles": "jlpm less && jlpm postcss",
"build": "jlpm build:lib && jlpm build:labextension:dev",
"build:prod": "jlpm clean && jlpm build:styles && jlpm build:lib:prod && jlpm build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
Expand Down Expand Up @@ -65,7 +62,7 @@
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/services": "^7.0.0",
"antd": "^3.26.20",
"antd": "^5.16.2",
"react": "^18.x",
"react-dom": "^18.x"
},
Expand All @@ -83,7 +80,6 @@
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"less": "4.2.0",
"mkdirp": "^1.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
Expand Down
162 changes: 0 additions & 162 deletions style/ant-vars.less

This file was deleted.

6 changes: 0 additions & 6 deletions style/base.css

This file was deleted.

1 change: 0 additions & 1 deletion style/index.css

This file was deleted.

2 changes: 1 addition & 1 deletion style/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import './base.css';
// import './base.css';
16 changes: 0 additions & 16 deletions style/style.less

This file was deleted.

0 comments on commit 7ad9aaa

Please sign in to comment.