Skip to content

Commit f4cd81e

Browse files
authored
Fix carets in package versions and (#11496)
1 parent 604d240 commit f4cd81e

File tree

14 files changed

+6258
-4529
lines changed

14 files changed

+6258
-4529
lines changed

package-lock.json

Lines changed: 6224 additions & 4495 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-plugin-named-asset-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-named-asset-import",
3-
"version": "^0.3.7",
3+
"version": "0.3.7",
44
"description": "Babel plugin for named asset imports in Create React App",
55
"repository": {
66
"type": "git",

packages/babel-preset-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-react-app",
3-
"version": "^10.0.0",
3+
"version": "10.0.0",
44
"description": "Babel preset used by Create React App",
55
"repository": {
66
"type": "git",

packages/confusing-browser-globals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confusing-browser-globals",
3-
"version": "^1.0.10",
3+
"version": "1.0.10",
44
"description": "A list of browser globals that are often used by mistake instead of local variables",
55
"license": "MIT",
66
"main": "index.js",

packages/cra-template-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-typescript",
3-
"version": "^1.1.2",
3+
"version": "1.1.2",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/cra-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template",
3-
"version": "^1.1.2",
3+
"version": "1.1.2",
44
"keywords": [
55
"react",
66
"create-react-app",

packages/create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "^4.0.3",
3+
"version": "4.0.3",
44
"keywords": [
55
"react"
66
],

packages/create-react-app/yarn.lock.cached

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2450,14 +2450,14 @@ [email protected]:
24502450
node-releases "^1.1.61"
24512451

24522452
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.0, browserslist@^4.16.5, browserslist@^4.16.6, browserslist@^4.17.1, browserslist@^4.6.4:
2453-
version "4.17.1"
2454-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.1.tgz#a98d104f54af441290b7d592626dd541fa642eb9"
2455-
integrity sha512-aLD0ZMDSnF4lUt4ZDNgqi5BUn9BZ7YdQdI/cYlILrhdSSZJLU9aNZoD5/NBmM4SK34APB2e83MOsRt1EnkuyaQ==
2453+
version "4.17.2"
2454+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.2.tgz#aa15dbd2fab399a399fe4df601bb09363c5458a6"
2455+
integrity sha512-jSDZyqJmkKMEMi7SZAgX5UltFdR5NAO43vY0AwTpu4X3sGH7GLLQ83KiUomgrnvZRCeW0yPPnKqnxPqQOER9zQ==
24562456
dependencies:
2457-
caniuse-lite "^1.0.30001259"
2458-
electron-to-chromium "^1.3.846"
2457+
caniuse-lite "^1.0.30001261"
2458+
electron-to-chromium "^1.3.854"
24592459
escalade "^3.1.1"
2460-
nanocolors "^0.1.5"
2460+
nanocolors "^0.2.12"
24612461
node-releases "^1.1.76"
24622462

24632463
@@ -2548,7 +2548,7 @@ caniuse-api@^3.0.0:
25482548
lodash.memoize "^4.1.2"
25492549
lodash.uniq "^4.5.0"
25502550

2551-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001259:
2551+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001261:
25522552
version "1.0.30001261"
25532553
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001261.tgz#96d89813c076ea061209a4e040d8dcf0c66a1d01"
25542554
integrity sha512-vM8D9Uvp7bHIN0fZ2KQ4wnmYFpJo/Etb4Vwsuc+ka0tfGDHvOPrFm6S/7CCNLSOkAUjenT2HnUPESdOIL91FaA==
@@ -3371,10 +3371,10 @@ ejs@^2.6.1:
33713371
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
33723372
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
33733373

3374-
electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.846:
3375-
version "1.3.853"
3376-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.853.tgz#f3ed1d31f092cb3a17af188bca6c6a3ec91c3e82"
3377-
integrity sha512-W4U8n+U8I5/SUaFcqZgbKRmYZwcyEIQVBDf+j5QQK6xChjXnQD+wj248eGR9X4u+dDmDR//8vIfbu4PrdBBIoQ==
3374+
electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.854:
3375+
version "1.3.855"
3376+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.855.tgz#bfc75867d6aaf19f0d40ab02f0b1f60ad6866b02"
3377+
integrity sha512-4g104x65rHM+Wv/0VPh36s6YRBXP4mebpLSNtwTOpUvxyzAmdQGPoxYdg4MiaxvQnJh2xxcAwDOXYa1SMRr2WQ==
33783378

33793379
emittery@^0.8.1:
33803380
version "0.8.1"
@@ -5776,12 +5776,12 @@ multicast-dns@^6.0.1:
57765776
dns-packet "^1.3.1"
57775777
thunky "^1.0.2"
57785778

5779-
nanocolors@^0.1.12, nanocolors@^0.1.5:
5779+
nanocolors@^0.1.12:
57805780
version "0.1.12"
57815781
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.12.tgz#8577482c58cbd7b5bb1681db4cf48f11a87fd5f6"
57825782
integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==
57835783

5784-
nanocolors@^0.2.2, nanocolors@^0.2.8:
5784+
nanocolors@^0.2.12, nanocolors@^0.2.2, nanocolors@^0.2.8:
57855785
version "0.2.12"
57865786
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.12.tgz#4d05932e70116078673ea4cc6699a1c56cc77777"
57875787
integrity sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug==
@@ -7463,9 +7463,9 @@ side-channel@^1.0.4:
74637463
object-inspect "^1.9.0"
74647464

74657465
signal-exit@^3.0.2, signal-exit@^3.0.3:
7466-
version "3.0.4"
7467-
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.4.tgz#366a4684d175b9cab2081e3681fda3747b6c51d7"
7468-
integrity sha512-rqYhcAnZ6d/vTPGghdrw7iumdcbXpsk1b8IG/rz+VWV51DM0p7XCtMoJ3qhPLIbp3tvyt3pKRbaaEMZYpHto8Q==
7466+
version "3.0.5"
7467+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.5.tgz#9e3e8cc0c75a99472b44321033a7702e7738252f"
7468+
integrity sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==
74697469

74707470
sisteransi@^1.0.5:
74717471
version "1.0.5"
@@ -7671,7 +7671,7 @@ string-length@^4.0.1:
76717671
char-regex "^1.0.2"
76727672
strip-ansi "^6.0.0"
76737673

7674-
string-width@^4.1.0, string-width@^4.2.0:
7674+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
76757675
version "4.2.3"
76767676
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
76777677
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7852,16 +7852,16 @@ symbol-tree@^3.2.4:
78527852
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
78537853

78547854
table@^6.0.9:
7855-
version "6.7.1"
7856-
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
7857-
integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
7855+
version "6.7.2"
7856+
resolved "https://registry.yarnpkg.com/table/-/table-6.7.2.tgz#a8d39b9f5966693ca8b0feba270a78722cbaf3b0"
7857+
integrity sha512-UFZK67uvyNivLeQbVtkiUs8Uuuxv24aSL4/Vil2PJVtMgU8Lx0CYkP12uCGa3kjyQzOSgV1+z9Wkb82fCGsO0g==
78587858
dependencies:
78597859
ajv "^8.0.1"
78607860
lodash.clonedeep "^4.5.0"
78617861
lodash.truncate "^4.4.2"
78627862
slice-ansi "^4.0.0"
7863-
string-width "^4.2.0"
7864-
strip-ansi "^6.0.0"
7863+
string-width "^4.2.3"
7864+
strip-ansi "^6.0.1"
78657865

78667866
tapable@^1.0.0:
78677867
version "1.1.3"

packages/eslint-config-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "^6.0.0",
3+
"version": "6.0.0",
44
"description": "ESLint configuration used by Create React App",
55
"repository": {
66
"type": "git",

packages/react-app-polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-app-polyfill",
3-
"version": "^2.0.0",
3+
"version": "2.0.0",
44
"description": "Polyfills for various browsers including commonly used language features",
55
"repository": {
66
"type": "git",

packages/react-dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "^11.0.4",
3+
"version": "11.0.4",
44
"description": "webpack utilities used by Create React App",
55
"repository": {
66
"type": "git",

packages/react-error-overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "^6.0.9",
3+
"version": "6.0.9",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"sideEffects": false,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "kitchensink",
33
"main": "template.json",
4-
"version": "^1.0.0"
4+
"version": "1.0.0"
55
}

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "^4.0.3",
3+
"version": "4.0.3",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)