Skip to content

Commit 6a46a23

Browse files
chore(deps): update devdependencies
1 parent ffb2cdc commit 6a46a23

File tree

5 files changed

+2861
-1816
lines changed

5 files changed

+2861
-1816
lines changed

apps/web/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@
2727
"typescript": "5.0.4"
2828
},
2929
"devDependencies": {
30-
"@babel/core": "7.21.8",
31-
"@storybook/addon-essentials": "7.0.17",
32-
"@storybook/addon-interactions": "7.0.17",
33-
"@storybook/addon-links": "7.0.17",
34-
"@storybook/blocks": "7.0.17",
35-
"@storybook/nextjs": "7.0.17",
36-
"@storybook/react": "7.0.17",
37-
"@storybook/react-vite": "7.0.17",
38-
"@storybook/testing-library": "0.1.0",
30+
"@babel/core": "7.22.9",
31+
"@storybook/addon-essentials": "7.2.1",
32+
"@storybook/addon-interactions": "7.2.1",
33+
"@storybook/addon-links": "7.2.1",
34+
"@storybook/blocks": "7.2.1",
35+
"@storybook/nextjs": "7.2.1",
36+
"@storybook/react": "7.2.1",
37+
"@storybook/react-vite": "7.2.1",
38+
"@storybook/testing-library": "0.2.0",
3939
"autoprefixer": "10.4.14",
4040
"eslint-config-custom-next": "workspace:*",
41-
"jest-mock": "29.5.0",
42-
"postcss": "8.4.23",
43-
"storybook": "7.0.17",
44-
"tailwindcss": "3.3.2",
41+
"jest-mock": "29.6.2",
42+
"postcss": "8.4.27",
43+
"storybook": "7.2.1",
44+
"tailwindcss": "3.3.3",
4545
"tsconfig": "workspace:*",
4646
"tw-colors": "1.2.6",
47-
"vite": "4.3.9",
48-
"webpack": "5.84.1",
47+
"vite": "4.4.8",
48+
"webpack": "5.88.2",
4949
"tokens-studio": "workspace:*"
5050
}
5151
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"format:fix": "prettier --write ."
1313
},
1414
"devDependencies": {
15-
"eslint": "8.41.0",
15+
"eslint": "8.46.0",
1616
"eslint-config-custom": "workspace:*",
17-
"eslint-config-prettier": "8.8.0",
17+
"eslint-config-prettier": "8.10.0",
1818
"husky": "8.0.3",
19-
"lint-staged": "13.2.2",
19+
"lint-staged": "13.2.3",
2020
"prettier": "2.8.8",
21-
"scaffdog": "2.5.0",
22-
"turbo": "1.9.9"
21+
"scaffdog": "2.5.1",
22+
"turbo": "1.10.12"
2323
},
2424
"engines": {
2525
"node": ">=18.0.0 <19",

packages/tokens-studio/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"format:fix": "prettier --write ."
2525
},
2626
"devDependencies": {
27-
"@types/node": "18.16.15",
28-
"esbuild": "0.17.19",
29-
"eslint": "8.41.0",
27+
"@types/node": "18.17.3",
28+
"esbuild": "0.18.18",
29+
"eslint": "8.46.0",
3030
"eslint-config-custom": "workspace:*",
31-
"sd-tailwindcss-transformer": "1.3.0",
31+
"sd-tailwindcss-transformer": "1.3.2",
3232
"style-dictionary": "3.8.0",
33-
"tailwindcss": "3.3.2",
33+
"tailwindcss": "3.3.3",
3434
"token-transformer": "0.0.33",
3535
"tsconfig": "workspace:*",
36-
"typescript": "5.0.4"
36+
"typescript": "5.1.6"
3737
},
3838
"dependencies": {
3939
"zod": "3.21.4"

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"format:fix": "prettier --write ."
1111
},
1212
"devDependencies": {
13-
"eslint": "8.41.0",
13+
"eslint": "8.46.0",
1414
"eslint-config-custom": "workspace:*",
1515
"tsconfig": "workspace:*",
16-
"typescript": "5.0.4",
16+
"typescript": "5.1.6",
1717
"prettier": "2.8.8"
1818

1919
}

0 commit comments

Comments
 (0)