File tree Expand file tree Collapse file tree 11 files changed +22
-22
lines changed
babel-plugin-named-asset-import
confusing-browser-globals Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-named-asset-import" ,
3
- "version" : " 0.3.7 " ,
3
+ "version" : " 0.3.8 " ,
4
4
"description" : " Babel plugin for named asset imports in Create React App" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-preset-react-app" ,
3
- "version" : " 10.0.0 " ,
3
+ "version" : " 10.0.1 " ,
4
4
"description" : " Babel preset used by Create React App" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " confusing-browser-globals" ,
3
- "version" : " 1.0.10 " ,
3
+ "version" : " 1.0.11 " ,
4
4
"description" : " A list of browser globals that are often used by mistake instead of local variables" ,
5
5
"license" : " MIT" ,
6
6
"main" : " index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cra-template-typescript" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"keywords" : [
5
5
" react" ,
6
6
" create-react-app" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cra-template" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"keywords" : [
5
5
" react" ,
6
6
" create-react-app" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-react-app" ,
3
- "version" : " 4 .0.3 " ,
3
+ "version" : " 5 .0.0 " ,
4
4
"keywords" : [
5
5
" react"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-react-app" ,
3
- "version" : " 6 .0.0" ,
3
+ "version" : " 7 .0.0" ,
4
4
"description" : " ESLint configuration used by Create React App" ,
5
5
"repository" : {
6
6
"type" : " git" ,
25
25
"@rushstack/eslint-patch" : " ^1.1.0" ,
26
26
"@typescript-eslint/eslint-plugin" : " ^5.5.0" ,
27
27
"@typescript-eslint/parser" : " ^5.5.0" ,
28
- "babel-preset-react-app" : " ^10.0.0 " ,
29
- "confusing-browser-globals" : " ^1.0.10 " ,
28
+ "babel-preset-react-app" : " ^10.0.1 " ,
29
+ "confusing-browser-globals" : " ^1.0.11 " ,
30
30
"eslint-plugin-flowtype" : " ^8.0.3" ,
31
31
"eslint-plugin-import" : " ^2.25.3" ,
32
32
"eslint-plugin-jest" : " ^25.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-app-polyfill" ,
3
- "version" : " 2 .0.0" ,
3
+ "version" : " 3 .0.0" ,
4
4
"description" : " Polyfills for various browsers including commonly used language features" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-dev-utils" ,
3
- "version" : " 11 .0.4 " ,
3
+ "version" : " 12 .0.0 " ,
4
4
"description" : " webpack utilities used by Create React App" ,
5
5
"repository" : {
6
6
"type" : " git" ,
71
71
"open" : " ^8.4.0" ,
72
72
"pkg-up" : " ^3.1.0" ,
73
73
"prompts" : " ^2.4.2" ,
74
- "react-error-overlay" : " ^6.0.9 " ,
74
+ "react-error-overlay" : " ^6.0.10 " ,
75
75
"recursive-readdir" : " ^2.2.2" ,
76
76
"shell-quote" : " ^1.7.3" ,
77
77
"strip-ansi" : " ^6.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-error-overlay" ,
3
- "version" : " 6.0.9 " ,
3
+ "version" : " 6.0.10 " ,
4
4
"description" : " An overlay for displaying stack frames." ,
5
5
"main" : " lib/index.js" ,
6
6
"sideEffects" : false ,
40
40
"anser" : " ^2.1.0" ,
41
41
"babel-jest" : " ^27.4.2" ,
42
42
"babel-loader" : " ^8.2.3" ,
43
- "babel-preset-react-app" : " ^10.0.0 " ,
43
+ "babel-preset-react-app" : " ^10.0.1 " ,
44
44
"chalk" : " ^4.1.2" ,
45
45
"chokidar" : " ^3.5.2" ,
46
46
"cross-env" : " ^7.0.3" ,
47
47
"eslint" : " ^8.3.0" ,
48
- "eslint-config-react-app" : " ^6 .0.0" ,
48
+ "eslint-config-react-app" : " ^7 .0.0" ,
49
49
"flow-bin" : " ^0.116.0" ,
50
50
"html-entities" : " ^2.3.2" ,
51
51
"jest" : " ^27.4.3" ,
54
54
"promise" : " ^8.1.0" ,
55
55
"raw-loader" : " ^4.0.2" ,
56
56
"react" : " ^17.0.2" ,
57
- "react-app-polyfill" : " ^2 .0.0" ,
57
+ "react-app-polyfill" : " ^3 .0.0" ,
58
58
"react-dom" : " ^17.0.2" ,
59
59
"rimraf" : " ^3.0.2" ,
60
60
"settle-promise" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments