-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #267 from stylify/update-deps
Dependencies update
- Loading branch information
Showing
16 changed files
with
5,231 additions
and
4,012 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
"astro:build:notypes": "cross-env packages=astro pnpm build:notypes", | ||
"astro:watch": "cross-env packages=astro watch=true pnpm watch", | ||
"astro:plg": "cd packages/astro/playground && pnpm", | ||
"astro:test": "pnpm jest:test packages/astro/tests/jest", | ||
"astro:test": "pnpm jest:test packages/astro/tests/jest/astrov2", | ||
"autoprefixer:build": "cross-env packages=autoprefixer pnpm build", | ||
"autoprefixer:build:notypes": "cross-env packages=autoprefixer pnpm build:notypes", | ||
"autoprefixer:watch": "cross-env packages=autoprefixer watch=true pnpm watch", | ||
|
@@ -74,33 +74,29 @@ | |
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/preset-env": "^7.22.2", | ||
"@babel/preset-typescript": "^7.21.5", | ||
"@types/jest": "^29.5.1", | ||
"@types/jest": "^29.5.4", | ||
"@types/node": "^18.16.16", | ||
"@typescript-eslint/eslint-plugin": "^5.59.7", | ||
"@typescript-eslint/parser": "^5.59.7", | ||
"autoprefixer": "^10.4.14", | ||
"babel-jest": "^29.5.0", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"autoprefixer": "^10.4.15", | ||
"babel-jest": "^29.6.4", | ||
"cross-env": "^7.0.3", | ||
"esbuild": "^0.17.19", | ||
"esbuild-sass-plugin": "^2.9.0", | ||
"eslint": "^8.41.0", | ||
"fast-glob": "^3.2.12", | ||
"eslint": "^8.48.0", | ||
"fast-glob": "^3.3.1", | ||
"fs-extra": "^11.1.1", | ||
"identity-obj-proxy": "^3.0.0", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"jest-environment-node": "^29.5.0", | ||
"jest": "^29.6.0", | ||
"jest-environment-jsdom": "^29.6.0", | ||
"jest-environment-node": "^29.6.0", | ||
"promise": "^8.3.0", | ||
"ts-jest": "^29.1.0", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.1", | ||
"tslib": "^2.5.2", | ||
"tslib": "^2.6.2", | ||
"typescript": "^4.9.5" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"pnpm": "^8.3" | ||
}, | ||
"dependencies": { | ||
"@example/basics": "link:/usr/share/nginx/html/packages/astro/tests-tmp/astrov1-build" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,6 @@ | |
"normalize-path": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"astro": "^2.5.5" | ||
"astro": "^3.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.