Socket
Socket
Sign inDemoInstall

@epam/cra-template-uui

Package Overview
Dependencies
0
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

template/src/index.module.scss

6

package.json
{
"name": "@epam/cra-template-uui",
"version": "1.0.6",
"version": "1.0.7",
"keywords": [

@@ -18,3 +18,3 @@ "UUI",

"engines": {
"node": ">=10"
"node": ">=16"
},

@@ -25,2 +25,2 @@ "files": [

]
}
}

@@ -6,27 +6,29 @@ {

"@epam/promo": "latest",
"@epam/uui-core": "latest",
"@epam/uui": "latest",
"@epam/uui-components": "latest",
"history": "4.10.1",
"react-router-dom": "5.3.4",
"@epam/uui-core": "latest",
"history": "^4.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"typescript": "4.9.3",
"sass": "^1.57.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
"@epam/uui-test-utils": "latest",
"@testing-library/jest-dom": "^5.16.5",
"@types/jest": "^27.5.2",
"@types/react": "18.2.21",
"@types/react-router-dom": "^5.3.3",
"@types/history": "4.7.11",
"@types/jest": "^27.5.1",
"@types/node": "16.18.4",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/react-router-dom": "5.3.3",
"@epam/uui-test-utils": "latest"
"@types/node": "16.18.4"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
},
"resolutions": {
"@types/react": "18.2.21"
}
}
}
# Getting started
## Recommended software:
- Node 8.12.0 or later (https://nodejs.org/en/)
- Node 16.x or newer (https://nodejs.org/en/)
- VSCode (https://code.visualstudio.com/), or other IDE with typescript support (like WebStorm)

@@ -6,0 +6,0 @@ - yarn package manager (https://yarnpkg.com/en/)

@@ -1,5 +0,4 @@

// jest-dom adds custom jest matchers for asserting on DOM nodes.
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom';
import '@testing-library/jest-dom';
import {setupJsDom} from '@epam/uui-test-utils';
setupJsDom(global);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc