Skip to content

Commit

Permalink
Update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed May 3, 2024
1 parent 9f127f4 commit 96da6ae
Show file tree
Hide file tree
Showing 9 changed files with 4,012 additions and 349 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@google-cloud/storage": "^7.8.0",
"@master/normal.css": "^2.1.1",
"@swc-node/jest": "^1.8.0",
"@techor/fs": "^3.0.20",
"@techor/glob": "^3.0.20",
"@techor/jest-dom": "^3.0.20",
"@techor/repo": "^3.0.20",
"@techor/fs": "^3.0.22",
"@techor/glob": "^3.0.22",
"@techor/jest-dom": "^3.0.22",
"@techor/repo": "^3.0.22",
"@types/node-fetch": "^2.6.11",
"@types/shuffle-array": "^1.0.5",
"cheerio": "1.0.0-rc.12",
Expand All @@ -46,7 +46,7 @@
"shuffle-array": "^1.0.1",
"spawnd": "^9.0.2",
"strip-ansi": "^7.1.0",
"techor": "^3.0.20",
"techor": "^3.0.22",
"tinybench": "^2.6.0",
"ts-dedent": "^2.2.0",
"ts-jest": "^29.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@master/css-explore-config": "workspace:^",
"@master/css-extractor": "workspace:^",
"@master/css-server": "workspace:^",
"@techor/extend": "^3.0.20",
"@techor/fs": "^3.0.20",
"@techor/glob": "^3.0.20",
"@techor/log": "^3.0.20",
"@techor/extend": "^3.0.22",
"@techor/fs": "^3.0.22",
"@techor/glob": "^3.0.22",
"@techor/log": "^3.0.22",
"bytes": "^3.1.2",
"chokidar": "^3.6.0",
"commander": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@master/colors": "^2.0.0",
"@master/normal.css": "^2.1.0",
"@techor/extend": "^3.0.20",
"@techor/extend": "^3.0.22",
"csstype": "^3.1.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/tests/rule.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test('registered Rule', () => {
matchers: {
key: /^content:/
},
order: 185,
order: 186,
variables: {}
})
})
Expand Down Expand Up @@ -57,7 +57,7 @@ test('variables', () => {
key: /^content:/
},
keys: ['content'],
order: 185,
order: 186,
variables: {
2: {
key: '2',
Expand Down
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"provenance": true
},
"dependencies": {
"@techor/fs": "^3.0.20",
"@techor/log": "^3.0.20",
"@techor/fs": "^3.0.22",
"@techor/log": "^3.0.22",
"commander": "^12.0.0",
"detect-package-manager": "^3.0.1",
"giget": "^1.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/explore-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@master/css-shared": "workspace:^"
},
"dependencies": {
"@techor/log": "^3.0.20",
"explore-config": "^3.0.20"
"@techor/log": "^3.0.22",
"explore-config": "^3.0.22"
}
}
2 changes: 1 addition & 1 deletion packages/extractor.webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@master/css": "workspace:^",
"@master/css-extractor": "workspace:^",
"@techor/log": "^3.0.20",
"@techor/log": "^3.0.22",
"webpack-virtual-modules": "^0.5.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"@master/css": "workspace:^",
"@master/css-validator": "workspace:^",
"@master/css-explore-config": "workspace:^",
"@techor/extend": "^3.0.20",
"@techor/glob": "^3.0.20",
"@techor/log": "^3.0.20",
"@techor/extend": "^3.0.22",
"@techor/glob": "^3.0.22",
"@techor/log": "^3.0.22",
"chokidar": "^3.6.0",
"explore-config": "^3.0.20",
"explore-config": "^3.0.22",
"minimatch": "^9.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 96da6ae

Please sign in to comment.