Skip to content

Commit

Permalink
6.0.4-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Feb 7, 2024
1 parent 51c9b62 commit cb28ea5
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 105 deletions.
200 changes: 100 additions & 100 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,102 +1,102 @@
{
"name": "root",
"version": "6.0.3",
"scripts": {
"start": "npm run storybook",
"version": "./update-version.sh",
"build": "npm run build --workspaces && npm run lint --workspaces",
"typedoc": "typedoc --readme none --disableSources --tsconfig packages/core/tsconfig.json",
"serve-docs": "http-server packages/core/gen-docs",
"storybook:run": "storybook dev -p 9009 --no-open",
"watch:core": "npm run watch -w packages/core",
"storybook": "concurrently \"npm run storybook:run\" \"npm run watch:core\"",
"build-storybook": "npm run build --workspaces && storybook build -o storybook-build/",
"prod-storybook": "npm run build-storybook && npx http-server storybook-build -p 9009",
"test": "cd packages/core && npm run test --",
"test-18": "./setup-react-18-test.sh && cd packages/core && npm run test --",
"test-source": "cd packages/source && npm run test",
"test-cells": "cd packages/cells && npm run test",
"test-projects": "cd test-projects/ && ./bootstrap-projects.sh"
},
"type": "commonjs",
"author": "Glide",
"license": "MIT",
"workspaces": [
"./packages/core",
"./packages/cells",
"./packages/source"
],
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.9.0",
"@faker-js/faker": "^7.6.0",
"@linaria/babel-preset": "^4.5.3",
"@linaria/cli": "^4.5.3",
"@linaria/core": "^4.5.3",
"@linaria/esbuild": "^4.5.3",
"@linaria/react": "^4.5.3",
"@linaria/shaker": "^4.5.3",
"@linaria/vite": "^4.5.3",
"@linaria/webpack-loader": "^4.5.3",
"@storybook/addon-actions": "^7.6.12",
"@storybook/addon-controls": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-storysource": "^7.6.12",
"@storybook/addons": "^7.6.12",
"@storybook/react": "^7.6.12",
"@storybook/react-vite": "^7.6.12",
"@storybook/react-webpack5": "^7.6.12",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/cheerio": "^0.22.30",
"@types/lodash": "^4.14.177",
"@types/marked": "^4.0.2",
"@types/node": "^18.7.13",
"@types/prosemirror-commands": "^1.0.4",
"@types/prosemirror-inputrules": "^1.0.4",
"@types/prosemirror-model": "^1.16.1",
"@types/prosemirror-state": "^1.2.8",
"@types/react": "^16.14.21 || 17.x",
"@types/react-dom": "^16.9.5 || 17.x",
"@types/react-syntax-highlighter": "^15.5.5",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/typescript-estree": "^5.30.5",
"@vitejs/plugin-react": "^4.2.0",
"babel-loader": "^8.1.0",
"chokidar-cli": "^3.0.0",
"clean-css-cli": "^5.6.2",
"concurrently": "^8.2.2",
"esbuild": "^0.19.2",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^43.0.1",
"http-server": "^14.1.1",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"marked": "^4.0.10",
"mini-css-extract-plugin": "^2.6.1",
"prettier": "^3.0.2",
"react": "^16.12.0 || 17.x",
"react-dom": "^16.12.0 || 17.x",
"react-laag": "^2.0.3",
"react-responsive-carousel": "^3.2.7",
"react-syntax-highlighter": "^15.4.5",
"resolve-typescript-plugin": "^2.0.1",
"storybook": "^7.6.12",
"tsc-esm-fix": "^2.7.8",
"typedoc": "^0.25.4",
"typescript": "^5.1.6",
"vitest": "^0.34.6",
"vitest-canvas-mock": "^0.3.3",
"webpack": "^5.73.0"
}
"name": "root",
"version": "6.0.4-alpha01",
"scripts": {
"start": "npm run storybook",
"version": "./update-version.sh",
"build": "npm run build --workspaces && npm run lint --workspaces",
"typedoc": "typedoc --readme none --disableSources --tsconfig packages/core/tsconfig.json",
"serve-docs": "http-server packages/core/gen-docs",
"storybook:run": "storybook dev -p 9009 --no-open",
"watch:core": "npm run watch -w packages/core",
"storybook": "concurrently \"npm run storybook:run\" \"npm run watch:core\"",
"build-storybook": "npm run build --workspaces && storybook build -o storybook-build/",
"prod-storybook": "npm run build-storybook && npx http-server storybook-build -p 9009",
"test": "cd packages/core && npm run test --",
"test-18": "./setup-react-18-test.sh && cd packages/core && npm run test --",
"test-source": "cd packages/source && npm run test",
"test-cells": "cd packages/cells && npm run test",
"test-projects": "cd test-projects/ && ./bootstrap-projects.sh"
},
"type": "commonjs",
"author": "Glide",
"license": "MIT",
"workspaces": [
"./packages/core",
"./packages/cells",
"./packages/source"
],
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.9.0",
"@faker-js/faker": "^7.6.0",
"@linaria/babel-preset": "^4.5.3",
"@linaria/cli": "^4.5.3",
"@linaria/core": "^4.5.3",
"@linaria/esbuild": "^4.5.3",
"@linaria/react": "^4.5.3",
"@linaria/shaker": "^4.5.3",
"@linaria/vite": "^4.5.3",
"@linaria/webpack-loader": "^4.5.3",
"@storybook/addon-actions": "^7.6.12",
"@storybook/addon-controls": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-storysource": "^7.6.12",
"@storybook/addons": "^7.6.12",
"@storybook/react": "^7.6.12",
"@storybook/react-vite": "^7.6.12",
"@storybook/react-webpack5": "^7.6.12",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/cheerio": "^0.22.30",
"@types/lodash": "^4.14.177",
"@types/marked": "^4.0.2",
"@types/node": "^18.7.13",
"@types/prosemirror-commands": "^1.0.4",
"@types/prosemirror-inputrules": "^1.0.4",
"@types/prosemirror-model": "^1.16.1",
"@types/prosemirror-state": "^1.2.8",
"@types/react": "^16.14.21 || 17.x",
"@types/react-dom": "^16.9.5 || 17.x",
"@types/react-syntax-highlighter": "^15.5.5",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/typescript-estree": "^5.30.5",
"@vitejs/plugin-react": "^4.2.0",
"babel-loader": "^8.1.0",
"chokidar-cli": "^3.0.0",
"clean-css-cli": "^5.6.2",
"concurrently": "^8.2.2",
"esbuild": "^0.19.2",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^43.0.1",
"http-server": "^14.1.1",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"marked": "^4.0.10",
"mini-css-extract-plugin": "^2.6.1",
"prettier": "^3.0.2",
"react": "^16.12.0 || 17.x",
"react-dom": "^16.12.0 || 17.x",
"react-laag": "^2.0.3",
"react-responsive-carousel": "^3.2.7",
"react-syntax-highlighter": "^15.4.5",
"resolve-typescript-plugin": "^2.0.1",
"storybook": "^7.6.12",
"tsc-esm-fix": "^2.7.8",
"typedoc": "^0.25.4",
"typescript": "^5.1.6",
"vitest": "^0.34.6",
"vitest-canvas-mock": "^0.3.3",
"webpack": "^5.73.0"
}
}
4 changes: 2 additions & 2 deletions packages/cells/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glideapps/glide-data-grid-cells",
"version": "6.0.3",
"version": "6.0.4-alpha01",
"description": "Extra cells for glide-data-grid",
"sideEffects": [
"**/*.css"
Expand Down Expand Up @@ -50,7 +50,7 @@
"canvas"
],
"dependencies": {
"@glideapps/glide-data-grid": "6.0.3",
"@glideapps/glide-data-grid": "6.0.4-alpha01",
"@linaria/react": "^4.5.3",
"@toast-ui/editor": "3.1.10",
"@toast-ui/react-editor": "3.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glideapps/glide-data-grid",
"version": "6.0.3",
"version": "6.0.4-alpha01",
"description": "React data grid for beautifully displaying and editing large amounts of data with amazing performance.",
"sideEffects": [
"**/*.css"
Expand Down
4 changes: 2 additions & 2 deletions packages/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glideapps/glide-data-grid-source",
"version": "6.0.3",
"version": "6.0.4-alpha01",
"description": "Useful data source hooks for Glide Data Grid",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -42,7 +42,7 @@
"canvas"
],
"dependencies": {
"@glideapps/glide-data-grid": "6.0.3"
"@glideapps/glide-data-grid": "6.0.4-alpha01"
},
"peerDependencies": {
"lodash": "^4.17.19",
Expand Down

0 comments on commit cb28ea5

Please sign in to comment.