Skip to content

Commit

Permalink
chore(deps) remove unused dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: David Edler <david.edler@canonical.com>
  • Loading branch information
edlerd committed Jan 23, 2024
1 parent f1921d1 commit 28aa0f5
Show file tree
Hide file tree
Showing 2 changed files with 1,321 additions and 2,986 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"hooks-remove": "husky uninstall",
"start": "concurrently --kill-others --raw 'vite --host | grep -v 3000' 'yarn serve'",
"serve": "./entrypoint",
"test-js": "react-scripts test src/ --watchAll=false"},
"test-js": "react-scripts test src/ --watchAll=false"
},
"dependencies": {
"@canonical/react-components": "0.47.3",
"@monaco-editor/react": "4.6.0",
Expand Down Expand Up @@ -63,10 +64,7 @@
"@typescript-eslint/parser": "6.19.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.16",
"babel-loader": "9.1.3",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"concurrently": "8.2.2",
"css-loader": "6.9.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand All @@ -78,15 +76,11 @@
"postcss-cli": "11.0.0",
"prettier": "3.2.4",
"sass": "1.69.7",
"sass-loader": "14.0.0",
"style-loader": "3.3.4",
"stylelint": "16.1.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-order": "6.0.4",
"stylelint-prettier": "5.0.0",
"stylelint-scss": "6.0.0",
"ts-loader": "9.5.1",
"typescript": "5.3.3",
"vite": "4.5.2",
"vite-tsconfig-paths": "4.3.1"
Expand Down
Loading

0 comments on commit 28aa0f5

Please sign in to comment.