Chore: bump Nx to 19 (#88298)

* chore(npm): bump nx to v19

* build(icons): make sure icons are generated before attempting typecheck
pull/88303/head
Jack Westbrook 1 year ago committed by GitHub
parent ffc2702552
commit a079343fe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      package.json
  2. 2
      packages/grafana-icons/package.json
  3. 828
      yarn.lock

@ -203,7 +203,7 @@
"mutationobserver-shim": "0.3.7",
"ngtemplate-loader": "2.1.0",
"node-notifier": "10.0.1",
"nx": "18.1.3",
"nx": "19.0.8",
"postcss": "8.4.38",
"postcss-loader": "8.1.1",
"postcss-reporter": "7.1.0",

@ -28,7 +28,7 @@
"scripts": {
"clean": "rimraf ./dist ./compiled ./package.tgz ./src/icons-gen",
"generate": "yarn clean && npx @svgr/cli ./svg --silent && mv ./src/icons-gen/index.ts ./src",
"typecheck": "tsc --emitDeclarationOnly false --noEmit",
"typecheck": "yarn generate && tsc --emitDeclarationOnly false --noEmit",
"lint": "eslint --ext .ts,.tsx ./src",
"prettier:check": "prettier --check --list-different=false --log-level=warn \"**/*.{ts,tsx,scss,md,mdx,json}\"",
"build": "yarn generate && rollup -c rollup.config.ts"

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save