create-packer 1.50.15 → 1.50.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/electron-react/package.json +5 -5
- package/template/electron-vue/package.json +2 -2
- package/template/lib/workspace/package.json +77 -77
- package/template/lib/workspace/packages/react/package.json +5 -5
- package/template/web-app/react-rsbuild/package.json +10 -10
- package/template/web-app/react-rsbuild/src/hooks/useLazyRender.ts +9 -6
- package/template/web-app/react-vite/package.json +11 -11
- package/template/web-app/react-vite/src/hooks/useLazyRender.ts +8 -5
- package/template/web-app/vue/package.json +5 -5
- package/template/web-app/vue-rsbuild/package.json +6 -6
- package/template/web-extension/package.json +4 -4
package/package.json
CHANGED
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"es-toolkit": "1.46.1",
|
|
37
37
|
"immer": "10.0.1",
|
|
38
38
|
"qs": "6.11.2",
|
|
39
|
-
"react": "
|
|
40
|
-
"react-dom": "
|
|
39
|
+
"react": "19.2.8",
|
|
40
|
+
"react-dom": "19.2.8",
|
|
41
41
|
"react-router": "7.18.1",
|
|
42
|
-
"react-use": "17.
|
|
42
|
+
"react-use": "17.6.1",
|
|
43
43
|
"type-fest": "5.6.0",
|
|
44
44
|
"zustand": "5.0.3"
|
|
45
45
|
},
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"@tailwindcss/postcss": "4.1.4",
|
|
58
58
|
"@types/node": "20.19.0",
|
|
59
59
|
"@types/qs": "6.9.7",
|
|
60
|
-
"@types/react": "
|
|
61
|
-
"@types/react-dom": "
|
|
60
|
+
"@types/react": "19.2.18",
|
|
61
|
+
"@types/react-dom": "19.2.4",
|
|
62
62
|
"autoprefixer": "10.4.14",
|
|
63
63
|
"commitizen": "4.3.0",
|
|
64
64
|
"concurrently": "9.2.1",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@tailwindcss/postcss": "4.1.4",
|
|
52
52
|
"@types/node": "20.19.0",
|
|
53
53
|
"@types/qs": "6.9.7",
|
|
54
|
-
"@types/react": "
|
|
55
|
-
"@types/react-dom": "
|
|
54
|
+
"@types/react": "19.2.18",
|
|
55
|
+
"@types/react-dom": "19.2.4",
|
|
56
56
|
"autoprefixer": "10.4.14",
|
|
57
57
|
"commitizen": "4.3.0",
|
|
58
58
|
"concurrently": "9.2.1",
|
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "my-lib",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "",
|
|
5
|
-
"private": true,
|
|
6
|
-
"main": "index.js",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"eslint": "eslint",
|
|
9
|
-
"eslint
|
|
10
|
-
"stylelint": "stylelint packages/**/*.{css,scss,less,ts,tsx}",
|
|
11
|
-
"stylelint
|
|
12
|
-
"lint": "pnpm -r run lint && pnpm eslint && pnpm stylelint",
|
|
13
|
-
"lint
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
},
|
|
27
|
-
"keywords": [],
|
|
28
|
-
"author": "kevily",
|
|
29
|
-
"license": "ISC",
|
|
30
|
-
"config": {
|
|
31
|
-
"commitizen": {
|
|
32
|
-
"path": "@commitlint/cz-commitlint"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"@commitlint/config-conventional": "17.6.6",
|
|
37
|
-
"@commitlint/cz-commitlint": "17.5.0",
|
|
38
|
-
"commitizen": "4.3.0",
|
|
39
|
-
"react": "^
|
|
40
|
-
"react-dom": "^
|
|
41
|
-
"rimraf": "5.0.1"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
44
|
-
"@changesets/cli": "2.26.2",
|
|
45
|
-
"@eslint/js": "9.15.0",
|
|
46
|
-
"@storybook/addon-docs": "10.5.3",
|
|
47
|
-
"@storybook/react-vite": "10.5.3",
|
|
48
|
-
"@svgr/rollup": "8.1.0",
|
|
49
|
-
"@tsdown/css": "0.22.13",
|
|
50
|
-
"@types/node": "20.19.0",
|
|
51
|
-
"@types/react": "^
|
|
52
|
-
"@types/react-dom": "^
|
|
53
|
-
"autoprefixer": "10.5.4",
|
|
54
|
-
"chalk": "5.6.2",
|
|
55
|
-
"cssnano": "8.0.2",
|
|
56
|
-
"eslint": "9.17.0",
|
|
57
|
-
"eslint-import-resolver-typescript": "4.4.4",
|
|
58
|
-
"eslint-plugin-import": "2.31.0",
|
|
59
|
-
"eslint-plugin-react": "7.37.2",
|
|
60
|
-
"eslint-plugin-react-hooks": "5.1.0",
|
|
61
|
-
"eslint-plugin-storybook": "10.5.3",
|
|
62
|
-
"globals": "15.12.0",
|
|
63
|
-
"inquirer": "8.1.2",
|
|
64
|
-
"ora": "9.4.1",
|
|
65
|
-
"postcss": "8.5.22",
|
|
66
|
-
"postcss-import": "16.1.1",
|
|
67
|
-
"postcss-nesting": "14.0.0",
|
|
68
|
-
"prettier": "3.2.5",
|
|
69
|
-
"storybook": "10.5.3",
|
|
70
|
-
"stylelint": "16.10.0",
|
|
71
|
-
"stylelint-config-standard": "36.0.1",
|
|
72
|
-
"ts-node": "10.9.1",
|
|
73
|
-
"tsdown": "0.22.13",
|
|
74
|
-
"typescript": "6.0.3",
|
|
75
|
-
"typescript-eslint": "8.65.0 "
|
|
76
|
-
}
|
|
77
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "my-lib",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"private": true,
|
|
6
|
+
"main": "index.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"eslint": "eslint",
|
|
9
|
+
"eslint;fix": "eslint --fix",
|
|
10
|
+
"stylelint": "stylelint packages/**/*.{css,scss,less,ts,tsx}",
|
|
11
|
+
"stylelint;fix": "stylelint packages/**/*.{css,scss,less,ts,tsx} --fix",
|
|
12
|
+
"lint": "pnpm -r run lint && pnpm eslint && pnpm stylelint",
|
|
13
|
+
"lint;fix": "pnpm -r run lint && pnpm eslint-fix && pnpm stylelint-fix",
|
|
14
|
+
"dev:docs": "storybook dev -p 6006",
|
|
15
|
+
"build": "ts-node ./scripts/build.ts",
|
|
16
|
+
"build:docs": "storybook build",
|
|
17
|
+
"up:storybook": "pnpm up storybook eslint-plugin-storybook @storybook/* -L",
|
|
18
|
+
"changeVersion": "pnpm changeset && pnpm changeset version && pnpm run clear-changelog",
|
|
19
|
+
"clear;changelog": "pnpm -r exec rimraf CHANGELOG.md",
|
|
20
|
+
"commit": "git add . && cz",
|
|
21
|
+
"push": "pnpm run commit && git push",
|
|
22
|
+
"login": "npm login --registry https://registry.npmjs.org",
|
|
23
|
+
"clean-dist": "pnpm -r exec rimraf dist",
|
|
24
|
+
"format": "prettier --write \"**/*.{ts,js,tsx,jsx,json,css,scss,less}\"",
|
|
25
|
+
"pub": "pnpm run build && pnpm run changeVersion && pnpm run push && pnpm -r publish --registry https://registry.npmjs.org"
|
|
26
|
+
},
|
|
27
|
+
"keywords": [],
|
|
28
|
+
"author": "kevily",
|
|
29
|
+
"license": "ISC",
|
|
30
|
+
"config": {
|
|
31
|
+
"commitizen": {
|
|
32
|
+
"path": "@commitlint/cz-commitlint"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"@commitlint/config-conventional": "17.6.6",
|
|
37
|
+
"@commitlint/cz-commitlint": "17.5.0",
|
|
38
|
+
"commitizen": "4.3.0",
|
|
39
|
+
"react": "^19.2.8",
|
|
40
|
+
"react-dom": "^19.2.8",
|
|
41
|
+
"rimraf": "5.0.1"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@changesets/cli": "2.26.2",
|
|
45
|
+
"@eslint/js": "9.15.0",
|
|
46
|
+
"@storybook/addon-docs": "10.5.3",
|
|
47
|
+
"@storybook/react-vite": "10.5.3",
|
|
48
|
+
"@svgr/rollup": "8.1.0",
|
|
49
|
+
"@tsdown/css": "0.22.13",
|
|
50
|
+
"@types/node": "20.19.0",
|
|
51
|
+
"@types/react": "^19.2.18",
|
|
52
|
+
"@types/react-dom": "^19.2.4",
|
|
53
|
+
"autoprefixer": "10.5.4",
|
|
54
|
+
"chalk": "5.6.2",
|
|
55
|
+
"cssnano": "8.0.2",
|
|
56
|
+
"eslint": "9.17.0",
|
|
57
|
+
"eslint-import-resolver-typescript": "4.4.4",
|
|
58
|
+
"eslint-plugin-import": "2.31.0",
|
|
59
|
+
"eslint-plugin-react": "7.37.2",
|
|
60
|
+
"eslint-plugin-react-hooks": "5.1.0",
|
|
61
|
+
"eslint-plugin-storybook": "10.5.3",
|
|
62
|
+
"globals": "15.12.0",
|
|
63
|
+
"inquirer": "8.1.2",
|
|
64
|
+
"ora": "9.4.1",
|
|
65
|
+
"postcss": "8.5.22",
|
|
66
|
+
"postcss-import": "16.1.1",
|
|
67
|
+
"postcss-nesting": "14.0.0",
|
|
68
|
+
"prettier": "3.2.5",
|
|
69
|
+
"storybook": "10.5.3",
|
|
70
|
+
"stylelint": "16.10.0",
|
|
71
|
+
"stylelint-config-standard": "36.0.1",
|
|
72
|
+
"ts-node": "10.9.1",
|
|
73
|
+
"tsdown": "0.22.13",
|
|
74
|
+
"typescript": "6.0.3",
|
|
75
|
+
"typescript-eslint": "8.65.0 "
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"lint": "tsc --noEmit",
|
|
13
13
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
14
14
|
"storybook": "storybook dev -p 6006",
|
|
15
|
-
"build
|
|
15
|
+
"build:storybook": "storybook build",
|
|
16
16
|
"up:storybook": "pnpm up storybook eslint-plugin-storybook @storybook/* -L"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"react-dom": "18.2.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@types/react": "
|
|
30
|
-
"@types/react-dom": "
|
|
29
|
+
"@types/react": "19.2.18",
|
|
30
|
+
"@types/react-dom": "19.2.4",
|
|
31
31
|
"globals": "15.12.0",
|
|
32
32
|
"prettier": "3.2.5",
|
|
33
|
-
"react": "
|
|
34
|
-
"react-dom": "
|
|
33
|
+
"react": "19.2.8",
|
|
34
|
+
"react-dom": "19.2.8",
|
|
35
35
|
"typescript": "6.0.3"
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"prepare": "husky",
|
|
8
8
|
"dev": "rsbuild dev",
|
|
9
9
|
"build": "rsbuild build",
|
|
10
|
-
"build
|
|
10
|
+
"build:rsdoctor": "cross-env RSDOCTOR=true rsbuild build",
|
|
11
11
|
"preview": "rsbuild preview",
|
|
12
|
-
"up
|
|
13
|
-
"up
|
|
14
|
-
"up
|
|
12
|
+
"up:rsbuild": "pnpm up @rsbuild/* -L",
|
|
13
|
+
"up:tailwind": "pnpm up tailwindcss @tailwindcss/* -L",
|
|
14
|
+
"up:react": "pnpm up react react-dom -L",
|
|
15
15
|
"format": "prettier --write \"**/*.{ts,js,tsx,jsx,json,css,scss,less}\"",
|
|
16
16
|
"lint": "tsc --noEmit && eslint --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less,ts,tsx}",
|
|
17
|
-
"lint
|
|
17
|
+
"lint:fix": "eslint --fix && stylelint **/*.{css,scss,less,ts,tsx} --fix",
|
|
18
18
|
"cz": "cz",
|
|
19
19
|
"push": "npm run commit && git push",
|
|
20
20
|
"commit": "git add . && npm run cz"
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"es-toolkit": "1.46.1",
|
|
27
27
|
"immer": "10.0.1",
|
|
28
28
|
"qs": "6.11.2",
|
|
29
|
-
"react": "
|
|
30
|
-
"react-dom": "
|
|
29
|
+
"react": "19.2.8",
|
|
30
|
+
"react-dom": "19.2.8",
|
|
31
31
|
"react-router": "7.5.0",
|
|
32
|
-
"react-use": "17.
|
|
32
|
+
"react-use": "17.6.1",
|
|
33
33
|
"tailwindcss": "4.1.4",
|
|
34
34
|
"type-fest": "5.6.0",
|
|
35
35
|
"zustand": "5.0.3"
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@tailwindcss/postcss": "4.1.4",
|
|
49
49
|
"@types/node": "18.16.0",
|
|
50
50
|
"@types/qs": "6.9.7",
|
|
51
|
-
"@types/react": "
|
|
52
|
-
"@types/react-dom": "
|
|
51
|
+
"@types/react": "19.2.18",
|
|
52
|
+
"@types/react-dom": "19.2.4",
|
|
53
53
|
"autoprefixer": "10.4.14",
|
|
54
54
|
"commitizen": "4.3.0",
|
|
55
55
|
"cross-env": "7.0.3",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RefObject,
|
|
1
|
+
import { RefObject, useEffect, useRef } from 'react'
|
|
2
2
|
import { useIntersection } from 'react-use'
|
|
3
3
|
import { useSyncState } from './useSyncState'
|
|
4
4
|
|
|
@@ -8,11 +8,14 @@ interface optionsType extends IntersectionObserverInit {
|
|
|
8
8
|
}
|
|
9
9
|
export function useLazyRender(ref: RefObject<HTMLElement>, options: optionsType) {
|
|
10
10
|
const emptyRef = useRef(null)
|
|
11
|
-
const intersection = useIntersection(
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
const intersection = useIntersection(
|
|
12
|
+
(options.isClose ? emptyRef : ref) as RefObject<HTMLElement>,
|
|
13
|
+
{
|
|
14
|
+
root: options.root,
|
|
15
|
+
rootMargin: options.rootMargin,
|
|
16
|
+
threshold: options.threshold
|
|
17
|
+
}
|
|
18
|
+
)
|
|
16
19
|
const [isRenderRef, isRender, setIsRender] = useSyncState(false)
|
|
17
20
|
|
|
18
21
|
useEffect(() => {
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"prepare": "husky",
|
|
8
8
|
"dev": "vite",
|
|
9
9
|
"build": "tsc --noEmit && vite build",
|
|
10
|
-
"build
|
|
10
|
+
"build:analyse": "tsc --noEmit && vite build --mode analyse",
|
|
11
11
|
"preview": "vite preview",
|
|
12
|
-
"up
|
|
13
|
-
"up
|
|
14
|
-
"up
|
|
12
|
+
"up:vite": "pnpm up vite @vitejs/* vite-plugin-* -L",
|
|
13
|
+
"up:tailwind": "pnpm up tailwindcss @tailwindcss/* -L",
|
|
14
|
+
"up:react": "pnpm up react react-dom @types/react @types/react-dom -L",
|
|
15
15
|
"format": "prettier --write \"**/*.{ts,js,tsx,jsx,json,css,scss,less}\"",
|
|
16
16
|
"lint": "tsc --noEmit && eslint --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less,ts,tsx}",
|
|
17
|
-
"lint
|
|
17
|
+
"lint:fix": "eslint --fix && stylelint **/*.{css,scss,less,ts,tsx} --fix",
|
|
18
18
|
"cz": "cz",
|
|
19
19
|
"push": "npm run commit && git push",
|
|
20
20
|
"commit": "git add . && npm run cz"
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"es-toolkit": "1.46.1",
|
|
27
27
|
"immer": "10.0.1",
|
|
28
28
|
"qs": "6.11.2",
|
|
29
|
-
"react": "
|
|
30
|
-
"react-dom": "
|
|
31
|
-
"react-router": "
|
|
32
|
-
"react-use": "17.
|
|
29
|
+
"react": "19.2.8",
|
|
30
|
+
"react-dom": "19.2.8",
|
|
31
|
+
"react-router": "8.3.0",
|
|
32
|
+
"react-use": "17.6.1",
|
|
33
33
|
"tailwindcss": "4.1.4",
|
|
34
34
|
"type-fest": "5.6.0",
|
|
35
35
|
"zustand": "5.0.3"
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@tailwindcss/vite": "^4.1.18",
|
|
44
44
|
"@types/node": "18.16.0",
|
|
45
45
|
"@types/qs": "6.9.7",
|
|
46
|
-
"@types/react": "
|
|
47
|
-
"@types/react-dom": "
|
|
46
|
+
"@types/react": "19.2.18",
|
|
47
|
+
"@types/react-dom": "19.2.4",
|
|
48
48
|
"@vitejs/plugin-react": "6.0.1",
|
|
49
49
|
"autoprefixer": "10.4.14",
|
|
50
50
|
"commitizen": "4.3.0",
|
|
@@ -8,11 +8,14 @@ interface optionsType extends IntersectionObserverInit {
|
|
|
8
8
|
}
|
|
9
9
|
export function useLazyRender(ref: RefObject<HTMLElement>, options: optionsType) {
|
|
10
10
|
const emptyRef = useRef(null)
|
|
11
|
-
const intersection = useIntersection(
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
const intersection = useIntersection(
|
|
12
|
+
(options.isClose ? emptyRef : ref) as RefObject<HTMLElement>,
|
|
13
|
+
{
|
|
14
|
+
root: options.root,
|
|
15
|
+
rootMargin: options.rootMargin,
|
|
16
|
+
threshold: options.threshold
|
|
17
|
+
}
|
|
18
|
+
)
|
|
16
19
|
const [isRenderRef, isRender, setIsRender] = useSyncState(false)
|
|
17
20
|
|
|
18
21
|
useEffect(() => {
|
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
"prepare": "husky",
|
|
8
8
|
"dev": "vite",
|
|
9
9
|
"build": "vue-tsc --noEmit && vite build",
|
|
10
|
-
"build
|
|
10
|
+
"build:analyse": "tsc --noEmit && vite build --mode analyse",
|
|
11
11
|
"preview": "vite preview",
|
|
12
12
|
"format": "prettier --write \"**/*.{vue,ts,js,tsx,jsx,json,css,scss,less}\"",
|
|
13
13
|
"lint": "vue-tsc --noEmit && eslint --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less,vue}",
|
|
14
|
-
"lint
|
|
14
|
+
"lint:fix": "eslint --fix && stylelint **/*.{css,scss,less,vue} --fix",
|
|
15
15
|
"cz": "cz",
|
|
16
16
|
"push": "npm run commit && git push",
|
|
17
17
|
"commit": "git add . && npm run cz",
|
|
18
|
-
"up
|
|
19
|
-
"up
|
|
20
|
-
"up
|
|
18
|
+
"up:vite": "pnpm up vite @vitejs/* vite-plugin-* -L",
|
|
19
|
+
"up:vue": "pnpm up vue vue-router vue-tsc -L",
|
|
20
|
+
"up:tailwind": "pnpm up tailwindcss @tailwindcss/* -L"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"axios": "1.16.0",
|
|
@@ -7,19 +7,19 @@
|
|
|
7
7
|
"prepare": "husky",
|
|
8
8
|
"dev": "rsbuild dev",
|
|
9
9
|
"build": "rsbuild build",
|
|
10
|
-
"build
|
|
11
|
-
"build
|
|
10
|
+
"build:analyse": "rsbuild build --env-mode analyse",
|
|
11
|
+
"build:rsdoctor": "cross-env RSDOCTOR=true rsbuild build",
|
|
12
12
|
"preview": "rsbuild preview",
|
|
13
13
|
"up:rsbuild": "pnpm up @rsbuild/* -L",
|
|
14
14
|
"format": "prettier --write \"**/*.{vue,ts,js,tsx,jsx,json,css,scss,less}\"",
|
|
15
15
|
"lint": "vue-tsc --noEmit && eslint --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less}",
|
|
16
|
-
"lint
|
|
16
|
+
"lint:fix": "eslint --fix && stylelint **/*.{css,scss,less} --fix",
|
|
17
17
|
"cz": "cz",
|
|
18
18
|
"push": "npm run commit && git push",
|
|
19
19
|
"commit": "git add . && npm run cz",
|
|
20
|
-
"up
|
|
21
|
-
"up
|
|
22
|
-
"up
|
|
20
|
+
"up:vite": "pnpm up vite @vitejs/* vite-plugin-* -L",
|
|
21
|
+
"up:vue": "pnpm up vue vue-router vue-tsc -L",
|
|
22
|
+
"up:tailwind": "pnpm up tailwindcss @tailwindcss/* -L"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"axios": "1.16.0",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"es-toolkit": "1.46.1",
|
|
34
34
|
"immer": "10.0.1",
|
|
35
35
|
"qs": "6.11.2",
|
|
36
|
-
"react": "
|
|
37
|
-
"react-dom": "
|
|
36
|
+
"react": "19.2.8",
|
|
37
|
+
"react-dom": "19.2.8",
|
|
38
38
|
"styled-components": "6.2.0",
|
|
39
39
|
"type-fest": "5.6.0",
|
|
40
40
|
"zustand": "5.0.3"
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"@types/chrome": "0.0.254",
|
|
48
48
|
"@types/node": "18.16.0",
|
|
49
49
|
"@types/qs": "6.9.7",
|
|
50
|
-
"@types/react": "
|
|
51
|
-
"@types/react-dom": "
|
|
50
|
+
"@types/react": "19.2.18",
|
|
51
|
+
"@types/react-dom": "19.2.4",
|
|
52
52
|
"@vitejs/plugin-react": "6.0.1",
|
|
53
53
|
"autoprefixer": "10.4.14",
|
|
54
54
|
"commitizen": "4.3.0",
|