Skip to content

Commit

Permalink
(release): 21.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Feb 21, 2025
1 parent 714e13e commit e23b792
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 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

1 comment on commit e23b792

@amelnikoff
Copy link

@amelnikoff amelnikoff commented on e23b792 Feb 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@steveblue Necromancer

Please sign in to comment.