Skip to content

Commit a8e8b4b

Browse files
update all package to latest
1 parent 5fdf13d commit a8e8b4b

20 files changed

Lines changed: 2686 additions & 2436 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"editor.formatOnSave": true,
33
"editor.codeActionsOnSave": {
4-
"source.fixAll": true
4+
"source.fixAll": "explicit"
55
},
66
"typescript.tsdk": "node_modules/typescript/lib"
77
}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,28 @@
2626
"@chakra-ui/styled-system": "^2.9.2",
2727
"@emotion/react": "^11.11.0",
2828
"@emotion/styled": "^11.11.0",
29-
"@swc/core": "1.3.80",
30-
"@swc/helpers": "^0.5.2",
31-
"@types/jest": "^29.5.4",
32-
"@types/lodash": "^4.14.198",
33-
"@types/lodash-es": "^4.17.9",
34-
"@types/node": "^20.6.0",
29+
"@swc/core": "1.3.100",
30+
"@swc/helpers": "^0.5.3",
31+
"@types/jest": "^29.5.11",
32+
"@types/lodash": "^4.14.202",
33+
"@types/lodash-es": "^4.17.12",
34+
"@types/node": "^20.10.4",
3535
"axios": "^0.27.2",
3636
"cross-env": "^7.0.3",
37-
"eslint": "^8.48.0",
37+
"eslint": "^8.55.0",
3838
"framer-motion": "^6.5.1",
39-
"jest": "^29.5.0",
40-
"jest-environment-jsdom": "^29.5.0",
39+
"jest": "^29.7.0",
40+
"jest-environment-jsdom": "^29.7.0",
4141
"lodash": "^4.17.21",
4242
"lodash-es": "^4.17.21",
43-
"prettier": "^3.0.2",
43+
"prettier": "^3.1.1",
4444
"project-tool": "git+ssh://git@github.com:MrWangJustToDo/project-tool.git",
4545
"react": "18.2.0",
4646
"react-dom": "18.2.0",
47-
"ts-jest": "^29.1.0",
48-
"ts-node": "^10.9.1",
47+
"ts-jest": "^29.1.1",
48+
"ts-node": "^10.9.2",
4949
"tsconfig-paths": "^4.2.0",
50-
"tslib": "^2.5.0",
51-
"typescript": "^4.7.4"
50+
"tslib": "^2.6.2",
51+
"typescript": "^5.3.3"
5252
}
5353
}

packages/axios/tsconfig.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
2-
"include": ["./src", "env.d.ts", "request.d.ts"],
2+
"include": [
3+
"./src",
4+
"env.d.ts",
5+
"request.d.ts"
6+
],
7+
"exclude": [
8+
"node_modules"
9+
],
310
"compilerOptions": {
4-
"rootDir": "src",
5-
"composite": true,
11+
"target": "ES5",
612
"module": "esnext",
7-
"declaration": true,
8-
"declarationMap": true,
913
"moduleResolution": "node",
10-
"declarationDir": "dist/types",
1114
"allowSyntheticDefaultImports": true
1215
}
13-
}
16+
}

packages/chakra/tsconfig.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"exclude": ["node_modules"],
3-
"include": ["./src"],
2+
"exclude": [
3+
"node_modules"
4+
],
5+
"include": [
6+
"./src"
7+
],
48
"compilerOptions": {
59
"rootDir": "src",
6-
"composite": true,
7-
"declaration": true,
8-
"declarationMap": true,
9-
"declarationDir": "dist/types"
10+
"target": "ES5"
1011
}
11-
}
12+
}

packages/env/tsconfig.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"exclude": ["node_modules"],
3-
"include": ["./src", "env.d.ts"],
2+
"exclude": [
3+
"node_modules"
4+
],
5+
"include": [
6+
"./src",
7+
"env.d.ts"
8+
],
49
"compilerOptions": {
5-
"rootDir": "src",
6-
"composite": true,
7-
"declaration": true,
8-
"declarationMap": true,
9-
"declarationDir": "dist/types"
10+
"target": "ES5"
1011
}
11-
}
12+
}

packages/webpack/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,29 @@
4343
"@babel/preset-env": "^7.23.3",
4444
"@babel/preset-react": "^7.23.3",
4545
"@babel/preset-typescript": "^7.23.3",
46-
"@babel/runtime": "^7.23.2",
46+
"@babel/runtime": "^7.23.3",
4747
"@react-ssr-setup/env": "workspace:*",
48-
"@swc/core": "1.3.80",
48+
"@swc/core": "1.3.100",
4949
"autoprefixer": "^10.4.16",
5050
"babel-loader": "^9.1.3",
51-
"browserslist": "^4.22.1",
52-
"core-js": "^3.33.2",
51+
"browserslist": "^4.22.2",
52+
"core-js": "^3.34.0",
5353
"css-loader": "^6.8.1",
5454
"css-minimizer-webpack-plugin": "^5.0.1",
5555
"esbuild-loader": "^4.0.2",
5656
"eslint-webpack-plugin": "^4.0.1",
5757
"file-loader": "^6.2.0",
5858
"fork-ts-checker-webpack-plugin": "^9.0.2",
5959
"mini-css-extract-plugin": "^2.7.6",
60-
"postcss": "^8.4.28",
60+
"postcss": "^8.4.32",
6161
"postcss-loader": "^7.3.3",
6262
"regenerator-runtime": "^0.14.0",
63-
"sass": "^1.65.1",
63+
"sass": "^1.69.5",
6464
"sass-loader": "^13.3.2",
6565
"style-loader": "^3.3.3",
6666
"swc-loader": "^0.2.3",
6767
"thread-loader": "^4.0.2",
68-
"webpack-bundle-analyzer": "^4.9.1",
68+
"webpack-bundle-analyzer": "^4.10.1",
6969
"webpack-dev-middleware": "^6.1.1",
7070
"webpack-dev-server": "^4.15.1",
7171
"webpack-hot-middleware": "^2.25.4",

packages/webpack/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "src",
43
"target": "ES5",
54
"allowSyntheticDefaultImports": true
65
},

0 commit comments

Comments
 (0)