diff --git a/projects.json b/projects.json index 9c02094..ce7d337 100644 --- a/projects.json +++ b/projects.json @@ -1,33 +1,33 @@ { "babel": { - "commit": "134aa1723c6aa01a42713e379142088b30c6cc0d", + "commit": "c39fda2878a075271b401a6f70a5f22ff594380b", "glob": "./{packages,codemods,eslint}/**/*.{js,ts}", "ignoreFile": ".eslintignore", "url": "https://github.com/babel/babel.git" }, "eslint-plugin-vue": { - "commit": "2aa9ac45a4ea66c293b3e7cbfd6ad076afa39bb5", + "commit": "791a60d7234da16fe86dddcdc7c2744bd5c3415e", "glob": "./**/*.js", "url": "https://github.com/vuejs/eslint-plugin-vue.git" }, "excalidraw": { - "commit": "3ddcc48e4c192f525930e503b3e9214627f0043d", + "commit": "188921c24753e37aaa64939eea6ca4ec491bec29", "glob": "./**/*.{css,scss,json,md,html,yml,ts,tsx,js}", "ignoreFile": ".eslintignore", "url": "https://github.com/excalidraw/excalidraw.git" }, "content": { - "commit": "c5dd9c3b9d503a56dc04b6b8f88e89194dc82d7f", + "commit": "6181e0717d93ce44e58445fb0700da43c7159a04", "glob": "./**/*.md", "url": "https://github.com/mdn/content.git" }, "prettier": { - "commit": "2bd131fbd29e94e989e64904f1a628877d38ae3d", + "commit": "6184a1ed4221ab4eaa9a2e5bc23d2b0ed300ec50", "glob": ".", "url": "https://github.com/prettier/prettier.git" }, "react-admin": { - "commit": "fbf280286c715d6ef0c38d7111eab249aa929dc1", + "commit": "a372c74a3d8d861c7ac8ed5ad5dadca7c5d5056e", "glob": [ "packages/*/src/**/*.{js,json,ts,tsx,css,md}", "examples/*/src/**/*.{js,ts,json,tsx,css,md}", @@ -36,13 +36,15 @@ "url": "https://github.com/marmelab/react-admin.git" }, "typescript-eslint": { - "commit": "4bf2d7360eaf74c9ef87b196ff4c459b8f50800b", + "commit": "e01637513c737f2d7e8f8321e106558dd0c7dd91", "glob": "./**/*.{ts,js,json,md}", - "ignore": ["**/fixtures/**/*"], + "ignore": [ + "**/fixtures/**/*" + ], "url": "https://github.com/typescript-eslint/typescript-eslint.git" }, "vega-lite": { - "commit": "c9659206602eda1d894702a2a1f5b526b9832f9f", + "commit": "386ef4d5699e18ac891cd33583f89684324cf0da", "glob": "./**/*.ts", "ignoreFile": ".eslintignore", "url": "https://github.com/vega/vega-lite.git"