@nx/playwright 18.2.0-canary.20240322-61cb63d → 18.2.0-canary.20240323-54d4780

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2017-2023 Narwhal Technologies Inc.
3
+ Copyright (c) 2017-2024 Narwhal Technologies Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/playwright",
3
- "version": "18.2.0-canary.20240322-61cb63d",
3
+ "version": "18.2.0-canary.20240323-54d4780",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://nx.dev",
6
6
  "private": false,
@@ -33,9 +33,9 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@phenomnomnominal/tsquery": "~5.0.1",
36
- "@nx/devkit": "18.2.0-canary.20240322-61cb63d",
37
- "@nx/eslint": "18.2.0-canary.20240322-61cb63d",
38
- "@nx/js": "18.2.0-canary.20240322-61cb63d",
36
+ "@nx/devkit": "18.2.0-canary.20240323-54d4780",
37
+ "@nx/eslint": "18.2.0-canary.20240323-54d4780",
38
+ "@nx/js": "18.2.0-canary.20240323-54d4780",
39
39
  "tslib": "^2.3.0",
40
40
  "minimatch": "9.0.3"
41
41
  },