Skip to content

Commit

Permalink
up edi-ui & add "sideEffects: false"
Browse files Browse the repository at this point in the history
  • Loading branch information
semkedaniil committed Jun 27, 2024
1 parent 8e50cf5 commit 6325db6
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 53 deletions.
10 changes: 5 additions & 5 deletions cassandra-distributed-task-queue-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@skbkontur/cassandra-distributed-task-queue-ui",
"version": "1.0.0",
"sideEffects": false,
"description": ".NET library implementing distributed task queue machinery using Apache Cassandra",
"main": "./index.js",
"license": "MIT",
Expand Down Expand Up @@ -43,12 +44,11 @@
"react-router-dom": ">=6"
},
"dependencies": {
"@skbkontur/edi-ui": "^0.2.4",
"@skbkontur/edi-ui": "^0.2.10",
"@skbkontur/react-stack-layout": "^1.0.3",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.29.2",
"date-fns": "^3.6.0",
"decimal.js": "^10.2.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"qs": "^6.11.2",
"tslib": "^2.4.0",
"whatwg-fetch": "^3.5.0"
Expand Down Expand Up @@ -85,7 +85,7 @@
"rimraf": "^3.0.2",
"storybook-addon-react-router-v6": "^2.0.7",
"typescript": "^4.3.5",
"vite": "^4.4.11",
"vite": "^5.3.1",
"vitest": "^0.34.6"
},
"packageManager": "[email protected]+sha256.6d855253732ba8d231b6cd917961654f6c8439164c962a4e355c9c58360ebe44"
Expand Down

This file was deleted.

Loading

0 comments on commit 6325db6

Please sign in to comment.