@cspell/dict-npm 5.2.15 → 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.
Files changed (2) hide show
  1. package/dict/npm.txt +4 -0
  2. 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
@@ -2698,6 +2701,7 @@ vscode-nls-dev
2698
2701
  vscode-textmate
2699
2702
  vue
2700
2703
  vue-class-component
2704
+ vue-draggable-next
2701
2705
  vue-eslint-parser
2702
2706
  vue-hot-reload-api
2703
2707
  vue-i18n
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.15",
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": "4e38267954dec39878ec3fa0abc439e360b533c3"
45
+ "gitHead": "6b5871f18bf8d21a6cdf8cede8b3d473939a3f84"
46
46
  }