@cspell/dict-npm 5.2.16 → 5.2.17
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 +3 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -1873,6 +1873,7 @@ plugin-proposal-export-namespace-from
|
|
|
1873
1873
|
plugin-proposal-object-rest-spread
|
|
1874
1874
|
plugin-react
|
|
1875
1875
|
plugin-register-components
|
|
1876
|
+
plugin-rgb-color
|
|
1876
1877
|
plugin-search
|
|
1877
1878
|
plugin-syntax-dynamic-import
|
|
1878
1879
|
plugin-transform-runtime
|
|
@@ -2089,6 +2090,7 @@ react-native-animatable
|
|
|
2089
2090
|
react-native-collapsible
|
|
2090
2091
|
react-native-file-viewer
|
|
2091
2092
|
react-native-keychain
|
|
2093
|
+
react-native-lightbox
|
|
2092
2094
|
react-native-lightbox-v
|
|
2093
2095
|
react-native-macos
|
|
2094
2096
|
react-native-progress
|
|
@@ -2217,6 +2219,7 @@ riot
|
|
|
2217
2219
|
robotjs
|
|
2218
2220
|
roboto
|
|
2219
2221
|
rolldown
|
|
2222
|
+
rolldown-vite
|
|
2220
2223
|
rollup
|
|
2221
2224
|
rollup-plugin-babel
|
|
2222
2225
|
rollup-plugin-buble
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.17",
|
|
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": "6b5871f18bf8d21a6cdf8cede8b3d473939a3f84"
|
|
46
46
|
}
|