Skip to content

Commit

Permalink
Merge branch 'main' into fix/tailwind-path-processing-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 authored Jun 5, 2023
2 parents 31d4f84 + 9653314 commit b1d5fcb
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 80 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/plugin-proposal-decorators": "7.22.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.0",
"@babel/plugin-proposal-private-property-in-object": "7.21.10",
"@babel/plugin-transform-runtime": "7.22.4",
"@babel/preset-env": "7.22.4",
"@babel/preset-react": "7.22.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.22.3",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.0",
"@babel/plugin-proposal-private-property-in-object": "7.21.10",
"@babel/plugin-transform-runtime": "7.22.4",
"@babel/preset-env": "7.22.4",
"@babel/preset-react": "7.22.3",
Expand Down Expand Up @@ -80,7 +80,7 @@
"url-loader": "4.1.1",
"webpack": "5.85.0",
"webpack-bundle-analyzer": "4.9.0",
"webpack-cli": "5.1.1",
"webpack-cli": "5.1.3",
"webpack-dev-server": "4.15.0",
"webpack-manifest-plugin": "5.0.0",
"webpack-merge": "5.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"execa": "5.1.1",
"fs-extra": "11.1.1",
"semver": "7.5.1",
"systeminformation": "5.17.16",
"systeminformation": "5.17.17",
"terminal-link": "2.1.1",
"uuid": "9.0.0",
"yargs": "17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prettier": "2.8.8",
"rimraf": "5.0.1",
"string-env-interpolation": "1.0.1",
"systeminformation": "5.17.16",
"systeminformation": "5.17.17",
"terminal-link": "2.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/project-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"string-env-interpolation": "1.0.1"
},
"devDependencies": {
"dependency-cruiser": "13.0.2",
"dependency-cruiser": "13.0.3",
"esbuild": "0.17.19",
"jest": "29.5.0",
"rimraf": "5.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/studio/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1206,8 +1206,8 @@ __metadata:
linkType: hard

"@tremor/react@npm:^2.2.0":
version: 2.9.1
resolution: "@tremor/react@npm:2.9.1"
version: 2.11.0
resolution: "@tremor/react@npm:2.11.0"
dependencies:
"@floating-ui/react": ^0.19.1
date-fns: ^2.28.0
Expand All @@ -1217,7 +1217,7 @@ __metadata:
peerDependencies:
react: ^18.0.0
react-dom: ">=16.6.0"
checksum: d1ba73cd5d0b76daf255d74fbae6388d638844d06313730aebd4961bb36069141b08569584dc0ff0eeec00ada314e9eab76dc41a84f24392d6d00a575f301a93
checksum: 2ffc353b99e679bbe967cbc65ae0737270b98ce8eb287dd5558dbe2cb53b2a61d68b03cab8f46d5a138d9cde84544348975c5e287f8016d82e4ea8c4ddf99f68
languageName: node
linkType: hard

Expand Down Expand Up @@ -4260,11 +4260,11 @@ __metadata:

"typescript@patch:typescript@^5.0.0#~builtin<compat/typescript>":
version: 5.1.3
resolution: "typescript@patch:typescript@npm%3A5.1.3#~builtin<compat/typescript>::version=5.1.3&hash=77c9e2"
resolution: "typescript@patch:typescript@npm%3A5.1.3#~builtin<compat/typescript>::version=5.1.3&hash=5da071"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 6219383250b585b201c9ea10576164c9d5760c7a167bc761b118692c9fb8e88610f37730c0a1169d96ac19b29ed80418048763d0c1ff00ce48e051abbc213a9b
checksum: 769c5a11a9d5207ae5ce4c84b5c7a72ad92a28877a0061881ccfb326a43a1a1de79c4daff2f9d74720137744cfc9332fddbfbc4c3973c1e859b2f977f5d11b72
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"chokidar": "3.5.3",
"core-js": "3.30.2",
"crypto-js": "4.1.1",
"dotenv": "16.1.3",
"dotenv": "16.1.4",
"fast-json-parse": "1.0.3",
"fastify": "4.17.0",
"fastify-raw-body": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ci-info": "3.8.0",
"core-js": "3.30.2",
"envinfo": "7.8.1",
"systeminformation": "5.17.16",
"systeminformation": "5.17.17",
"uuid": "9.0.0",
"yargs": "17.7.2"
},
Expand Down
Loading

0 comments on commit b1d5fcb

Please sign in to comment.