@cspell/dict-npm 5.2.1 → 5.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dict/npm.txt +5 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -274,6 +274,7 @@ caniuse
|
|
|
274
274
|
caniuse-lite
|
|
275
275
|
canvas
|
|
276
276
|
capacitor
|
|
277
|
+
careful-downloader
|
|
277
278
|
careful-faster-dirty-matter
|
|
278
279
|
carousel
|
|
279
280
|
case-sensitive-paths-webpack-plugin
|
|
@@ -321,6 +322,7 @@ ckeditor5-ckbox
|
|
|
321
322
|
ckeditor5-ckfinder
|
|
322
323
|
ckeditor5-clipboard
|
|
323
324
|
ckeditor5-cloud-services
|
|
325
|
+
ckeditor5-collaboration-core
|
|
324
326
|
ckeditor5-core
|
|
325
327
|
ckeditor5-easy-image
|
|
326
328
|
ckeditor5-engine
|
|
@@ -646,6 +648,7 @@ emailjs
|
|
|
646
648
|
ember-cli
|
|
647
649
|
ember-cli-babel
|
|
648
650
|
ember-cli-htmlbars
|
|
651
|
+
embla-carousel-reactive-utils
|
|
649
652
|
emmet
|
|
650
653
|
emotion
|
|
651
654
|
enact
|
|
@@ -2075,6 +2078,7 @@ react-router-redux
|
|
|
2075
2078
|
react-scripts
|
|
2076
2079
|
react-select
|
|
2077
2080
|
react-slick
|
|
2081
|
+
react-smooth
|
|
2078
2082
|
react-style-singleton
|
|
2079
2083
|
react-styleguidist
|
|
2080
2084
|
react-svg
|
|
@@ -2308,6 +2312,7 @@ soap
|
|
|
2308
2312
|
socket
|
|
2309
2313
|
socket-transport
|
|
2310
2314
|
sockjs-client
|
|
2315
|
+
sonner
|
|
2311
2316
|
sortablejs
|
|
2312
2317
|
source-map
|
|
2313
2318
|
source-map-js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"dict/npm.txt",
|
|
43
43
|
"cspell-ext.json"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "09e5a28402de1c5d03620fc3db11c709ae5861f2"
|
|
46
46
|
}
|