change @local to @~local

This commit is contained in:
Rene Haas
2022-08-02 16:15:39 +02:00
parent f1948d91b3
commit ea76610bab
33 changed files with 99 additions and 96 deletions
+6 -6
View File
@@ -4,17 +4,17 @@
"packages/*"
],
"devDependencies": {
"@~local/browser-testing": "file:./local/browser-testing",
"@~local/config": "file:./local/config",
"@~local/full-coverage": "file:./local/full-coverage",
"@~local/playwright-tooling": "file:./local/playwright-tooling",
"@~local/rollup": "file:./local/rollup",
"@~local/tsconfig": "file:./local/tsconfig",
"@babel/core": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.18.2",
"@local/browser-testing": "file:./local/browser-testing",
"@local/config": "file:./local/config",
"@local/full-coverage": "file:./local/full-coverage",
"@local/playwright-tooling": "file:./local/playwright-tooling",
"@local/rollup": "file:./local/rollup",
"@local/tsconfig": "file:./local/tsconfig",
"@playwright/test": "^1.22.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",