@atlassian/soy-loader
Advanced tools
Comparing version
@@ -6,2 +6,8 @@ # Change Log | ||
### [5.3.5](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/soy-loader@5.3.5..@atlassian/soy-loader@5.3.4) (2021-11-17) | ||
### Bug Fixes | ||
- Update webpack depndency ([00fc73e](https://bitbucket.org/atlassianlabs/fe-server/commits/00fc73e95ad4a2f89ee4fd3561ab3fb60d1b9516)) | ||
### [5.3.4](https://bitbucket.org/atlassianlabs/fe-server/branches/compare/@atlassian/soy-loader@5.3.4..@atlassian/soy-loader@5.3.3) (2021-10-26) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@atlassian/soy-loader", | ||
"version": "5.3.4", | ||
"version": "5.3.5", | ||
"description": "Soy loader for webpack using the Atlassian Soy CLI compiler", | ||
"main": "index.js", | ||
"scripts": { | ||
"test:ci": "../../node_modules/.bin/tav --verbose", | ||
"test:ci:jest": "node ./tests/webpack-version.js && ../../node_modules/.bin/jest -ci", | ||
"//": "When updating the webpack version ranges to the latest please remember to update ranges in .tav.yml file", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:webpack-4": "../../node_modules/tav webpack '~4.0.1 || ^4.46' 'npm run test:ci:jest'", | ||
"test:webpack-5": "../../node_modules/tav webpack '~5.0.0 || ^5.58.1' 'npm run test:ci:jest'" | ||
"test:tav": "tav --verbose", | ||
"test:tav:jest": "node ./tests/webpack-version.js && jest --ci --silent=false", | ||
"//comment-about-tav": "When updating the webpack version ranges to the latest please remember to update ranges in .tav.yml file", | ||
"test:tav:webpack-4": "tav webpack '~4.0.1 || ^4.46.0' 'npm run test:tav:jest' --verobse", | ||
"test:tav:webpack-5": "tav webpack '~5.0.0 || ^5.64.0' 'npm run test:tav:jest' --verobse" | ||
}, | ||
@@ -47,7 +47,2 @@ "repository": { | ||
"bugs": "https://ecosystem.atlassian.net/jira/software/c/projects/SPFE/issues/", | ||
"devDependencies": { | ||
"@types/loader-utils": "2.0.3", | ||
"@types/webpack": "5.28.0", | ||
"webpack": "5.58.0" | ||
}, | ||
"dependencies": { | ||
@@ -63,6 +58,13 @@ "@atlassian/soy-template-plugin-js": "^5.3.1", | ||
}, | ||
"devDependencies": { | ||
"@types/loader-utils": "2.0.3", | ||
"@types/webpack": "5.28.0", | ||
"jest": "27.3.1", | ||
"test-all-versions": "5.0.1", | ||
"webpack": "5.60.0" | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
}, | ||
"gitHead": "8d18131a6a0e8cb86a5606d577f8e28fff583e52" | ||
"gitHead": "f514f3c4c7886d1d25a21640a21ed9d372df9cab" | ||
} |
41594
0.81%5
66.67%