Sign In

@mborecki/cra-template

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mborecki/cra-template - npm Package Compare versions

Comparing version
4.0.0
to
4.0.1
+18
-18
package.json
{
"name": "@mborecki/cra-template",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",

@@ -32,20 +32,20 @@ "engines": {

"@simbathesailor/use-what-changed": "^2.0.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.16",
"axios": "^0.24.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.20.5",
"react-query": "^3.34.0",
"react-router": "^6.0.2",
"react-router-dom": "^6.0.2",
"react-scripts": "^4.0.3",
"sass": "^1.44.0",
"styled-components": "^5.3.3",
"typescript": "^4.5.2"
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.0.4",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/styled-components": "^5.1.24",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.29.0",
"react-query": "^3.34.19",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.0",
"sass": "^1.49.11",
"styled-components": "^5.3.5",
"typescript": "^4.6.3"
}
}

@@ -6,19 +6,19 @@ {

"@simbathesailor/use-what-changed": "^2.0.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.16",
"axios": "^0.24.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.20.5",
"react-query": "^3.34.0",
"react-router": "^6.0.2",
"react-router-dom": "^6.0.2",
"react-scripts": "^4.0.3",
"sass": "^1.44.0",
"styled-components": "^5.3.3",
"typescript": "^4.5.2"
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.0.4",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/styled-components": "^5.1.24",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.29.0",
"react-query": "^3.34.19",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.0",
"sass": "^1.49.11",
"styled-components": "^5.3.5",
"typescript": "^4.6.3"
},

@@ -25,0 +25,0 @@ "scripts": {

describe('Sanity check test', () => {
it('Should pass', () => {
expect(true).toBeTruthy();
})
})