Skip to content

Commit aa1faaf

Browse files
Merge pull request #2747 from devtron-labs/fix/depandabot-issues
fix: dependabot issues
2 parents bfb6af5 + f1285e5 commit aa1faaf

30 files changed

+252
-3618
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ module.exports = {
4242
'airbnb',
4343
'airbnb/hooks',
4444
'prettier',
45-
'plugin:storybook/recommended',
4645
],
4746
rules: {
4847
'prettier/prettier': ['error'],

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,12 @@ storybook-static
4343
.yalc
4444
yalc.lock
4545
.build-cache
46+
47+
.yarn/*
48+
!.yarn/cache
49+
!.yarn/patches
50+
!.yarn/plugins
51+
!.yarn/releases
52+
!.yarn/sdks
53+
!.yarn/versions
54+
.pnp.*

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"*.{js,jsx,ts,tsx}": [
3-
"yarn eslint"
3+
"eslint"
44
]
55
}

.storybook/main.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

.storybook/preview-head.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

.storybook/preview.tsx

Lines changed: 0 additions & 69 deletions
This file was deleted.

.storybook/storybook.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

Dockerfile.storybook

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.15.0-pre-1",
7+
"@devtron-labs/devtron-fe-common-lib": "1.15.0-pre-3",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",
@@ -39,7 +39,7 @@
3939
"rxjs": "^7.5.4",
4040
"sockjs-client": "1.6.1",
4141
"tippy.js": "^6.3.7",
42-
"vite": "5.4.17",
42+
"vite": "5.4.19",
4343
"vite-plugin-require-transform": "1.0.21",
4444
"vite-plugin-svgr": "^2.4.0",
4545
"xterm": "^4.19.0",
@@ -63,8 +63,6 @@
6363
"test:ci": "jest --watchAll=false --ci --json --coverage --testLocationInResults --outputFile=report.json",
6464
"jest": "jest",
6565
"lint-staged": "lint-staged",
66-
"storybook": "IS_STORYBOOK=true storybook dev -p 6006",
67-
"build-storybook": "IS_STORYBOOK=true storybook build",
6866
"postinstall": "patch-package"
6967
},
7068
"browserslist": [
@@ -76,15 +74,6 @@
7674
"devDependencies": {
7775
"@playwright/test": "^1.32.1",
7876
"@sentry/cli": "^2.2.0",
79-
"@storybook/addon-a11y": "^8.4.2",
80-
"@storybook/addon-actions": "^8.4.2",
81-
"@storybook/addon-essentials": "^8.4.2",
82-
"@storybook/addon-interactions": "^8.4.2",
83-
"@storybook/addon-links": "^8.4.2",
84-
"@storybook/blocks": "^8.4.2",
85-
"@storybook/react": "^8.4.2",
86-
"@storybook/react-vite": "^8.4.2",
87-
"@storybook/test": "^8.4.2",
8877
"@testing-library/jest-dom": "^5.16.2",
8978
"@testing-library/react": "^12.1.4",
9079
"@types/jest": "^27.4.1",
@@ -109,7 +98,6 @@
10998
"eslint-plugin-react": "^7.33.2",
11099
"eslint-plugin-react-hooks": "^4.6.0",
111100
"eslint-plugin-simple-import-sort": "^12.1.1",
112-
"eslint-plugin-storybook": "^0.8.0",
113101
"husky": "^7.0.4",
114102
"jest-extended": "^2.0.0",
115103
"jest-junit": "^13.0.0",
@@ -123,7 +111,6 @@
123111
"react-test-render": "^1.1.2",
124112
"sass": "^1.69.7",
125113
"sharp": "^0.33.5",
126-
"storybook": "^8.4.2",
127114
"svgo": "^3.3.2",
128115
"ts-jest": "29.2.5",
129116
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)