Skip to content

Commit 136176f

Browse files
committed
[hygiene] Dependencies
1 parent dc253d3 commit 136176f

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

package.json

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
"publishPackage": "gulp publishPackage"
5252
},
5353
"devDependencies": {
54-
"@arethetypeswrong/cli": "^0.17.3",
54+
"@arethetypeswrong/cli": "^0.17.4",
5555
"@babel/cli": "^7.26.4",
56-
"@babel/core": "^7.26.7",
57-
"@babel/preset-env": "^7.26.7",
56+
"@babel/core": "^7.26.10",
57+
"@babel/preset-env": "^7.26.9",
5858
"@babel/preset-react": "^7.26.3",
5959
"@babel/preset-typescript": "^7.26.0",
6060
"@prettier/sync": "^0.5.2",
@@ -65,29 +65,27 @@
6565
"@types/jest": "^29.5.14",
6666
"@types/jest-environment-puppeteer": "^5.0.6",
6767
"@types/less": "^3.0.8",
68-
"@types/node": "^22.10.10",
68+
"@types/node": "^22.13.10",
6969
"@types/puppeteer": "^7.0.4",
7070
"@types/react": "^18.3.13",
7171
"@types/react-dom": "^18.3.1",
72-
"@types/tmp": "^0.2.6",
73-
"@types/ws": "^8.5.14",
74-
"@typescript-eslint/eslint-plugin": "^8.22.0",
75-
"@typescript-eslint/parser": "^8.22.0",
72+
"@typescript-eslint/eslint-plugin": "^8.26.1",
73+
"@typescript-eslint/parser": "^8.26.1",
7674
"babel-eslint": "^10.1.0",
7775
"babel-jest": "^29.7.0",
7876
"babel-plugin-transform-import-meta": "^2.3.2",
7977
"babel-plugin-transform-vite-meta-env": "^1.0.3",
8078
"babel-preset-minify": "^0.5.2",
8179
"buffer-replace": "^1.0.0",
82-
"cspell": "^8.17.2",
83-
"esbuild": "^0.24.2",
80+
"cspell": "^8.17.5",
81+
"esbuild": "^0.25.1",
8482
"eslint": "^8.57.0",
85-
"eslint-config-prettier": "^10.0.1",
83+
"eslint-config-prettier": "^10.1.1",
8684
"eslint-plugin-import": "^2.31.0",
8785
"eslint-plugin-jest": "^28.11.0",
88-
"eslint-plugin-jsdoc": "^50.6.3",
8986
"eslint-plugin-react": "7.37.4",
90-
"eslint-plugin-react-hooks": "^5.1.0",
87+
"eslint-plugin-react-hooks": "^5.2.0",
88+
"eslint-plugin-jsdoc": "^50.6.8",
9189
"gulp": "^5.0.0",
9290
"gulp-gzip": "^1.4.2",
9391
"http-server": "^14.1.1",
@@ -96,17 +94,16 @@
9694
"jest-fetch-mock": "^3.0.3",
9795
"jest-puppeteer": "^11.0.0",
9896
"less": "^4.2.2",
99-
"prettier": "^3.4.2",
10097
"react": "^18.3.1",
10198
"react-dom": "^18.3.1",
102-
"rollup": "^4.32.0",
103-
"rollup-plugin-esbuild": "^6.1.1",
99+
"prettier": "^3.5.3",
100+
"rollup": "^4.36.0",
101+
"rollup-plugin-esbuild": "^6.2.1",
104102
"rollup-plugin-preserve-shebang": "^1.0.1",
105-
"rollup-plugin-prettier": "^4.1.1",
103+
"rollup-plugin-prettier": "^4.1.2",
106104
"tinytick": "file:./dist",
107105
"tinydocs": "^0.1.53",
108-
"tmp": "^0.2.3",
109106
"ts-unused-exports": "^11.0.1",
110-
"typescript": "5.7.3"
107+
"typescript": "5.8.2"
111108
}
112109
}

0 commit comments

Comments
 (0)