Skip to content

Commit

Permalink
chore: update yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mimokmt committed Jul 8, 2024
1 parent 3b2c60e commit b7a4adc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/token-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/yargs": "^17.0.32",
"jest": "^29.7.0",
"jest": "^29.6.0",
"rimraf": "^3.0.2",
"style-dictionary": "^3.9.2",
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-cli/pixiv-dark.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { transformer } = require('./src/transformer');
const { transformer } = require('./src/transformer')

/** @type { import('style-dictionary') } */
module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion packages/token-cli/pixiv-light.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { transformer } = require('./src/transformer');
const { transformer } = require('./src/transformer')

/** @type { import('style-dictionary') } */
module.exports = {
Expand Down
6 changes: 3 additions & 3 deletions packages/token-cli/src/transformer/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test('tests transformer real case', () => {
)
})
test('tests transformer unreal case', () => {
expect(transformer({ path: ['Color', 'Container/Secondary/DefaultABCDEF'] })).toBe(
'color-container-secondary-default-a-b-c-d-e-f'
)
expect(
transformer({ path: ['Color', 'Container/Secondary/DefaultABCDEF'] })
).toBe('color-container-secondary-default-a-b-c-d-e-f')
})
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2800,7 +2800,7 @@ __metadata:
"@types/yargs": ^17.0.32
axios: ^1.6.7
fs-extra: ^11.2.0
jest: ^29.7.0
jest: ^29.6.0
rimraf: ^3.0.2
style-dictionary: ^3.9.2
tsup: ^8.0.2
Expand Down Expand Up @@ -19573,7 +19573,7 @@ __metadata:
languageName: node
linkType: hard

"jest@npm:^29.6.4":
"jest@npm:^29.6.0, jest@npm:^29.6.4":
version: 29.7.0
resolution: "jest@npm:29.7.0"
dependencies:
Expand Down

0 comments on commit b7a4adc

Please sign in to comment.