Skip to content

Commit 7300642

Browse files
[core] Sort package.json to match yarn add default sort
1 parent 3cbc74c commit 7300642

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"@babel/register": "^7.10.1",
5858
"@rollup/plugin-replace": "^2.3.1",
5959
"@testing-library/dom": "^7.0.3",
60-
"@testing-library/react-hooks": "3.3.0",
6160
"@testing-library/react": "^10.0.1",
62-
"@types/chai-dom": "^0.0.10",
61+
"@testing-library/react-hooks": "3.3.0",
6362
"@types/chai": "^4.2.3",
63+
"@types/chai-dom": "^0.0.10",
6464
"@types/enzyme": "^3.10.3",
6565
"@types/fs-extra": "^9.0.0",
6666
"@types/glob": "^7.1.1",
@@ -82,8 +82,8 @@
8282
"babel-plugin-tester": "^9.0.0",
8383
"babel-plugin-transform-dev-warning": "^0.1.0",
8484
"babel-plugin-transform-react-remove-prop-types": "^0.4.21",
85-
"chai-dom": "^1.8.1",
8685
"chai": "^4.1.2",
86+
"chai-dom": "^1.8.1",
8787
"chalk": "^4.0.0",
8888
"compression-webpack-plugin": "^4.0.0",
8989
"confusing-browser-globals": "^1.0.9",
@@ -92,31 +92,31 @@
9292
"danger": "^10.0.0",
9393
"dom-accessibility-api": "^0.4.3",
9494
"dtslint": "^3.2.0",
95-
"enzyme-adapter-react-16": "^1.14.0",
9695
"enzyme": "^3.9.0",
96+
"enzyme-adapter-react-16": "^1.14.0",
97+
"eslint": "^7.4.0",
9798
"eslint-config-airbnb-typescript": "^8.0.2",
9899
"eslint-config-prettier": "^6.11.0",
99100
"eslint-import-resolver-webpack": "^0.12.2",
100101
"eslint-plugin-babel": "^5.3.1",
101102
"eslint-plugin-import": "^2.22.0",
102103
"eslint-plugin-jsx-a11y": "^6.3.1",
103104
"eslint-plugin-mocha": "^7.0.1",
104-
"eslint-plugin-react-hooks": "^4.0.7",
105105
"eslint-plugin-react": "^7.20.3",
106-
"eslint": "^7.4.0",
106+
"eslint-plugin-react-hooks": "^4.0.7",
107107
"expect-puppeteer": "^4.3.0",
108108
"format-util": "^1.0.5",
109109
"fs-extra": "^9.0.0",
110-
"glob-gitignore": "^1.0.11",
111110
"glob": "^7.1.2",
111+
"glob-gitignore": "^1.0.11",
112112
"jsdom": "^16.0.0",
113+
"karma": "^5.0.1",
113114
"karma-browserstack-launcher": "~1.4.0",
114115
"karma-chrome-launcher": "^3.0.0",
115-
"karma-mocha-reporter": "^2.2.5",
116116
"karma-mocha": "^2.0.0",
117+
"karma-mocha-reporter": "^2.2.5",
117118
"karma-sourcemap-loader": "^0.3.7",
118119
"karma-webpack": "^4.0.2",
119-
"karma": "^5.0.1",
120120
"lerna": "^3.16.4",
121121
"lodash": "^4.17.15",
122122
"mocha": "^8.0.1",
@@ -126,18 +126,18 @@
126126
"pretty-format-v24": "npm:pretty-format@24",
127127
"prop-types": "^15.7.2",
128128
"puppeteer": "^5.0.0",
129+
"react": "^16.13.0",
129130
"react-dom": "^16.13.0",
130131
"react-test-renderer": "^16.13.0",
131-
"react": "^16.13.0",
132132
"remark": "^12.0.0",
133133
"rimraf": "^3.0.0",
134+
"rollup": "^2.10.8",
134135
"rollup-plugin-babel": "^4.3.3",
135136
"rollup-plugin-commonjs": "^10.1.0",
136137
"rollup-plugin-node-globals": "^1.4.0",
137138
"rollup-plugin-node-resolve": "^5.2.0",
138139
"rollup-plugin-size-snapshot": "^0.12.0",
139140
"rollup-plugin-terser": "^6.1.0",
140-
"rollup": "^2.10.8",
141141
"sinon": "^9.0.0",
142142
"size-limit": "^0.21.0",
143143
"ts-node": "^8.3.0",
@@ -146,8 +146,8 @@
146146
"unist-util-visit": "^2.0.2",
147147
"url-loader": "^4.1.0",
148148
"vrtest-mui": "^0.3.3",
149-
"webpack-cli": "^3.3.9",
150149
"webpack": "^4.41.0",
150+
"webpack-cli": "^3.3.9",
151151
"yargs": "^15.2.0",
152152
"yarn-deduplicate": "^2.0.0"
153153
},

0 commit comments

Comments
 (0)