eehitus-my-task-list-ui 1.2.4 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import './App.css';
3
- import '@tehik-ee/tedi-react/index.css';
3
+ import '@tedi-design-system/react/index.css';
4
4
  declare const App: React.FC;
5
5
  export default App;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eehitus-my-task-list-ui",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "license": "ISC",
5
5
  "private": false,
6
6
  "type": "module",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@reduxjs/toolkit": "^1.4.0",
37
- "@tehik-ee/tedi-react": "13.0.0",
37
+ "@tedi-design-system/react": "14.1.0",
38
38
  "axios": "1.7.8",
39
39
  "bfj": "^7.0.2",
40
40
  "browserfs": "^1.4.3",
@@ -85,7 +85,7 @@
85
85
  "timers-browserify": "^2.0.12"
86
86
  },
87
87
  "resolutions": {
88
- "@tehik-ee/tedi-react": "13.0.0",
88
+ "@tedi-design-system/react": "14.1.0",
89
89
  "keycloak-js": "23.0.2",
90
90
  "react": "18.2.0",
91
91
  "react-dom": "18.2.0",
@@ -103,7 +103,7 @@
103
103
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
104
104
  "@reduxjs/toolkit": "^1.4.0",
105
105
  "@svgr/webpack": "^5.5.0",
106
- "@tehik-ee/tedi-react": "13.0.0",
106
+ "@tedi-design-system/react": "14.1.0",
107
107
  "@testing-library/dom": "^10.4.0",
108
108
  "@testing-library/jest-dom": "^6.6.3",
109
109
  "@testing-library/react": "^16.0.1",
@@ -255,5 +255,6 @@
255
255
  "react-app"
256
256
  ]
257
257
  },
258
- "dependencies": {}
258
+ "dependencies": {},
259
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
259
260
  }