Skip to content

Commit 33ee906

Browse files
committed
3.1.2 initial commit
1 parent 4eb8eb7 commit 33ee906

File tree

13 files changed

+30
-60
lines changed

13 files changed

+30
-60
lines changed

packages/react-scripts/cra-original-package.json

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": {
66
"type": "git",
@@ -28,23 +28,23 @@
2828
},
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
31-
"@babel/core": "7.5.5",
31+
"@babel/core": "7.6.0",
3232
"@svgr/webpack": "4.3.2",
33-
"@typescript-eslint/eslint-plugin": "1.13.0",
34-
"@typescript-eslint/parser": "1.13.0",
35-
"babel-eslint": "10.0.2",
36-
"babel-jest": "^24.8.0",
33+
"@typescript-eslint/eslint-plugin": "^2.2.0",
34+
"@typescript-eslint/parser": "^2.2.0",
35+
"babel-eslint": "10.0.3",
36+
"babel-jest": "^24.9.0",
3737
"babel-loader": "8.0.6",
38-
"babel-plugin-named-asset-import": "^0.3.3",
39-
"babel-preset-react-app": "^9.0.1",
38+
"babel-plugin-named-asset-import": "^0.3.4",
39+
"babel-preset-react-app": "^9.0.2",
4040
"camelcase": "^5.2.0",
4141
"case-sensitive-paths-webpack-plugin": "2.2.0",
4242
"css-loader": "2.1.1",
4343
"dotenv": "6.2.0",
44-
"dotenv-expand": "4.2.0",
44+
"dotenv-expand": "5.1.0",
4545
"eslint": "^6.1.0",
46-
"eslint-config-react-app": "^5.0.1",
47-
"eslint-loader": "2.2.1",
46+
"eslint-config-react-app": "^5.0.2",
47+
"eslint-loader": "3.0.0",
4848
"eslint-plugin-flowtype": "3.13.0",
4949
"eslint-plugin-import": "2.18.2",
5050
"eslint-plugin-jsx-a11y": "6.2.3",
@@ -55,29 +55,29 @@
5555
"html-webpack-plugin": "4.0.0-beta.5",
5656
"identity-obj-proxy": "3.0.0",
5757
"is-wsl": "^1.1.0",
58-
"jest": "24.8.0",
58+
"jest": "24.9.0",
5959
"jest-environment-jsdom-fourteen": "0.1.0",
60-
"jest-resolve": "24.8.0",
61-
"jest-watch-typeahead": "0.3.1",
62-
"mini-css-extract-plugin": "0.5.0",
60+
"jest-resolve": "24.9.0",
61+
"jest-watch-typeahead": "0.4.0",
62+
"mini-css-extract-plugin": "0.8.0",
6363
"optimize-css-assets-webpack-plugin": "5.0.3",
6464
"pnp-webpack-plugin": "1.5.0",
6565
"postcss-flexbugs-fixes": "4.1.0",
6666
"postcss-loader": "3.0.0",
6767
"postcss-normalize": "7.0.1",
6868
"postcss-preset-env": "6.7.0",
6969
"postcss-safe-parser": "4.0.1",
70-
"react-app-polyfill": "^1.0.2",
71-
"react-dev-utils": "^9.0.3",
70+
"react-app-polyfill": "^1.0.3",
71+
"react-dev-utils": "^9.0.4",
7272
"resolve": "1.12.0",
7373
"resolve-url-loader": "3.1.0",
7474
"sass-loader": "7.2.0",
7575
"semver": "6.3.0",
7676
"style-loader": "1.0.0",
7777
"terser-webpack-plugin": "1.4.1",
78-
"ts-pnp": "1.1.2",
78+
"ts-pnp": "1.1.4",
7979
"url-loader": "2.1.0",
80-
"webpack": "4.39.1",
80+
"webpack": "4.40.2",
8181
"webpack-dev-server": "3.2.1",
8282
"webpack-manifest-plugin": "2.0.4",
8383
"workbox-webpack-plugin": "4.3.1"
@@ -90,7 +90,11 @@
9090
"fsevents": "2.0.7"
9191
},
9292
"browserslist": {
93-
"production": [">0.2%", "not dead", "not op_mini all"],
93+
"production": [
94+
">0.2%",
95+
"not dead",
96+
"not op_mini all"
97+
],
9498
"development": [
9599
"last 1 chrome version",
96100
"last 1 firefox version",
18.1 KB
Binary file not shown.
3.16 KB
Loading
12.9 KB
Loading

packages/react-scripts/template-typescript/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"src": "logo512.png",
1717
"type": "image/png",
1818
"sizes": "512x512"
19-
}
19+
}
2020
],
2121
"start_url": ".",
2222
"display": "standalone",

packages/react-scripts/template-typescript/src/App.css

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
}
44

55
.App-logo {
6-
animation: App-logo-spin infinite 20s linear;
76
height: 40vmin;
8-
pointer-events: none;
97
}
108

119
.App-header {
@@ -20,14 +18,5 @@
2018
}
2119

2220
.App-link {
23-
color: #61dafb;
24-
}
25-
26-
@keyframes App-logo-spin {
27-
from {
28-
transform: rotate(0deg);
29-
}
30-
to {
31-
transform: rotate(360deg);
32-
}
21+
color: #09d3ac;
3322
}
Lines changed: 1 addition & 7 deletions
Loading
18.1 KB
Binary file not shown.
3.16 KB
Loading
12.9 KB
Loading

0 commit comments

Comments
 (0)