mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
feat: 更新了@types/react-dom和@radix-ui下的多个依赖包的版本,使其与react和react-dom的版本一致
This commit is contained in:
parent
81d6d05107
commit
ebb227f54a
@ -1,3 +1,5 @@
|
||||
@use '../z-index' as z;
|
||||
|
||||
[data-resize-handle] {
|
||||
position: relative;
|
||||
|
||||
@ -8,7 +10,7 @@
|
||||
bottom: 0;
|
||||
left: -6px;
|
||||
right: -5px;
|
||||
z-index: $zIndexMax;
|
||||
z-index: z.$zIndexMax;
|
||||
}
|
||||
|
||||
&[data-panel-group-direction='vertical']:after {
|
||||
@ -18,7 +20,7 @@
|
||||
right: 0;
|
||||
top: -5px;
|
||||
bottom: -6px;
|
||||
z-index: $zIndexMax;
|
||||
z-index: z.$zIndexMax;
|
||||
}
|
||||
|
||||
&[data-resize-handle-state='hover']:after,
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
@import './variables.scss';
|
||||
@import './z-index.scss';
|
||||
@import './animations.scss';
|
||||
@import './components/terminal.scss';
|
||||
@import './components/resize-handle.scss';
|
||||
@import './components/code.scss';
|
||||
@import './components/editor.scss';
|
||||
@import './components/toast.scss';
|
||||
@use './variables';
|
||||
@use './z-index';
|
||||
@use './animations';
|
||||
@use './components/terminal';
|
||||
@use './components/resize-handle';
|
||||
@use './components/code';
|
||||
@use './components/editor';
|
||||
@use './components/toast';
|
||||
|
||||
html,
|
||||
body {
|
||||
|
||||
@ -74,6 +74,7 @@
|
||||
"remark-gfm": "^4.0.0",
|
||||
"remix-island": "^0.2.0",
|
||||
"remix-utils": "^7.6.0",
|
||||
"set-cookie-parser": "2.4.8",
|
||||
"shiki": "^1.9.1",
|
||||
"unist-util-visit": "^5.0.0"
|
||||
},
|
||||
@ -88,7 +89,7 @@
|
||||
"is-ci": "^3.0.1",
|
||||
"node-fetch": "^3.3.2",
|
||||
"prettier": "^3.3.2",
|
||||
"sass-embedded": "^1.79.4",
|
||||
"sass-embedded": "^1.80.3",
|
||||
"typescript": "^5.5.2",
|
||||
"unified": "^11.0.5",
|
||||
"unocss": "^0.61.3",
|
||||
|
||||
1111
pnpm-lock.yaml
1111
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -7,9 +7,9 @@ import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
|
||||
export default defineConfig((config) => {
|
||||
return {
|
||||
define: {
|
||||
'module': {},
|
||||
},
|
||||
// define: {
|
||||
// 'module': {},
|
||||
// },
|
||||
build: {
|
||||
target: 'esnext',
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user