Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/21.0.0-alpha.1 #2230

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build:lib": "npm run build:lib:prod",
"build:lib:prod": "ng build @swimlane/ngx-datatable --configuration production",
"copy-files": "cp docs/CHANGELOG.md dist/swimlane/ngx-datatable/CHANGELOG.md && cp README.md dist/swimlane/ngx-datatable/README.md && cp LICENSE dist/swimlane/ngx-datatable/LICENSE && cpx \"src/assets/**/*\" \"dist/swimlane/ngx-datatable/assets\" && cpx \"projects/swimlane/ngx-datatable/src/lib/themes/**/*\" \"dist/swimlane/ngx-datatable/themes\"",
"build:css": "scss-bundle -c ./scss-bundle.config.json && node-sass -o --no-source-map dist/swimlane/ngx-datatable/themes dist/swimlane/ngx-datatable/themes && node-sass -o --no-source-map dist/swimlane/ngx-datatable dist/swimlane/ngx-datatable",
"build:css": "scss-bundle -c ./scss-bundle.config.json && sass --no-source-map dist/swimlane/ngx-datatable",
"test": "yarn lint && yarn test:unit",
"test:unit": "ng test @swimlane/ngx-datatable --watch=false",
"test:watch": "ng test @swimlane/ngx-datatable",
Expand All @@ -26,7 +26,7 @@
"publish:lib": "npm publish ./dist/swimlane/ngx-datatable",
"prepack": "yarn package",
"pack": "npm pack ./dist/swimlane/ngx-datatable/",
"publish": "yarn publish:lib && yarn deploy-docs",
"publish": "yarn publish:lib",
"prepublishOnly": "echo \"This is the workspace -- you probably meant run 'yarn publish'.\" && exit 1"
},
"private": true,
Expand Down Expand Up @@ -92,6 +92,7 @@
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"protractor": "~7.0.0",
"sass": "^1.77.6",
"scss-bundle": "^3.1.1",
"ts-node": "10.9.1",
"typescript": "5.7.3"
Expand Down
18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11692,6 +11692,7 @@ __metadata:
pretty-quick: "npm:3.1.3"
protractor: "npm:~7.0.0"
rxjs: "npm:~7.8.1"
sass: "npm:^1.77.6"
scss-bundle: "npm:^3.1.1"
ts-node: "npm:10.9.1"
tslib: "npm:~2.4.0"
Expand Down Expand Up @@ -13865,6 +13866,23 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.77.6":
version: 1.85.0
resolution: "sass@npm:1.85.0"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
chokidar: "npm:^4.0.0"
immutable: "npm:^5.0.2"
source-map-js: "npm:>=0.6.2 <2.0.0"
dependenciesMeta:
"@parcel/watcher":
optional: true
bin:
sass: sass.js
checksum: 10c0/a1af0c0596ae1904f66337d0c70a684db6e12210f97be4326cc3dcf18b0f956d7bc45ab2bcc7a8422d433d3eb3c9cb2cc8e60b2dafbdd01fb1ae5a23f5424690
languageName: node
linkType: hard

"saucelabs@npm:^1.5.0":
version: 1.5.0
resolution: "saucelabs@npm:1.5.0"
Expand Down