Skip to content

Commit b176ee1

Browse files
committed
chore(deps): Solve PNPM audit issues
Signed-off-by: Steve Dodier-Lazaro <sidnioulz@gmail.com>
1 parent dc2c153 commit b176ee1

2 files changed

Lines changed: 1796 additions & 2123 deletions

File tree

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
},
9595
"devDependencies": {
9696
"@commitlint/config-conventional": "^19.8.1",
97-
"@eslint/js": "^9.26.0",
97+
"@eslint/js": "^9.32.0",
9898
"@storybook/addon-docs": "next",
9999
"@storybook/addon-essentials": "next",
100100
"@storybook/addon-links": "next",
@@ -104,43 +104,43 @@
104104
"@storybook/react": "next",
105105
"@storybook/react-vite": "next",
106106
"@storybook/vue3": "next",
107-
"@types/node": "^22.15.18",
108-
"@types/react": "^19.1.4",
109-
"@vitejs/plugin-react": "^4.4.1",
107+
"@types/node": "^22.17.0",
108+
"@types/react": "^19.1.9",
109+
"@vitejs/plugin-react": "^4.7.0",
110110
"@vitejs/plugin-vue": "^5.2.4",
111111
"auto": "^11.3.0",
112112
"boxen": "^8.0.1",
113113
"commitlint": "^19.8.1",
114114
"dedent": "^1.6.0",
115-
"eslint": "^9.26.0",
116-
"eslint-config-prettier": "^10.1.5",
117-
"eslint-plugin-prettier": "^5.4.0",
115+
"eslint": "^9.32.0",
116+
"eslint-config-prettier": "^10.1.8",
117+
"eslint-plugin-prettier": "^5.5.3",
118118
"eslint-plugin-react": "^7.37.5",
119-
"eslint-plugin-vue": "^10.1.0",
120-
"globals": "^16.1.0",
119+
"eslint-plugin-vue": "^10.4.0",
120+
"globals": "^16.3.0",
121121
"husky": "^9.1.7",
122-
"lint-staged": "^16.0.0",
122+
"lint-staged": "^16.1.2",
123123
"npm-run-all": "^4.1.5",
124-
"prettier": "^3.5.3",
124+
"prettier": "^3.6.2",
125125
"prompts": "^2.4.2",
126126
"prop-types": "^15.8.1",
127127
"rimraf": "^6.0.1",
128-
"semantic-release": "^24.2.5",
128+
"semantic-release": "^24.2.7",
129129
"storybook": "next",
130130
"tsup": "^8.5.0",
131-
"typescript": "^5.8.3",
132-
"typescript-eslint": "^8.32.1",
131+
"typescript": "^5.9.2",
132+
"typescript-eslint": "^8.38.0",
133133
"vite": "^6.3.5",
134-
"vue": "^3.5.14",
134+
"vue": "^3.5.18",
135135
"vuestic-ui": "^1.10.3",
136-
"zx": "^8.5.4"
136+
"zx": "^8.7.2"
137137
},
138138
"peerDependencies": {
139139
"@storybook/addon-docs": "^9.0.0",
140140
"@storybook/builder-vite": "^9.0.0",
141-
"storybook": ">=9.0.0-0 <10.0.0-0",
142141
"react": "^19.0.0",
143142
"react-dom": "^19.0.0",
143+
"storybook": ">=9.0.0-0 <10.0.0-0",
144144
"vue": "^3.4.31"
145145
},
146146
"resolutions": {
@@ -164,6 +164,6 @@
164164
"icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
165165
},
166166
"dependencies": {
167-
"veaury": "^2.6.2"
167+
"veaury": "^2.6.3"
168168
}
169169
}

0 commit comments

Comments
 (0)